Friday 1 November 2013

How do you reference a Parameter?

In PL/SQL, you can reference and set the values of form parameters using bind variable syntax.
Example
:PARAMETER.parameter_name=¡ŠVIKRAM¡Š; or
:block.item=PARAMETER.parameter_name;

No comments:

Post a Comment