DBA Data[Home] [Help]

APPS.OZF_GL_INTERFACE_PVT dependencies on RA_CUST_TRX_LINE_GL_DIST_ALL

Line 312: , ra_cust_trx_line_gl_dist_all cgl

308: , oe_price_adjustments pa
309: , oe_order_lines_all ol
310: , oe_order_headers_all oh
311: , ra_customer_trx_lines_all ctl
312: , ra_cust_trx_line_gl_dist_all cgl
313: where fu.price_adjustment_id = pa.price_adjustment_id
314: and ol.line_id = pa.line_id
315: and ol.header_id = oh.header_id
316: and ctl.sales_order = to_char(oh.order_number)

Line 333: , ra_cust_trx_line_gl_dist_all cgl

329: , oe_price_adjustments pa
330: , oe_order_lines_all ol
331: , oe_order_headers_all oh
332: , ra_customer_trx_lines_all ctl
333: , ra_cust_trx_line_gl_dist_all cgl
334: where fu.price_adjustment_id = pa.price_adjustment_id
335: and ol.line_id = pa.line_id
336: and ol.header_id = oh.header_id
337: and ctl.sales_order = to_char(oh.order_number)