DBA Data[Home] [Help]

APPS.JE_REVERSE_SALES_LIST_PKG dependencies on ZX_REPORTING_TYPES_VL

Line 121: zx_reporting_types_vl zrt

117: ra_customer_trx_lines_all trx_lines,
118: zx_lines lines,
119: ra_customer_trx_lines_all trx_tax_lines,
120: zx_report_codes_assoc zrc,
121: zx_reporting_types_vl zrt
122: WHERE trx_lines.line_type ='LINE'
123: AND trx_lines.customer_trx_id = trx.customer_trx_id
124: AND trx_tax_lines.line_type ='TAX'
125: AND trx_lines.customer_trx_line_id = trx_tax_lines.link_to_cust_trx_line_id