DBA Data[Home] [Help]

APPS.AR_OM_PREPAY_REFUND_PVT dependencies on AR_OM_PREPAY_REFUND_PVT

Line 1: PACKAGE BODY AR_OM_PREPAY_REFUND_PVT AS

1: PACKAGE BODY AR_OM_PREPAY_REFUND_PVT AS
2: /* $Header: AROMRFNB.pls 115.3 2004/05/03 19:49:26 jypandey noship $ */
3:
4: /*=======================================================================+
5: | Package Global Constants

Line 7: G_PKG_NAME CONSTANT VARCHAR2(30) := 'AR_OM_PREPAY_REFUND_PVT';

3:
4: /*=======================================================================+
5: | Package Global Constants
6: +=======================================================================*/
7: G_PKG_NAME CONSTANT VARCHAR2(30) := 'AR_OM_PREPAY_REFUND_PVT';
8: G_MSG_UERROR CONSTANT NUMBER := FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR;
9: G_MSG_ERROR CONSTANT NUMBER := FND_MSG_PUB.G_MSG_LVL_ERROR;
10: G_MSG_SUCCESS CONSTANT NUMBER := FND_MSG_PUB.G_MSG_LVL_SUCCESS;
11: G_MSG_HIGH CONSTANT NUMBER := FND_MSG_PUB.G_MSG_LVL_DEBUG_HIGH;

Line 92: arp_standard.debug('AR_OM_PREPAY_REFUND_PVT.refund_prepayment_wrapper ()+');

88: ) IS
89:
90: BEGIN
91: IF PG_DEBUG in ('Y', 'C') THEN
92: arp_standard.debug('AR_OM_PREPAY_REFUND_PVT.refund_prepayment_wrapper ()+');
93: END IF;
94:
95: -- first reinitialize ARP_GLOBAL
96: arp_global.init_global;

Line 234: arp_standard.debug('AR_OM_PREPAY_REFUND_PVT.refund_prepayment_wrapper ()-');

230: p_data => x_msg_data);
231:
232:
233: IF PG_DEBUG in ('Y', 'C') THEN
234: arp_standard.debug('AR_OM_PREPAY_REFUND_PVT.refund_prepayment_wrapper ()-');
235: END IF;
236:
237: END Refund_Prepayment_Wrapper;
238:

Line 239: END AR_OM_PREPAY_REFUND_PVT;

235: END IF;
236:
237: END Refund_Prepayment_Wrapper;
238:
239: END AR_OM_PREPAY_REFUND_PVT;