USING clause must be used with either aggregate or pipelined functions
PLS-00640 – Oracle Error Code
A pipelined function cannot be called from PL/SQL context
PLS-00625 – Oracle Error Code
PARTITION/CLUSTER/ORDER-BY clause can only be used with IN parameters
PLS-00641 – Oracle Error Code
INTO clause not allowed for this SELECT statement
PLS-00626 – Oracle Error Code
Partitioned/clustered/ordered parameter must be a function argument
PLS-00627 – Oracle Error Code
‘string’ must be a strongly typed ref cursor
PLS-00628 – Oracle Error Code
‘string’ must be a valid record attribute
PLS-00629 – Oracle Error Code
PIPE statement cannot be used in non-pipelined functions
PLS-00630 – Oracle Error Code
Pipelined functions must have a collection return type
PLS-00631 – Oracle Error Code
PARTITION-BY and CLUSTER/ORDER-BY clauses must be used with the same function argument
