DBA Data[Home] [Help]

APPS.AR_CM_API_PUB dependencies on AR_CM_API_PUB

Line 1: PACKAGE BODY AR_CM_API_PUB AS

1: PACKAGE BODY AR_CM_API_PUB AS
2: /* $Header: ARXPCMEB.pls 120.3 2011/09/17 18:13:11 naneja ship $ */
3: /*#
4: * Credit Memo APIs allow users to apply/unapply on account credit memo
5: * against a debit memo or invoice using simple calls to PL/SQL functions.

Line 8: G_PKG_NAME CONSTANT VARCHAR2(30) := 'AR_CM_API_PUB';

4: * Credit Memo APIs allow users to apply/unapply on account credit memo
5: * against a debit memo or invoice using simple calls to PL/SQL functions.
6: */
7:
8: G_PKG_NAME CONSTANT VARCHAR2(30) := 'AR_CM_API_PUB';
9:
10: G_MSG_UERROR CONSTANT NUMBER := FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR;
11: G_MSG_ERROR CONSTANT NUMBER := FND_MSG_PUB.G_MSG_LVL_ERROR;
12: G_MSG_SUCCESS CONSTANT NUMBER := FND_MSG_PUB.G_MSG_LVL_SUCCESS;

Line 76: arp_util.debug('AR_CM_API_PUB.APPLY_ON_ACCOUNT(+)');

72: BEGIN
73:
74:
75: IF PG_DEBUG in ('Y', 'C') THEN
76: arp_util.debug('AR_CM_API_PUB.APPLY_ON_ACCOUNT(+)');
77: END IF;
78:
79: /*------------------------------------+
80: | Standard start of API savepoint |

Line 570: arp_util.debug('ar_cm_api_pub.Unapply_on_account()+ ');

566: and ra.customer_trx_id = ct.customer_trx_id;
567:
568: BEGIN
569: IF PG_DEBUG in ('Y', 'C') THEN
570: arp_util.debug('ar_cm_api_pub.Unapply_on_account()+ ');
571: END IF;
572:
573: /*------------------------------------+
574: | Standard start of API savepoint |

Line 886: END AR_CM_API_PUB;

882:
883: END unapply_on_account;
884:
885:
886: END AR_CM_API_PUB;