DBA Data[Home] [Help]

APPS.PER_SUC_BUS dependencies on FND_GLOBAL

Line 694: IF (p_person_id = fnd_global.employee_id)

690: hr_utility.set_message (800, 'HR_50498_SUC_CHK_SAME_PERSON');
691: hr_utility.raise_error;
692: END IF;
693:
694: IF (p_person_id = fnd_global.employee_id)
695: THEN
696: --
697: -- raise error as login user cannot make himself a successor
698: --