Receivables - EBS (MOSC)

MOSC Banner

Apply Receipt through API AR_RECEIPT_API_PUB.APPLY you may not apply more than the receipt amount

edited Dec 13, 2017 5:17AM in Receivables - EBS (MOSC) 4 commentsAnswered ✓

Hi,

I Attempt to use the API AR_RECEIPT_API_PUB.APPLY to apply receipts to invoices and receive the following error:

Message Name:  You may not apply more than the receipt amount

Code used :

ar_receipt_api_pub.CREATE_CASH

ar_receipt_api_pub.APPLY

---Call API

AR_RECEIPT_API_PUB.APPLY(P_API_VERSION      => 1.0,

                                     --P_TRX_NUMBER       => R_INV.TRX_NUMBER,

                                     p_customer_trx_id  => R_INV.CUSTOMER_TRX_ID,

                                     P_CASH_RECEIPT_ID  => L_CR_ID,

                                     P_APPLY_DATE       => REC.NGAY_PHIEU_CHI,

                                     P_APPLY_GL_DATE    => REC.NGAY_HACH_TOAN,

                                     P_INIT_MSG_LIST    => FND_API.G_FALSE,

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center