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 is organization id
Can u give the Documentation of Custom.pll in oracle apps
what is back order in OM
While running the concurrent program we will get the status, we have to change the status. How it will be done.
what is trace file? what is the use of that?
what is the defference between credit memo and debit memo
How many standard interface programs in oracle purchasing module and oracle inventory? What are they?
In unix Schell sript what is very 1st line to be wriiten .
oracle apps architecture
what is meant by bind parameter?
Tell me some thing about SQL-LOADER.
Form development process?