DBA Data[Home] [Help]

APPS.AR_INVOICE_TABLE_HANDLER dependencies on RA_CUST_TRX_LINE_GL_DIST

Line 376: delete from ra_cust_trx_line_gl_dist where customer_trx_id = p_customer_trx_id;

372: arp_etax_invapi_util.cleanup_tax(p_customer_trx_id);
373:
374: delete from ra_customer_trx where customer_trx_id = p_customer_trx_id;
375: delete from ra_customer_trx_lines where customer_trx_id = p_customer_trx_id;
376: delete from ra_cust_trx_line_gl_dist where customer_trx_id = p_customer_trx_id;
377: delete from ar_payment_schedules where customer_trx_id = p_customer_trx_id;
378: delete from RA_CUST_TRX_LINE_SALESREPS where customer_trx_id = p_customer_trx_id;
379:
380: END;

Line 416: delete from ra_cust_trx_line_gl_dist

412: from ar_trx_errors_gt err,
413: ar_trx_header_gt th
414: where err.trx_header_id = th.trx_header_id);
415:
416: delete from ra_cust_trx_line_gl_dist
417: where customer_trx_id in (
418: select distinct th.customer_trx_id
419: from ar_trx_errors_gt err,
420: ar_trx_header_gt th