WHAT IS THE ORACLE FORM TRIGGER WHICH CAN BE FIT IN ALL THREE
LEVELS i.e., IN FORM LEVEL, BLOCK LEVEL AND ITEM LEVEL ?
Answer / sudipta santra
There are few triggers those are best to fit into three
levels, these are Key-Next_Item, Key-Exit, When-Validate-
Item, Post-Change
| Is This Answer Correct ? | 4 Yes | 3 No |
Explain about horizontal, Vertical tool bar canvas views?
What are the types of canvas-views?
how to eliminate duplictes in column except group and section?
State any three mouse events system variables?
What are the types of calculated columns available?
What are the types of trigger actions?
Please tell me what is wrong in the below query: (Very Urgent) ================================================= function BeforePForm return boolean is begin if :from_invoice_date is null OR :to_invoice_date is null then aiv.PERIOD_NMAE:=:gl_period elsif :gl_period is null then aiv.INVOICE_DATE between :from_invoice_date and :to_invoice_date end if; return (TRUE); end;
What built-in is used for showing the alert during run-time?
What are the built-ins that are used for setting the LOV properties at runtime?
What is an LOV?
If the maximum record retrieved property of the query is set to 10 then a summary value will be calculated?
Is the After report trigger fired if the report execution fails?