DBA Data[Home] [Help]

APPS.INV_THIRD_PARTY_STOCK_UTIL dependencies on HR_OPERATING_UNITS

Line 206: hr_operating_units hou

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;