DBA Data[Home] [Help]

APPS.AR_BILLS_MAINTAIN_LIB_PVT dependencies on ARP_TRANSACTION_HISTORY_PKG

Line 680: ARP_TRANSACTION_HISTORY_PKG.lock_fetch_f_trx_id (l_trh_rec);

676: THEN
677:
678: ARP_CT_PKG.fetch_p (l_trx_rec, assignment_rec.br_ref_customer_trx_id);
679: l_trh_rec.customer_trx_id := assignment_rec.br_ref_customer_trx_id;
680: ARP_TRANSACTION_HISTORY_PKG.lock_fetch_f_trx_id (l_trh_rec);
681:
682: -- Fetch the new status and new event of the BR
683:
684: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (

Line 1367: ARP_TRANSACTION_HISTORY_PKG.lock_fetch_f_trx_id (l_trh_rec);

1363:
1364: ARP_CT_PKG.fetch_p (l_trx_rec, assignment_rec.br_ref_customer_trx_id);
1365:
1366: l_trh_rec.customer_trx_id := assignment_rec.br_ref_customer_trx_id;
1367: ARP_TRANSACTION_HISTORY_PKG.lock_fetch_f_trx_id (l_trh_rec);
1368:
1369: -- Fetch the new status and new event of the BR
1370: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (
1371: p_trx_rec => l_trx_rec ,