DBA Data[Home] [Help]

APPS.PER_SUCC_MGMT_MIGRATION_PKG dependencies on FND_PROFILE

Line 15: IF NVL(fnd_profile.value('HR_SUCCESSION_MGMT_LICENSED'),'N') = 'N' THEN

11: AND ppf.person_id = pei.person_id
12: AND pei.information_type = 'PER_SUCCESSION_PLANNING');
13: l_data_exist VARCHAR2(10);
14: BEGIN
15: IF NVL(fnd_profile.value('HR_SUCCESSION_MGMT_LICENSED'),'N') = 'N' THEN
16: fnd_file.put_line(fnd_file.log,'Oracle Succession Management is not licensed. No need of running the migration program. Exiting.');
17: retcode := 2;
18: END IF;
19: OPEN csr_chk_eit(p_business_group_id);