DBA Data[Home] [Help]

APPS.INV_PHY_INV_LOVS dependencies on MTL_PHYSICAL_SUBINVENTORIES

Line 154: FROM mtl_physical_subinventories

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