DBA Data[Home] [Help]

APPS.AR_BILLS_CREATION_PUB dependencies on ARP_CTL_PKG

Line 1497: ARP_CTL_PKG.lock_fetch_p (l_trl_rec, p_customer_trx_line_id);

1493: +----------------------------------------------*/
1494:
1495: AR_BILLS_CREATION_VAL_PVT.Validate_Customer_trx_line_id (p_customer_trx_line_id);
1496:
1497: ARP_CTL_PKG.lock_fetch_p (l_trl_rec, p_customer_trx_line_id);
1498:
1499: l_trl_rec.extended_amount := p_assigned_amount ;
1500: l_trl_rec.attribute_category := p_attribute_category ;
1501: l_trl_rec.attribute1 := p_attribute1 ;

Line 1703: arp_ctl_pkg.fetch_p (l_trl_rec, p_customer_trx_line_id);

1699:
1700: AR_BILLS_CREATION_VAL_PVT.Validate_Customer_trx_line_id (p_customer_trx_line_id);
1701:
1702: -- Fetch the Assignment information
1703: arp_ctl_pkg.fetch_p (l_trl_rec, p_customer_trx_line_id);
1704:
1705: -- Fetch the BR transaction information
1706: ARP_CT_PKG.fetch_p (l_BR_rec, l_trl_rec.customer_trx_id);
1707:

Line 1895: arp_ctl_pkg.set_to_dummy (l_trl_rec);

1891: +-----------------------------------------------*/
1892:
1893: AR_BILLS_CREATION_VAL_PVT.Validate_Customer_trx_line_id (p_customer_trx_line_id);
1894:
1895: arp_ctl_pkg.set_to_dummy (l_trl_rec);
1896:
1897: l_trl_rec.customer_trx_id := p_customer_trx_id ;
1898: l_trl_rec.customer_trx_line_id := p_customer_trx_line_id ;
1899: l_trl_rec.br_ref_payment_schedule_id := p_br_ref_payment_schedule_id;

Line 1923: ARP_CTL_PKG.lock_compare_p (l_trl_rec, p_customer_trx_line_id);

1919: /*-----------------------------------------------+
1920: | Call the Table Handler |
1921: +-----------------------------------------------*/
1922:
1923: ARP_CTL_PKG.lock_compare_p (l_trl_rec, p_customer_trx_line_id);
1924:
1925: IF PG_DEBUG in ('Y', 'C') THEN
1926: arp_util.debug('AR_BILLS_CREATION_PUB.Lock_BR_Assignment()- ');
1927: END IF;