DBA Data[Home] [Help]

APPS.CSTPMRGL dependencies on RA_CUSTOMER_TRX_ALL

Line 370: ra_customer_trx_all rct,

366: FROM
367: cst_margin_build cr,
368: ra_cust_trx_line_gl_dist_all rctlgd,
369: ra_customer_trx_lines_all rctl,
370: ra_customer_trx_all rct,
371: oe_order_lines_all sl_child,
372: oe_order_lines_all sl_parent,
373: mtl_system_items msi,
374: oe_order_headers_all sh,

Line 521: ra_customer_trx_all rct,

517: oe_order_headers_all sh,
518: oe_order_lines_all sl_parent,
519: oe_order_lines_all sl_child,
520: mtl_system_items msi,
521: ra_customer_trx_all rct,
522: mtl_material_transactions mmt, -- dropship
523: mtl_parameters mp /* INVCONV umoogala 17-oct-2004 */
524: WHERE
525: cr.build_id = l_build_id

Line 676: ra_customer_trx_all rct,

672: FROM
673: cst_margin_build cr,
674: ra_cust_trx_line_gl_dist_all rctlgd,
675: ra_customer_trx_lines_all rctl,
676: ra_customer_trx_all rct,
677: oe_order_headers_all rma,
678: oe_order_lines_all rma_line,
679: mtl_system_items msi,
680: mtl_parameters mp /* INVCONV umoogala 17-oct-2004 */

Line 903: ra_customer_trx_all rct,

899: and t1.org_id = l_ou_id
900: and t1.header_id = temp.header_id
901: and t1.line_id = temp.line_id
902: group by t1.order_number , t1.line_number )) temp,
903: ra_customer_trx_all rct,
904: ra_customer_trx_lines_all rctl,
905: ra_cust_trx_line_gl_dist_all rctlgd
906: WHERE
907: rctl.line_type = 'LINE'