DBA Data[Home] [Help]

APPS.ARP_PROCESS_LINE dependencies on AR_LINE_CONTS

Line 1863: ar_line_conts alc

1859: --added for bug 7478499
1860: CURSOR cont_cursor IS
1861: select alc.customer_trx_line_id
1862: from ra_customer_trx_lines ctl,
1863: ar_line_conts alc
1864: where
1865: ctl.customer_trx_line_id = p_customer_trx_line_id
1866: and ctl.customer_trx_line_id = alc.customer_trx_line_id
1867: and ctl.line_type = 'LINE'

Line 1962: delete from ar_line_conts

1958:
1959: --added for bug 7478499
1960: BEGIN
1961: FOR l_cont_rec IN cont_cursor LOOP
1962: delete from ar_line_conts
1963: where customer_trx_line_id = l_cont_rec.customer_trx_line_id;
1964: END LOOP;
1965:
1966: FOR l_deferred_rec IN deferred_cursor LOOP