DBA Data[Home] [Help]

APPS.PER_PEOPLE_PKG dependencies on APP_EXCEPTION

Line 1180: app_exception.raise_exception ;

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;
1184: end lock_row;

Line 1447: app_exception.raise_exception;

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
1451: --

Line 1488: app_exception.raise_exception;

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
1492: --