DBA Data[Home] [Help]

APPS.ENG_VALIDATE_REV_COMPONENT dependencies on MTL_SUBINVENTORIES_TRK_VAL_V

Line 898: FROM mtl_subinventories_trk_val_v

894: g_rev_component_rec.supply_subinventory;
895:
896: CURSOR c_Subinventory_Tracked IS
897: SELECT locator_type
898: FROM mtl_subinventories_trk_val_v
899: WHERE organization_id = g_rev_comp_Unexp_rec.organization_id
900: AND secondary_inventory_name =
901: g_rev_component_rec.supply_subinventory;
902: