DBA Data[Home] [Help]

APPS.CSP_SUPERSESSIONS_PVT dependencies on MTL_ITEM_SUB_INVENTORIES

Line 199: from MTL_ITEM_SUB_INVENTORIES

195:
196: CURSOR get_rop_for_subinv
197: IS
198: SELECT NVL(MIN_MINMAX_QUANTITY,0)
199: from MTL_ITEM_SUB_INVENTORIES
200: where organization_id = p_planned_org_id
201: and inventory_item_id = l_inventory_item_Id
202: and SECONDARY_INVENTORY = p_planned_subinv_code;
203: