DBA Data[Home] [Help]

APPS.HR_LOC_INS dependencies on FND_PROFILE

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

369: --
370: --
371: -- Enhancement added for Location Searching
372: --
373: if ((fnd_profile.value('IRC_INSTALLED_FLAG') in ('Y','D')) and
374: (fnd_profile.value('IRC_GEOCODE_HOST')is not null)
375: )then
376: p_rec.geometry := Irc_location_utility.address2geometry
377: (address_line1 => p_rec.address_line_1

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

370: --
371: -- Enhancement added for Location Searching
372: --
373: if ((fnd_profile.value('IRC_INSTALLED_FLAG') in ('Y','D')) and
374: (fnd_profile.value('IRC_GEOCODE_HOST')is not null)
375: )then
376: p_rec.geometry := Irc_location_utility.address2geometry
377: (address_line1 => p_rec.address_line_1
378: ,address_line2 => p_rec.address_line_2