DBA Data[Home] [Help]

APPS.AR_INVOICE_TABLE_HANDLER dependencies on AR_TRX_DIST_GT

Line 522: SELECT * FROM ar_trx_dist_gt

518: WHERE trx_header_id = l_trx_header_id
519: order by trx_header_id, trx_line_id, line_number;
520:
521: CURSOR ar_trx_dist_c IS
522: SELECT * FROM ar_trx_dist_gt
523: where trx_header_id = l_trx_header_id
524: AND account_class = 'REC'
525: AND process_flag = 'N';
526: