DBA Data[Home] [Help]

APPS.AR_BILLS_CREATION_VAL_PVT dependencies on ARP_CT_PKG

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

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

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

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