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

FRM-30435: DML procedures should have only one argument of type TABLE and its mode should be IN or IN OUT.

Cause:  DML (Insert, Update, Delete, Lock) procedure defintion has either:

1. No argument of type TABLE.

2. Multiple arguments of type TABLE.

3. An argument of type TABLE with a mode defined as OUT.

Action:  Define the arguments as follows:

1. Define one and only one argument of type TABLE.

2. Declare the mode for the TABLE argument as IN or IN OUT.