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 515: ra_cust_trx_line_gl_dist_all rctlgd,

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

Line 674: ra_cust_trx_line_gl_dist_all rctlgd,

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

Line 905: ra_cust_trx_line_gl_dist_all rctlgd

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