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.