DBA Data[Home] [Help]

APPS.PER_PEOPLE12_PKG dependencies on APP_EXCEPTION

Line 608: -- app_exception.raise_exception;

604: -- ,p_person_id
605: -- ,p_business_group_id
606: -- ,p_effective_start_date) then
607: -- fnd_message.set_name('PAY','HR_7193_PER_FUT_TYPE_EXISTS');
608: -- app_exception.raise_exception;
609: --end if;
610: --
611: -- Ensure there are no future applicant assignments
612: --

Line 669: app_exception.raise_exception;

665: ,'Y'
666: ,p_session_date) then
667: --changes for bug no 6070935
668: fnd_message.set_name('PAY','HR_7193_PER_FUT_TYPE_EXISTS');
669: app_exception.raise_exception;
670: end if;
671: --
672: if p_s_system_person_type = 'EX_EMP'
673: then

Line 3082: -- app_exception.raise_exception;

3078: -- ,p_person_id
3079: -- ,p_business_group_id
3080: -- ,p_effective_start_date) then
3081: -- fnd_message.set_name('PAY','HR_7193_PER_FUT_TYPE_EXISTS');
3082: -- app_exception.raise_exception;
3083: --end if;
3084: --
3085: -- Ensure there are no future applicant assignments
3086: --

Line 3144: app_exception.raise_exception;

3140: -- ,p_effective_start_date) then
3141: ,p_session_date) then
3142: --changes for bug no 6070935
3143: fnd_message.set_name('PAY','HR_7193_PER_FUT_TYPE_EXISTS');
3144: app_exception.raise_exception;
3145: end if;
3146: --
3147: if p_s_system_person_type = 'EX_EMP'
3148: then

Line 4106: app_exception.raise_exception;

4102: open fpt_future_exists;
4103: fetch fpt_future_exists into l_dummy;
4104: if fpt_future_exists%found then
4105: fnd_message.set_name('PAY','HR_7510_PER_FUT_CHANGE');
4106: app_exception.raise_exception;
4107: end if;
4108: close fpt_future_exists;
4109: else
4110: open future_exists;

Line 4114: app_exception.raise_exception;

4110: open future_exists;
4111: fetch future_exists into l_dummy;
4112: if future_exists%found then
4113: fnd_message.set_name('PAY','HR_7510_PER_FUT_CHANGE');
4114: app_exception.raise_exception;
4115: end if;
4116: close future_exists;
4117: end if;
4118: end;

Line 4141: app_exception.raise_exception;

4137: fetch supervisor into l_dummy;
4138: if supervisor%FOUND then
4139: close supervisor;
4140: fnd_message.set_name('PAY','HR_51031_INV_HIRE_CHG_IS_SUPER');
4141: app_exception.raise_exception;
4142: end if;
4143: close supervisor;
4144: end;
4145: --