DBA Data[Home] [Help]

APPS.IRC_ILP_BUS dependencies on HR_LOCATIONS_ALL

Line 186: from hr_locations_all

182: l_location_id irc_location_preferences.location_id%TYPE;
183: --
184: cursor csr_chk_loc_id is
185: select 1
186: from hr_locations_all
187: where location_id = p_location_id;
188: --
189: Begin
190: hr_utility.set_location('Entering:'||l_proc,10);