DBA Data[Home] [Help]

APPS.PER_STT_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_stt_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_stt_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 170: when hr_api.cannot_find_prog_unit then

166: );
167: --
168: exception
169: --
170: when hr_api.cannot_find_prog_unit then
171: --
172: hr_api.cannot_find_prog_unit_error
173: (p_module_name => 'per_shared_types_tl'
174: ,p_hook_type => 'AD');

Line 172: hr_api.cannot_find_prog_unit_error

168: exception
169: --
170: when hr_api.cannot_find_prog_unit then
171: --
172: hr_api.cannot_find_prog_unit_error
173: (p_module_name => 'per_shared_types_tl'
174: ,p_hook_type => 'AD');
175: --
176: end;