DBA Data[Home] [Help]

APPS.AR_BILLS_CREATION_VAL_PVT dependencies on ARP_CT_PKG

Line 94: ARP_CT_PKG.fetch_p (l_trx_rec, p_customer_trx_id);

90: | Fetch the BR History Information : |
91: | Current Status |
92: +-----------------------------------------------*/
93:
94: ARP_CT_PKG.fetch_p (l_trx_rec, p_customer_trx_id);
95: l_trh_rec.customer_trx_id := p_customer_trx_id;
96: ARP_TRANSACTION_HISTORY_PKG.fetch_f_trx_id (l_trh_rec);
97:
98:

Line 1506: ARP_CT_PKG.fetch_p (l_trx_rec, p_customer_trx_id);

1502: END IF;
1503:
1504: l_trh_rec.customer_trx_id := p_customer_trx_id;
1505: ARP_TRANSACTION_HISTORY_PKG.fetch_f_trx_id (l_trh_rec);
1506: ARP_CT_PKG.fetch_p (l_trx_rec, p_customer_trx_id);
1507:
1508: IF (l_trh_rec.status <> C_UNPAID)
1509: THEN
1510: IF PG_DEBUG in ('Y', 'C') THEN