DBA Data[Home] [Help]

APPS.HR_TWN_DEL dependencies on HR_API

Line 94: When hr_api.child_integrity_violated then

90: --
91: hr_utility.set_location(' Leaving:'||l_proc, 10);
92: --
93: Exception
94: When hr_api.child_integrity_violated then
95: -- Child integrity has been violated
96: --
97: hr_twn_shd.constraint_error
98: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

94: When hr_api.child_integrity_violated then
95: -- Child integrity has been violated
96: --
97: hr_twn_shd.constraint_error
98: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
99: When Others Then
100: --
101: Raise;
102: End delete_dml;

Line 199: when hr_api.cannot_find_prog_unit then

195: );
196: --
197: exception
198: --
199: when hr_api.cannot_find_prog_unit then
200: --
201: hr_api.cannot_find_prog_unit_error
202: (p_module_name => 'HR_TEMPLATE_WINDOWS_B'
203: ,p_hook_type => 'AD');

Line 201: hr_api.cannot_find_prog_unit_error

197: exception
198: --
199: when hr_api.cannot_find_prog_unit then
200: --
201: hr_api.cannot_find_prog_unit_error
202: (p_module_name => 'HR_TEMPLATE_WINDOWS_B'
203: ,p_hook_type => 'AD');
204: --
205: end;