DBA Data[Home] [Help]

APPS.PER_ALL_PEOPLE_F_ARIU dependencies on FND_PROFILE

Line 123: if fnd_profile.value('PER_SSHR_NO_EMPNUM_GENERATION') = 'Y' then

119: -- locked.
120: -- if profile option is set that the employee number will not be generated and
121: -- instead a null employee number will be returned. (see bug 2552720)
122:
123: if fnd_profile.value('PER_SSHR_NO_EMPNUM_GENERATION') = 'Y' then
124: hr_utility.set_location('Leaving:'||g_db_trigger,996);
125: return;
126: end if;
127: