You are on page 1of 2

1)how is display userdefined messages in forms if any error occuers how will dis play custom message? fnd_message.

set_string("0001","Custom Messga"); fnd_message.show(); 2)how to attach a single form to different responsibilities with different behav iour? Created diffent functions attached to differnet menus and attached those menus t o responsibility 3)we have one con prog and that con prog attached to different users when one us er running con prog another one will not be run how to do tat? Attached that conc prog in incompatability, Navg-> system administrator > progra ms> deifne> query the conc prog< click on the incompatability butoon add that conc prog in opened form 4)difference between valueset and lookupcode? http://getappstraining.blogspot.com/2006/10/difference-between-lookups-and-value .html 5)we r having 3 procedures like a b and c we r calling a to b and b to c and who to move the cursor from c to a? didnt get your question 6)in pl/sql if nodatafound exception occures instead of displaying nodatafound h ow to display custom error message like "PanduERROR"? add exception block in end of the pl/sql exp: begin --exception when NO_DATA_FOUND then dbms_output.put_line(' cursor no data returns'); end; 7)how to close the po from backend? u can use the po_actions.close_po API with action as "CLOSE" 8)10 differ con prog with same paramteres added to requestset if we pass the par ameter in one parameter who to pass the same parameter other con prog with out e ntering? Navg: system Administrator > request set> query the req set click on the define stage > selec the stage after click on the Requests buton > click on the parameters it wil open the paramters window there is one column name as "Shared Parameter" give any name exp: XX_SUPP_NAME Then go to next program stage then do the same steup open the parameter form then click on the Shared parmeter LOV it wil show u the list of define the param eters exp here u define the XX_SUPP_NAME just select the name so it wil diffelt values as u define in the fist program stage

9 how to display header section for every page in rdf add text item in the heder section in the paper layout 10 can u achieve sorting form xml yes we can achive

You might also like