A script-enabled browser is required for this page to function properly.

Calling Built-ins

To call a procedure, type the procedure name and any required parameters as a statement in a PL/SQL block. A call to a Built-in procedure is a complete statement, and must be terminated with a semicolon.

Go_Item('customer.cust_id');

The GO_ITEM procedure moves the input focus to the item named in its parameter List; in this case, the cust_id text item in the customer block.