DBA Data[Home] [Help]

APPS.CSTPMRGL dependencies on RA_CUST_TRX_LINE_GL_DIST_ALL

Line 368: ra_cust_trx_line_gl_dist_all rctlgd,

364: rctlgd.acctd_amount,
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,

Line 509: ra_cust_trx_line_gl_dist_all rctlgd,

505: rctlgd.acctd_amount,
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,

Line 660: ra_cust_trx_line_gl_dist_all rctlgd,

656: rctlgd.acctd_amount,
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,

Line 885: ra_cust_trx_line_gl_dist_all rctlgd

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
889: and rctl.customer_trx_id = rct.customer_trx_id