DBA Data[Home] [Help]

APPS.OPI_DBI_INV_VALUE_INIT_PKG dependencies on CST_QUANTITY_LAYERS

Line 630: FROM cst_quantity_layers cst,

626: SET (onhand_value_b ,intransit_value_b) =
627: (SELECT
628: nvl(cst.item_cost,0) * onhand_qty onhand_value_b,
629: nvl(cst.item_cost,0) * intransit_qty intransit_value_b
630: FROM cst_quantity_layers cst,
631: mtl_parameters mp
632: WHERE mp.organization_id = fact.organization_id
633: AND primary_cost_method <> 1
634: AND cst.organization_id = fact.organization_id