DEVFYI - Developer Resource - FYI

How do you pass the parameters from one form to another form?

ORACLE Interview Questions and Answers (Part 3)


(Continued from previous question...)

410. How do you pass the parameters from one form to another form?

To pass one or more parameters to a called form, the calling form must perform the following steps in a trigger or user named routine execute the create_parameter_list built-in function to programmatically. Create a parameter list to execute the add parameter built-in procedure to add one or more parameters list. Execute the call_form, New_form or run_product built_in procedure and include the name or id of the parameter list to be passed to the called form.

(Continued on next question...)

Other Interview Questions