DBA Data[Home] [Help]

APPS.INV_PHY_INV_LOVS dependencies on MTL_PHYSICAL_SUBINVENTORIES

Line 156: FROM mtl_physical_subinventories

152: -- See if the serial's subinventory is one of the subinventories
153: -- associated with the physical inventory
154: SELECT COUNT(*)
155: INTO x_serial_in_scope
156: FROM mtl_physical_subinventories
157: WHERE organization_id = p_organization_id
158: AND physical_inventory_id = p_physical_inventory_id
159: AND subinventory = l_serial_sub;
160: END IF;