APPS.PJM_INQUIRY dependencies on HR_LOCATIONS_ALL_TL
Line 206: from hr_locations_all_tl
202:
203: BEGIN
204:
205: SELECT location_code into L_Location_Code 206: from hr_locations_all_tl 207: where location_id = X_Location_Id
208: and language = userenv('LANG');
209:
210: RETURN ( L_Location_Code );