How do you create a new session while open a new form?
Answer / guest
Using open_form built-in setting the session option Ex.
Open_form('Stocks ',active,session). when invoke the
mulitiple forms with open form and call_form in the
same application, state whether the following are
true/False
| Is This Answer Correct ? | 1 Yes | 0 No |
can u call procedure or function is sq l query in reports
What is a timer?
Is it possible to disable the parameter from while running the report?
What do we mean by record group in oracle forms?
In what situation u create the BPA.
What is a physical page ? & What is a logical page ?
What are the type of User Exits ?
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;
HOW TO MAKE A MATRIX REPORT MANUALLY WITH SINGLE GROUPT QUERY OR MULTIPLE GROUP QUERY ?
Where we can use the placeholder columns?
What is the built-in function used for finding the alert?
In what sequence do triggers get fired by oracle forms?