DBA Data[Home] [Help]

APPS.ARP_PROCESS_CREDIT_LOCK_COVER dependencies on ARP_CT_PKG

Line 112: arp_ct_pkg.set_to_dummy(l_cm_header);

108: IF PG_DEBUG in ('Y', 'C') THEN
109: arp_util.debug('arp_process_credit_cover.lock_header_cover()+');
110: END IF;
111:
112: arp_ct_pkg.set_to_dummy(l_cm_header);
113: --
114: -- populate the record with only the required columns
115: --
116: l_cm_header.batch_id := p_batch_id;

Line 175: arp_ct_pkg.lock_compare_p(

171:
172: --
173: -- call the entity handler
174: --
175: arp_ct_pkg.lock_compare_p(
176: l_cm_header,
177: p_customer_trx_id);
178:
179: IF PG_DEBUG in ('Y', 'C') THEN