DBA Data[Home] [Help]

APPS.INV_RESERVATION_VALIDATE_PVT dependencies on MTL_SUBINVENTORIES_TRK_VAL_V

Line 2298: FROM mtl_subinventories_trk_val_v

2294: .restrict_subinventories_code = 2 THEN
2295: -- item is not restricted to specific subs
2296: BEGIN
2297: SELECT 'Y' INTO l_found
2298: FROM mtl_subinventories_trk_val_v
2299: WHERE organization_id = p_organization_id
2300: AND secondary_inventory_name = p_subinventory_code ;
2301: --
2302: EXCEPTION