Prepayment API
We are working on a client requirement where we are trying to import prepayments into Oracle Receivables from a legacy system using the Prepayment API(AR_PREPAYMENTS_PUB.CREATE_PREPAYMENT).
But everytime we try to test it using some dummy data we are encountering the exception:
ORA-06550: line 13, column 1:
PLS-00306: wrong number or types of arguments in call to 'CREATE_PREPAYMENT'
ORA-06550: line 13, column 1:
PL/SQL: Statement ignored
We are passing valid data as regards datatypes and arguements but still this error is being raised.
Please advise.
Many Thanks
Rajyi