Cause: When a list of parameters is
passed to a subprogram or cursor, if both positional and named associations
are used, all positional associations must be placed in their declared order
and before all named associations, which can be in any order.
Action: Reorder the parameter list to
meet the requirements or use named association only.


Relared Errors:
PLS-00313:
`string` not declared in this scope

PLS-00314:
TABLE declarations are not allowed as PL/SQL local variables

PLS-00315:
Implementation restriction: unsupported table index type

PLS-00316:
PL/SQL TABLEs must use a single index

PLS-00317:
incomplete type string was not completed in its declarative
region

PLS-00318: type
string is malformed because it is a non-REF mutually recursive
type

PLS-00319:
subquery in an IN or NOT IN clause must contain exactly one
column

PLS-00320: the
declaration of the type of this expression is incomplete or
malformed

PLS-00321:
expression `string` is inappropriate as the left hand side of an
assignmen

PLS-00322:
declaration of a constant `string` must contain an initialization
assignme