API: ar_receipt_api_pub.create_cash Error: The Maturity Date cannot be before the Receipt Date
Dear All,
We are using the ar_receipt_api_pub.create_cash to integrate receipts from third party system.
Some times customers issue a check but the sales man get that receipt after couple of weeks. For example; Customer issue check in 22/8/2015; Check maturity date is 1/9/2015 but sales man collect that receipt in 7/9/2015. Receivable super user enter the receipt info as follows:
Receipt date: 7/9/2015
GL Date: 7/9/2015
Maturity date: 1/9/2015
For receipt window in oracle it is okay to enter that check info; but when using the API, receipt date is the date when receipt is created in ORACLE; but maturity is the same as check maturity; when we pass that, error message appears: The Maturity Date cannot be before the Receipt Date.