DBA Data[Home] [Help]

APPS.PER_PEOPLE4_PKG dependencies on APP_EXCEPTION

Line 290: app_exception.raise_exception;

286: ,p_person_id
287: ,p_business_group_id
288: ,p_effective_start_date) then
289: fnd_message.set_name('PAY','HR_7193_PER_FUT_TYPE_EXISTS');
290: app_exception.raise_exception;
291: end if;
292: --
293: -- Ensure there are no future applicant assignments
294: --

Line 332: app_exception.raise_exception;

328: ,p_person_id
329: ,p_business_group_id
330: ,p_effective_start_date) then
331: fnd_message.set_name('PAY','HR_7193_PER_FUT_TYPE_EXISTS');
332: app_exception.raise_exception;
333: end if;
334: --
335: if p_s_system_person_type = 'EX_EMP'
336: then

Line 789: app_exception.raise_exception;

785: open future_exists;
786: fetch future_exists into l_dummy;
787: if future_exists%found then
788: fnd_message.set_name('PAY','HR_7510_PER_FUT_CHANGE');
789: app_exception.raise_exception;
790: end if;
791: close future_exists;
792: end;
793: --

Line 815: app_exception.raise_exception;

811: fetch supervisor into l_dummy;
812: if supervisor%FOUND then
813: close supervisor;
814: fnd_message.set_name('PAY','HR_51031_INV_HIRE_CHG_IS_SUPER');
815: app_exception.raise_exception;
816: end if;
817: close supervisor;
818: end;
819: --