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 the Lookup's and what is the use of lookup's?
What is the reason for distribution hold. Why invoices will go on distribution variance hold ??
In which directory your flatfile is given?if u connected different instance where it is find?
Is there any limitations on responsibility assigned to a apps user?
tell me the scenarios of between pages in reports
Can functions be overloaded ?
any one can expalin report registration steps?
In unix Schell sript what is very 1st line to be wriiten .
What r the validation types?
what is the prerequisite for defining unit of measure?
WHAT IS USE OF APPS API?
where do u specify in org_id?