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 1405: ARP_TRANSACTION_HISTORY_PKG.lock_fetch_f_trx_id (l_trh_rec);

1401:
1402: ARP_CT_PKG.fetch_p (l_trx_rec, assignment_rec.br_ref_customer_trx_id);
1403:
1404: l_trh_rec.customer_trx_id := assignment_rec.br_ref_customer_trx_id;
1405: ARP_TRANSACTION_HISTORY_PKG.lock_fetch_f_trx_id (l_trh_rec);
1406:
1407: -- Fetch the new status and new event of the BR
1408: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (
1409: p_trx_rec => l_trx_rec ,