What Enter package procedure does ?
Answer / guest
Enter Validate-data in the current validation unit.
| Is This Answer Correct ? | 0 Yes | 0 No |
When a form is invoked with call_form, Does oracle forms issues a save point?
How image_items can be populate to field in forms 4.0?
Where we can use the placeholder columns?
What is the basic data structure that is required for creating an LOV?
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 can we call a URL from a menu (Oracle Forms 6i)?
Name of the functions used to get/set canvas properties?
What are the built-ins used for finding Object ID function?
How do you reference a parameter indirectly?
What is the built-in used to get and set lov properties during run-time?
Identify package function from the following ?
How to change maximise or minimise the window in forms