DBA Data[Home] [Help]

APPS.PER_SHT_DEL dependencies on HR_API

Line 86: When hr_api.child_integrity_violated then

82: --
83: hr_utility.set_location(' Leaving:'||l_proc, 10);
84: --
85: Exception
86: When hr_api.child_integrity_violated then
87: -- Child integrity has been violated
88: per_sht_shd.constraint_error
89: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
90: When Others Then

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

85: Exception
86: When hr_api.child_integrity_violated then
87: -- Child integrity has been violated
88: per_sht_shd.constraint_error
89: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
90: When Others Then
91: Raise;
92: End delete_dml;
93: --

Line 225: when hr_api.cannot_find_prog_unit then

221: );
222: --
223: exception
224: --
225: when hr_api.cannot_find_prog_unit then
226: --
227: hr_api.cannot_find_prog_unit_error
228: (p_module_name => 'per_shared_types'
229: ,p_hook_type => 'AD');

Line 227: hr_api.cannot_find_prog_unit_error

223: exception
224: --
225: when hr_api.cannot_find_prog_unit then
226: --
227: hr_api.cannot_find_prog_unit_error
228: (p_module_name => 'per_shared_types'
229: ,p_hook_type => 'AD');
230: --
231: end;