APPS.AR_INVOICE_TABLE_HANDLER dependencies on AR_TRX_DIST_GT
Line 530: SELECT * FROM ar_trx_dist_gt
526: WHERE trx_header_id = l_trx_header_id
527: order by trx_header_id, trx_line_id, line_number;
528:
529: CURSOR ar_trx_dist_c IS 530: SELECT * FROM ar_trx_dist_gt 531: where trx_header_id = l_trx_header_id
532: AND account_class = 'REC'
533: AND process_flag = 'N';
534: