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 1408: AR_BILLS_MAINTAIN_STATUS_PUB.New_Status_Event (

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 ,
1410: p_action => C_EXCHANGE_UNCOMPLETE ,
1411: p_new_status => l_trh_rec.status ,
1412: p_new_event => l_trh_rec.event );

Line 2129: AR_BILLS_MAINTAIN_STATUS_PUB.Find_Last_Relevant_trh (l_prev_trh_rec);

2125: -- Fetch the previous relevant status of the BR
2126:
2127: l_prev_trh_rec.transaction_history_id := p_trh_rec.prv_trx_history_id;
2128:
2129: AR_BILLS_MAINTAIN_STATUS_PUB.Find_Last_Relevant_trh (l_prev_trh_rec);
2130:
2131: IF PG_DEBUG in ('Y', 'C') THEN
2132: arp_util.debug ( 'Previous Relevant Status : ' || l_prev_trh_rec.status);
2133: END IF;