DBA Data[Home] [Help]

APPS.HR_DTT_DEL dependencies on HR_API

Line 67: When hr_api.child_integrity_violated then

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

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

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

Line 174: when hr_api.cannot_find_prog_unit then

170: );
171: --
172: exception
173: --
174: when hr_api.cannot_find_prog_unit then
175: --
176: hr_api.cannot_find_prog_unit_error
177: (p_module_name => 'HR_DOCUMENT_TYPES_TL'
178: ,p_hook_type => 'AD');

Line 176: hr_api.cannot_find_prog_unit_error

172: exception
173: --
174: when hr_api.cannot_find_prog_unit then
175: --
176: hr_api.cannot_find_prog_unit_error
177: (p_module_name => 'HR_DOCUMENT_TYPES_TL'
178: ,p_hook_type => 'AD');
179: --
180: end;