DBA Data[Home] [Help]

APPS.PER_ZA_USER_HOOK_PKG dependencies on FND_PROFILE

Line 748: l_profile := fnd_profile.value('ZA_NOP_PERSON_LEVEL');

744: (FND_RELEASE.MAJOR_VERSION = 12 and FND_RELEASE.minor_version >= 1 and FND_RELEASE.point_version >= 4)) THEN */
745:
746: -- Validate the person's nature of person
747:
748: l_profile := fnd_profile.value('ZA_NOP_PERSON_LEVEL');
749:
750: IF (( NVL(l_profile,'N') = 'Y') and p_per_information12 IS NULL) then
751: fnd_message.set_name('PER', 'HR_ZA_ENTER_NOP_PERSON_LEVEL');
752: fnd_message.raise_error;

Line 1218: l_profile := fnd_profile.value('ZA_NOP_PERSON_LEVEL');

1214: (FND_RELEASE.MAJOR_VERSION = 12 and FND_RELEASE.minor_version >= 1 and FND_RELEASE.point_version >= 4)) THEN */
1215:
1216: -- Validate the person's nature of person
1217: --
1218: l_profile := fnd_profile.value('ZA_NOP_PERSON_LEVEL');
1219: IF (( NVL(l_profile,'N') = 'Y') and l_person_nop IS NULL) then
1220: fnd_message.set_name('PER', 'HR_ZA_ENTER_NOP_PERSON_LEVEL');
1221: fnd_message.raise_error;
1222: end if;