These are the parameters I am trying to pass to my SQL Block.
They are:
Ledger: PPLI','PPNC
Department: 9999
DataType: AC
When executing it from SQL Plus, I tried:
kgl_deptexp_Load("PPLI','PPNC", "9999", "AC")


I get the following error message:
ORA-06550: line 1, column 24:
PLS-00201: identifier 'PPLI','PPNC' must be declared
ORA-06550: line 1, column 7:

Any ideas??
Thanks in advance!
Kim

What is the correct way to pass in this parameter?