DBA Data[Home] [Help]

APPS.ARP_BF_BILL dependencies on ARP_PROCESS_HEADER

Line 505: arp_process_header.post_commit( 'ARPBFBIB',

501: term_due_date = new_due_date
502: WHERE customer_trx_id = P_trx_id;
503:
504: -- update AR_PAYMENT_SCHEDULES table with the new values
505: arp_process_header.post_commit( 'ARPBFBIB',
506: 120.0,
507: P_trx_id, -- customer_trx_id
508: NULL, -- cm trx_id
509: 'Y', -- complete_flag

Line 2393: arp_process_header.post_commit( 'ARPBFBIB',

2389: WHERE customer_trx_id = l_tab_trx_id(i);
2390:
2391: write_debug_and_log('Override : Updating AR_PAYMENT_SCHEDULES');
2392: FOR i IN 1..l_tab_idx LOOP
2393: arp_process_header.post_commit( 'ARPBFBIB',
2394: 120.0,
2395: l_tab_trx_id(i), -- customer_trx_id
2396: NULL, -- cm trx_id
2397: 'Y', -- complete_flag