In thet custom.pll what are the events we can write.
Answers were Sorted based on User's Feedback
In the Custom pll we can write below event.
-- ZOOM
-- WHEN-NEW-FORM-INSTANCE
-- WHEN-NEW-BLOCK-INSTANCE
-- WHEN-NEW-RECORD-INSTANCE
-- WHEN-NEW-ITEM-INSTANCE
-- WHEN-VALIDATE-RECORD
| Is This Answer Correct ? | 18 Yes | 0 No |
Answer / 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 |
what are the balancing segments in AR?
when will formula,place holder and summary columns fire in reports?
What is ERP? Architecture of apps?
Challenges faced during upgradation of 11i to R12
What are the Major differences between appcore.pll and appcore2.pll
5 Answers Infosys, Sierra Atlantica,
I Have report which is having field at the end of page,,, problem is when i run report data is overflowing to the next page,,i want the data to come on same page can anybody help me out????
what is user exit and wat program do we write in user exit?
While running the concurrent program we will get the status, we have to change the status. How it will be done.
How many standard interface programs in oracle purchasing module and oracle inventory? What are they?
What is a value set? List its various types.
What do you understand by a set of books?
We have to show a logo/image in a report? what are the steps and which format it is?whether in pdf format is applicable or not?