[Home] [Help]
202: WHEN NO_DATA_FOUND THEN
203: SELECT haou.location_id
204: INTO l_location_id
205: FROM hr_all_organization_units haou,
206: hr_operating_units hou
207: WHERE haou.organization_id = hou.organization_id;
208:
209: RETURN l_location_id; -- Bug 6828643 Changes End
210: END Get_Location;