1.

How Do You Reference A Parameter?

Answer»

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.

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.



Discussion

No Comment Found