DBA Data[Home] [Help]

APPS.CSTPMRGL dependencies on RA_CUSTOMER_TRX_LINES_ALL

Line 369: ra_customer_trx_lines_all rctl,

365: rctlgd.code_combination_id
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,

Line 510: ra_customer_trx_lines_all rctl,

506: rctlgd.code_combination_id
507: FROM
508: cst_margin_build cr,
509: ra_cust_trx_line_gl_dist_all rctlgd,
510: ra_customer_trx_lines_all rctl,
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,

Line 661: ra_customer_trx_lines_all rctl,

657: rctlgd.code_combination_id
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,

Line 884: ra_customer_trx_lines_all rctl,

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'
888: and rct.org_id = l_ou_id

Line 1176: ra_customer_trx_lines_all rcl,

1172: ap_invoices_all ai,
1173: oe_order_headers_all sh,
1174: oe_order_lines_all sl_parent,
1175: oe_order_lines_all sl_child,
1176: ra_customer_trx_lines_all rcl,
1177: mtl_parameters mp /* INVCONV umoogala 17-oct-2004 */
1178: WHERE
1179: ai.invoice_id = aid.invoice_id
1180: and ai.source = 'Intercompany'