DBA Data[Home] [Help]

APPS.PJM_INQUIRY dependencies on HR_LOCATIONS_ALL_TL

Line 208: from hr_locations_all_tl

204:
205: BEGIN
206:
207: SELECT location_code into L_Location_Code
208: from hr_locations_all_tl
209: where location_id = X_Location_Id
210: and language = userenv('LANG');
211:
212: RETURN ( L_Location_Code );