What are the Built-ins used for sending Parameters to forms?

Answers were Sorted based on User's Feedback



What are the Built-ins used for sending Parameters to forms?..

Answer / guest

You can pass parameter values to a form when an
application executes the call_form, New_form, Open_form or
Run_product.

Is This Answer Correct ?    1 Yes 0 No

What are the Built-ins used for sending Parameters to forms?..

Answer / binurajnair

For Preparing parameters to be passed, we can use the
following built-ins

CREATE_PARAMETER_LIST :- Creates Parameter list
ADD_PARAMETER :-Adds a parameter to parameter list
DELETE_PARAMETER
DELETE_PARAMETER_LIST

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Oracle Forms Reports Interview Questions

How do you display console on a window ?

1 Answers  


What is the difference between ON-VALIDATE-FIELD trigger and a POST-CHANGE trigger ?

1 Answers  


What are the type of User Exits ?

1 Answers  


How many maximum number of radio buttons can you assign to a radio group?

1 Answers  


WHAT IS THE ORACLE FORM TRIGGER WHICH CAN BE FIT IN ALL THREE LEVELS i.e., IN FORM LEVEL, BLOCK LEVEL AND ITEM LEVEL ?

1 Answers   TATA, TCS,






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;

2 Answers   TCS,


How to call a report from Forms?

5 Answers  


When is PRE-QUERY trigger executed ?

3 Answers  


Do user parameters appear in the data modal editor in 2.5?

1 Answers  


How i get the client m/c IP address.

2 Answers  


What are the ways to monitor the performance of the report?

1 Answers  


What do you mean by a page ?

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)