Below is the list of some of the Receipt API's in Oracle Receivables. Receipt APIs provide an extension to existing functionality for creating and manipulating receipts through standard AR Receipts forms and lockboxes.
AR_RECEIPT_API_PUB is the main package that has several procedures to perform different actions
1) AR_RECEIPT_API_PUB.APPLY & AR_RECEIPT_API_PUB.UNAPPLY:
Use this procedure to apply or unaply respectively, the cash receipts from a customer to an invoice, debit memo, or other debit item .
2) AR_RECEIPT_API_PUB.APPLY_ON_ACCOUNT & AR_RECEIPT_API_PUB.UNAPPLY_ON_ACCOUNT
Use this procedure to apply or unapply a cash receipt on account.
3) AR_RECEIPT_API_PUB.APPLY_OPEN_RECEIPT & AR_RECEIPT_API_PUB.UNAPPLY_OPEN_RECEIPT
To apply or unapply a cash receipt to another open receipt.
4) AR_RECEIPT_API_PUB.CREATE_CASH:
Procedure to create a single cash receipt for payment received in the form of a check or cash.
6) AR_RECEIPT_API_PUB.REVERSE
Procedure to reverse cash and miscellaneous receipts
In later post I will try to explain in detail how to use each API and the impact of same in application.
Search This Blog
Tuesday, January 26, 2010
List of Receipts API in Oracle Receivables
Posted by Suresh Vaishya at 11:48 AM
Labels: APIs, Oracle Receivables
Subscribe to:
Post Comments (Atom)
6 Comments:
Nice blog. i learned many things by visiting your blog, thanks for publishing.
Receipt forms
Appreciate your feedback.
Regards,
Suresh
Nice blog....Learning many things from this site.
Also need to know, how to use these APIs to unapply a receipt and all...thanks for posting these useful information.
Small bits of content which are explained in details,helps me understand the topic, thank you!
GetIssuerAttributeChanges
Hi,
I am looking for APIs to update existing receipt with new receipt lines.
Thank You!
Post a Comment