DBA Data[Home] [Help]

APPS.PER_SSL_DEL dependencies on HR_API

Line 66: When hr_api.child_integrity_violated Then

62: --
63: hr_utility.set_location(' Leaving:'||l_proc, 10);
64: --
65: Exception
66: When hr_api.child_integrity_violated Then
67: -- Child integrity has been violated
68: per_ssl_shd.constraint_error
69: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
70: When Others Then

Line 69: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

65: Exception
66: When hr_api.child_integrity_violated Then
67: -- Child integrity has been violated
68: per_ssl_shd.constraint_error
69: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
70: When Others Then
71: Raise;
72: End delete_dml;
73: --

Line 322: when hr_api.cannot_find_prog_unit then

318: /*End Enhancement 4021737 */
319: );
320:
321: exception
322: when hr_api.cannot_find_prog_unit then
323: hr_api.cannot_find_prog_unit_error
324: (p_module_name => 'PER_SALARY_SURVEY_LINES'
325: ,p_hook_type => 'AD'
326: );

Line 323: hr_api.cannot_find_prog_unit_error

319: );
320:
321: exception
322: when hr_api.cannot_find_prog_unit then
323: hr_api.cannot_find_prog_unit_error
324: (p_module_name => 'PER_SALARY_SURVEY_LINES'
325: ,p_hook_type => 'AD'
326: );
327: end;