Hi,
I am trying to run the package FND_REQUEST.SUBMIT_REQUEST from Oracle SQL Worksheet using the following statement:
execute FND_REQUEST.SUBMIT_REQUEST(...)
but I get the following error:
ORA-06550: line 2, column 2:
PLS-00221: 'SUBMIT_REQUEST' is not a procedure or is undefined
ORA-06550: line 2, column 2:
Can any one pl tell me the reason and how to run it properly.
Thanks in advance
Birjot
I am trying to run the package FND_REQUEST.SUBMIT_REQUEST from Oracle SQL Worksheet using the following statement:
execute FND_REQUEST.SUBMIT_REQUEST(...)
but I get the following error:
ORA-06550: line 2, column 2:
PLS-00221: 'SUBMIT_REQUEST' is not a procedure or is undefined
ORA-06550: line 2, column 2:
Can any one pl tell me the reason and how to run it properly.
Thanks in advance
Birjot