DBA Data[Home] [Help]

APPS.ARP_BR_HOUSEKEEPER_PKG dependencies on ARP_PROCESS_BR_HEADER

Line 267: arp_process_br_header.lock_transaction(pg_BR_rec.customer_trx_id);

263:
264: /*--------------------------+
265: | Lock rest of the tables |
266: +--------------------------*/
267: arp_process_br_header.lock_transaction(pg_BR_rec.customer_trx_id);
268:
269: write_debug_and_log( 'pg_BR_rec.customer_trx_id = ' ||to_char(pg_BR_rec.customer_trx_id));
270: write_debug_and_log( 'pg_BR_rec.payment_schedule_id = ' ||to_char(pg_BR_rec.payment_schedule_id));
271: write_debug_and_log( 'pg_BR_rec.maturity_date = ' ||to_char(pg_BR_rec.maturity_date));

Line 287: ARP_PROCESS_BR_HEADER.move_deferred_tax(pg_BR_rec.customer_trx_id,l_deferred_tax_exists);

283: /*-----------------------------------------------------------+
284: | Check whether tax exists for this BR, this information is |
285: | used when deciding whether to move deferred tax or not |
286: +-----------------------------------------------------------*/
287: ARP_PROCESS_BR_HEADER.move_deferred_tax(pg_BR_rec.customer_trx_id,l_deferred_tax_exists);
288:
289: IF l_deferred_tax_exists THEN
290:
291: pg_deferred_tax_exists := TRUE;