what are Navigational Triggers?
Answer / sudipta santra
Any Key trigger acts Navigation.
So, Any Key Trigger can be called Navigational Trigger.
| Is This Answer Correct ? | 0 Yes | 0 No |
Does a Before form trigger fire when the parameter form is suppressed.
What is the use of break group?
Can a formula column be obtained through a select statement?
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 u write in Ctl file
Does a grouping done for objects in the layout editor affect the grouping done in the datamodel editor?
how to pass 2 parameters from one form to other in oracle applications?
How can a cross product be created?
BY SELECT * FROM EMP QUERY ,I GENERATED ONE REPORT.AND SUPPOSE THAT I HAVE 10 PAGES OF OUTPUT. WHAT I WANT IS ,I WANT TOTAL PER EACH PAGE.OK I GOT THAT AND THAT SHOULD BE FORWARDED TO NEXT PAGE AND NEXT PAGES TOTAL SHOULD BE DISPLAYED
What is the frame & repeating frame?
What is lexical parameter ?
What package procedure is used for calling another form ?