In thet custom.pll what are the events we can write.
Answer Posted / naveen
in custom.pll their is another event are their they are
special event triggers. which is use to create menus
PROCEDURE manage_special_menu IS
mi_id menuitem;
BEGIN
mi_id := find_menu_item('SPECIAL.SPECIAL15');
IF name_in('system.cursor_block') = 'INVOICE_HEADER' THEN
app_special2.instantiate('SPECIAL15', 'Print Invoice');
set_menu_item_property(mi_id, displayed, property_true);
set_menu_item_property(mi_id, enabled, property_true);
ELSE
set_menu_item_property(mi_id, displayed, property_false);
END IF;
END manage_special_menu;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Hi Friends this is preetham, i am searching for job on oracle apps(technical) i put 3 years fake exp, so any one please could you help me for realtime interview questions and 9739782164 this is my no srpsrp777@gmail.Com please guys please provide your no for contact i have a doubts i want to clarify
Tell me how to find the custom directory in front end?
In oracle application how do you debug or trace errors?
can we use look up type instead of a pofile option?or valueset?is it possible how?
What are the different components you should consider while defining a responsibility in oracle apps?
What is sca and how is it useful?
If we have a repeated record in a table. But the repeated record how i can transfer from table to nested table?
List of all the modules under Manufacturing, Finance and Distribution in oracle applications?
What is oracle soa suite?
please any one provide the oracle erp technical interview questions on modules(PO,AP,AR,INV,GL,OM)wise to my mail id..narendra_609@yahoo.co.in
What are the different components of soa suite?
What are the Standard Reports and Forms in HRMS?
Is soa a part of oracle fusion middleware?
Pls tel me the best text book for Oracle Apps 11i Tech? & I want D2K Text book also?
What does appl_top directory contain?