What are the different types of Package Procedure ?
Standard Extensions, TOOL_ENV, ORA_NLS, TEXT_IO, FORMS_OLE,
PECS, TOOL_RES, TOOL_RES ,ORA_FFI, Standard
| Is This Answer Correct ? | 1 Yes | 0 No |
What do you understand by oracle forms and why are they required?
What the PAUSE package procedure does ?
What are the unrestricted procedures used to change the popup screen position during run time ?
What is AppCore and AppCore2 ?
What is the usage of the confine mode in Layout Editor ?
how to pass 2 variables from one form to other form
What are the Built-ins to display the user-named editor?
Can u explain me the Restricted and unrestricted procedure in Forms And reports and example as well ??
What is the difference between object embedding & linking in Oracle forms?
What is the use of Validation triggers in Reports?
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 are the built-ins used for processing rows?