DBA Data[Home] [Help]

APPS.JL_ZZ_INVOICE_CREATE dependencies on RA_BATCH_SOURCES_ALL

Line 83: FROM ar_trx_lines_gt,ar_trx_header_gt,ra_batch_sources_all rbs

79: , ar_trx_lines_gt.global_attribute12
80: , warehouse_id
81: , rbs.name
82: , ar_trx_header_gt.trx_number
83: FROM ar_trx_lines_gt,ar_trx_header_gt,ra_batch_sources_all rbs
84: WHERE ar_trx_lines_gt.request_id = c_request_id
85: AND ar_trx_header_gt.trx_header_id = ar_trx_lines_gt.trx_header_id
86: AND ar_trx_header_gt.batch_source_id = rbs.batch_source_id
87: ORDER BY ar_trx_header_gt.trx_date;