DBA Data[Home] [Help]

APPS.PER_ADD_UPD dependencies on FND_PROFILE

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

206: per_add_shd.derive_locale(p_rec);
207: --
208: -- Enhancement added for Location Searching
209: --
210: if( (fnd_profile.value('IRC_INSTALLED_FLAG') in ('Y','D') )and
211: (fnd_profile.value('IRC_GEOCODE_HOST')is not null)
212: ) then
213: p_rec.geometry := Irc_location_utility.address2geometry
214: (address_line1 => p_rec.address_line1

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

207: --
208: -- Enhancement added for Location Searching
209: --
210: if( (fnd_profile.value('IRC_INSTALLED_FLAG') in ('Y','D') )and
211: (fnd_profile.value('IRC_GEOCODE_HOST')is not null)
212: ) then
213: p_rec.geometry := Irc_location_utility.address2geometry
214: (address_line1 => p_rec.address_line1
215: ,address_line2 => p_rec.address_line2