144: if ( not Find_Organization(
145: x_org_rec => P_um_organization_Rec,
146: p_search_value => l_search_value,
147: p_use_name => false ) ) then
148: FND_MESSAGE.Set_Name('JTF', 'JTA_UM_ORGANIZATION_NOT_FOUND');
149: FND_MSG_PUB.ADD;
150: RAISE FND_API.G_EXC_ERROR;
151: end if;
152: END IF;