How do you reference a Parameter?
Answer / guest
In Pl/Sql, You can reference and set the values of form
parameters using bind variables syntax. Ex. PARAMETER name
= '' or :block.item = PARAMETER
Parameter name
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the usage of the confine mode in Layout Editor ?
What are the built-in routines is available in forms 4.0 to create and manipulate a parameter list?
What is the difference between restricted and unrestricted package procedure ?
suppose there are two textfields t1,t2 in form and we have some value in textfield t1.now the question is that how can we copy the value of the t1 to textfield t2?
What are the various configuration files that are used by oracle forms?
what is the difference between call_form, new_form and open_form?
What are the default extensions of the files careated by forms modules?
When will ON-VALIDATE-FIELD trigger executed ?
how to pass 2 variables from one form to other form
System.effective_date system variable is read only True/False
Can we invoke one form from another in a multi-forms application?
can my report have different layouts