DBA Data[Home] [Help]

APPS.ARP_PROCESS_LINE dependencies on AR_LINE_CONTS

Line 1877: ar_line_conts alc

1873: --added for bug 7478499
1874: CURSOR cont_cursor IS
1875: select alc.customer_trx_line_id
1876: from ra_customer_trx_lines ctl,
1877: ar_line_conts alc
1878: where
1879: ctl.customer_trx_line_id = p_customer_trx_line_id
1880: and ctl.customer_trx_line_id = alc.customer_trx_line_id
1881: and ctl.line_type = 'LINE'

Line 1976: delete from ar_line_conts

1972:
1973: --added for bug 7478499
1974: BEGIN
1975: FOR l_cont_rec IN cont_cursor LOOP
1976: delete from ar_line_conts
1977: where customer_trx_line_id = l_cont_rec.customer_trx_line_id;
1978: END LOOP;
1979:
1980: FOR l_deferred_rec IN deferred_cursor LOOP