PLS-00528: The parameters to an ORDER function must have IN mode
Cause: A parameter was declared to an ORDER function to have OUT or IN OUT mode.
Action: Correct the parameter to use IN mode only.
PLS-00528: The parameters to an ORDER function must have IN mode
Cause: A parameter was declared to an ORDER function to have OUT or IN OUT mode.
Action: Correct the parameter to use IN mode only.