DBA Data[Home] [Help]

APPS.JA_ZZ_INVOICE_CREATE dependencies on AR_TRX_HEADER_GT

Line 131: ar_trx_header_gt header,

127: , lines.vat_tax_id
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

Line 441: ar_trx_header_gt header,

437: to_number(types.global_attribute3) advance_days,
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