DBA Data[Home] [Help]

APPS.PAY_PAYFV_ELEMENT_ENTRIES_PKG dependencies on HR_LOCATIONS_ALL_TL

Line 90: from hr_locations_all_tl

86: begin
87: --
88: select location_code
89: into l_location
90: from hr_locations_all_tl
91: where location_id = p_loc_id
92: and language = userenv('LANG');
93: --
94: return l_location;