DBA Data[Home] [Help]

APPS.GHR_COMPLAINTS2_PKG dependencies on FND_PROFILE

Line 712: if NVL(fnd_profile.value('GHR_ALLOW_SSN_DISPLAY'),'N') = 'N' then

708: ,p_effective_date
709: ,l_full_name
710: ,l_ssn);
711: --Bug # 9636050
712: if NVL(fnd_profile.value('GHR_ALLOW_SSN_DISPLAY'),'N') = 'N' then
713: l_ssn := '**********';
714: end if;
715: --Bug # 9636050
716: