What are the two phases of block coordination?
Answer / guest
There are two phases of block coordination: the
clear phase and the population phase. During, the
clear phase, Oracle Forms navigates internally to the
detail block and flushes the obsolete detail records.
During the population phase, Oracle Forms issues a
SELECT statement to repopulate the detail block with
detail records associated witjh the new master record.
These operations are accomplished through the execution of
triggers.
Is This Answer Correct ? | 1 Yes | 1 No |
What are three panes that appear in the run time pl/sql interpreter?
What are the Built-ins used for sending Parameters to forms?
What is coordination Event?
What is a canvas-view?
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;
i am writing a query select EmpNo from Emp how can i call in after parameter form
How do you create a new session while open a new form?
How can I sum column wise in Oracle excel report?
What do you understand by oracle forms?
Can you have more than one content canvas view attached with a window?
What are the different window events activated at runtimes?
Explain about horizontal, Vertical tool bar canvas views?