DBA Data[Home] [Help]

APPS.AR_BILLS_MAINTAIN_LIB_PVT dependencies on AR_BILLS_MAINTAIN_STATUS_PUB

Line 684: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (

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 (
685: p_trx_rec => l_trx_rec ,
686: p_action => C_EXCHANGE_COMPLETE ,
687: p_new_status => l_trh_rec.status ,
688: p_new_event => l_trh_rec.event );

Line 1370: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (

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 ,
1372: p_action => C_EXCHANGE_UNCOMPLETE ,
1373: p_new_status => l_trh_rec.status ,
1374: p_new_event => l_trh_rec.event );

Line 2091: AR_BILLS_MAINTAIN_STATUS_PUB.Find_Last_Relevant_trh (l_prev_trh_rec);

2087: -- Fetch the previous relevant status of the BR
2088:
2089: l_prev_trh_rec.transaction_history_id := p_trh_rec.prv_trx_history_id;
2090:
2091: AR_BILLS_MAINTAIN_STATUS_PUB.Find_Last_Relevant_trh (l_prev_trh_rec);
2092:
2093: IF PG_DEBUG in ('Y', 'C') THEN
2094: arp_util.debug ( 'Previous Relevant Status : ' || l_prev_trh_rec.status);
2095: END IF;