DBA Data[Home] [Help]

APPS.PER_ADD_INS dependencies on FND_PROFILE

Line 329: if( (fnd_profile.value('IRC_INSTALLED_FLAG') in ('Y','D')) and

325: --
326: -- Enhancement added for Location Searching
327: --
328: hr_utility.set_location(' Entering:'||l_proc, 11);
329: if( (fnd_profile.value('IRC_INSTALLED_FLAG') in ('Y','D')) and
330: (fnd_profile.value('IRC_GEOCODE_HOST')is not null)
331: ) then
332: p_rec.geometry := Irc_location_utility.address2geometry
333: (address_line1 => p_rec.address_line1

Line 330: (fnd_profile.value('IRC_GEOCODE_HOST')is not null)

326: -- Enhancement added for Location Searching
327: --
328: hr_utility.set_location(' Entering:'||l_proc, 11);
329: if( (fnd_profile.value('IRC_INSTALLED_FLAG') in ('Y','D')) and
330: (fnd_profile.value('IRC_GEOCODE_HOST')is not null)
331: ) then
332: p_rec.geometry := Irc_location_utility.address2geometry
333: (address_line1 => p_rec.address_line1
334: ,address_line2 => p_rec.address_line2