DBA Data[Home] [Help]

APPS.ARP_BF_BILL dependencies on ARP_PROCESS_HEADER

Line 484: arp_process_header.post_commit( 'ARPBFBIB',

480: term_due_date = new_due_date
481: WHERE customer_trx_id = P_trx_id;
482:
483: -- update AR_PAYMENT_SCHEDULES table with the new values
484: arp_process_header.post_commit( 'ARPBFBIB',
485: 120.0,
486: P_trx_id, -- customer_trx_id
487: NULL, -- cm trx_id
488: 'Y', -- complete_flag

Line 2645: arp_process_header.post_commit( 'ARPBFBIB',

2641: WHERE customer_trx_id = l_tab_trx_id(i);
2642:
2643: write_debug_and_log('Override : Updating AR_PAYMENT_SCHEDULES');
2644: FOR i IN 1..l_tab_idx LOOP
2645: arp_process_header.post_commit( 'ARPBFBIB',
2646: 120.0,
2647: l_tab_trx_id(i), -- customer_trx_id
2648: NULL, -- cm trx_id
2649: 'Y', -- complete_flag