DBA Data[Home] [Help]

APPS.AR_INVOICE_TABLE_HANDLER dependencies on RA_CUST_TRX_LINE_GL_DIST

Line 377: delete from ra_cust_trx_line_gl_dist where customer_trx_id = p_customer_trx_id;

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

Line 417: delete from ra_cust_trx_line_gl_dist

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