DBA Data[Home] [Help]

APPS.AMS_LISTDEDUPE_PVT dependencies on FND_PROFILE

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

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