DBA Data[Home] [Help]

APPS.AMS_LISTDEDUPE_PVT dependencies on FND_PROFILE

Line 1015: if fnd_profile.value('HZ_CLEANSE_FUZZY_KEY') = 'Y' then

1011: -- If profile for cleansing is set, then cleanse the word.
1012: -- Cleanse converts double letters to single letter, removes
1013: -- vowels inside a word.
1014: -- For example : UNIVERSAL - UNVRSL, LITTLE - LTL etc.
1015: if fnd_profile.value('HZ_CLEANSE_FUZZY_KEY') = 'Y' then
1016: l_current_word := hz_common_pub.cleanse(l_current_word);
1017: end if;
1018:
1019: -- Step 8.