Function Key Key-function Key-others Key-startup
Latest Answer : 1. Interface Triggers2. Navigational Triggers ...
Function key triggers are associated with individual SQL*FORMS function keysYou can attach Key function triggers to 10 keys or key sequences
Latest Answer : Function Key Triggers - are associated with individual Runform function keys. A function key trigger fires only when user presses the associated function key. The action defined in Function Key Trigger replaces the default action of function key. For ...
These triggers are executes when inserting, deleting and updating operations are performed and can be used to change the default
Latest Answer : hi Triggers are like stored pocedure consisting of batch of sql statements. ON-INSERT,ON-DELETE and ON-UPDATE TRIGGERS attached to the respective tables get fired when the tables gets manipulated by the query containing DML statements and checks for ...
When Execute-query or count-query Package procedures are invoked.
Latest Answer : pre-query trigger fires before any execution of a query. this trigger fires only once per query. where as post query fires for each row. ...
No.
Latest Answer : No, we cann't use go_block in pre_field trigger ...
Key-startup trigger fires after successful navigation into a form.Pre-form trigger fires before enter into the form. PACKAGE PROCEDURE & FUNCTION
A Package procedure is built in PL/SQL procedure.
1. Restricted package procedure. 2. Unrestricted package procedure.
What is the difference between restricted and unrestricted package procedure ?
Restricted package procedure that affects the basic functions of SQL * Forms. It cannot used in all triggers except key triggers. Unrestricted package procedure that
No.