InterviewSolution
Saved Bookmarks
| 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 |
|