DBA Data[Home] [Help]

APPS.PER_PEOPLE_PKG dependencies on FND_MESSAGE

Line 1179: fnd_message.set_name('FND','FORM_RECORD_CHANGED');

1175: end if;
1176: end if;
1177: -- Record changed by another user.
1178: --
1179: fnd_message.set_name('FND','FORM_RECORD_CHANGED');
1180: app_exception.raise_exception ;
1181: exception when no_data_found then
1182: raise;
1183: when others then raise;

Line 1446: fnd_message.set_name('PAY','HR_7193_PER_FUT_TYPE_EXISTS');

1442: if hr_person.chk_future_person_type(p_s_system_person_type
1443: ,p_person_id
1444: ,p_business_group_id
1445: ,p_effective_start_date) then
1446: fnd_message.set_name('PAY','HR_7193_PER_FUT_TYPE_EXISTS');
1447: app_exception.raise_exception;
1448: end if;
1449: --
1450: -- Ensure there are no future applicant assignments

Line 1487: fnd_message.set_name('PAY','HR_7193_PER_FUT_TYPE_EXISTS');

1483: if hr_person.chk_future_person_type(p_s_system_person_type
1484: ,p_person_id
1485: ,p_business_group_id
1486: ,p_effective_start_date) then
1487: fnd_message.set_name('PAY','HR_7193_PER_FUT_TYPE_EXISTS');
1488: app_exception.raise_exception;
1489: end if;
1490: --
1491: -- Ensure there are no future applicant assignments

Line 1533: fnd_message.set_name('PAY','HR_7193_PER_FUT_TYPE_EXISTS');

1529: if hr_person.chk_future_person_type(p_s_system_person_type
1530: ,p_person_id
1531: ,p_business_group_id
1532: ,p_effective_start_date) then
1533: fnd_message.set_name('PAY','HR_7193_PER_FUT_TYPE_EXISTS');
1534: hr_utility.raise_error;
1535: end if;
1536: --
1537: -- Ensure there are no future applicant assignments