DBA Data[Home] [Help]

APPS.JA_ZZ_INVOICE_CREATE dependencies on RA_BATCH_SOURCES_ALL

Line 132: ra_batch_sources_all rbs

128: , lines.line_type
129: FROM
130: ar_trx_lines_gt lines,
131: ar_trx_header_gt header,
132: ra_batch_sources_all rbs
133: WHERE
134: lines.request_id = c_request_id
135: AND lines.customer_trx_id IS NOT NULL
136: AND header.trx_header_id = lines.trx_header_id

Line 442: ra_batch_sources_all rbs,

438: lines.vat_tax_id,
439: lines.line_type
440: FROM ar_trx_lines_gt lines,
441: ar_trx_header_gt header,
442: ra_batch_sources_all rbs,
443: ra_cust_trx_types types
444: WHERE lines.request_id = c_request_id
445: AND header.trx_header_id = lines.trx_header_id
446: AND header.batch_source_id = rbs.batch_source_id