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 516: ra_customer_trx_lines_all rctl,

512: rctlgd.code_combination_id
513: FROM
514: cst_margin_build cr,
515: ra_cust_trx_line_gl_dist_all rctlgd,
516: ra_customer_trx_lines_all rctl,
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,

Line 675: ra_customer_trx_lines_all rctl,

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

Line 904: ra_customer_trx_lines_all rctl,

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

Line 1361: ra_customer_trx_lines_all rcl,

1357: ap_invoices_all ai,
1358: oe_order_headers_all sh,
1359: oe_order_lines_all sl_parent,
1360: oe_order_lines_all sl_child,
1361: ra_customer_trx_lines_all rcl,
1362: mtl_parameters mp /* INVCONV umoogala 17-oct-2004 */
1363: WHERE
1364: ai.invoice_id = aid.invoice_id
1365: and ai.source = 'Intercompany'