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 515: ra_customer_trx_all rct,

511: oe_order_headers_all sh,
512: oe_order_lines_all sl_parent,
513: oe_order_lines_all sl_child,
514: mtl_system_items msi,
515: ra_customer_trx_all rct,
516: mtl_material_transactions mmt, -- dropship
517: mtl_parameters mp /* INVCONV umoogala 17-oct-2004 */
518: WHERE
519: cr.build_id = l_build_id

Line 662: ra_customer_trx_all rct,

658: FROM
659: cst_margin_build cr,
660: ra_cust_trx_line_gl_dist_all rctlgd,
661: ra_customer_trx_lines_all rctl,
662: ra_customer_trx_all rct,
663: oe_order_headers_all rma,
664: oe_order_lines_all rma_line,
665: mtl_system_items msi,
666: mtl_parameters mp /* INVCONV umoogala 17-oct-2004 */

Line 883: ra_customer_trx_all rct,

879: and t1.org_id = l_ou_id
880: and t1.header_id = temp.header_id
881: and t1.line_id = temp.line_id
882: group by t1.order_number , t1.line_number )) temp,
883: ra_customer_trx_all rct,
884: ra_customer_trx_lines_all rctl,
885: ra_cust_trx_line_gl_dist_all rctlgd
886: WHERE
887: rctl.line_type = 'LINE'