DBA Data[Home] [Help]

APPS.HR_TCN_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: --
89: hr_tcn_shd.constraint_error
90: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

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

Line 191: when hr_api.cannot_find_prog_unit then

187: );
188: --
189: exception
190: --
191: when hr_api.cannot_find_prog_unit then
192: --
193: hr_api.cannot_find_prog_unit_error
194: (p_module_name => 'HR_TEMPLATE_CANVASES_B'
195: ,p_hook_type => 'AD');

Line 193: hr_api.cannot_find_prog_unit_error

189: exception
190: --
191: when hr_api.cannot_find_prog_unit then
192: --
193: hr_api.cannot_find_prog_unit_error
194: (p_module_name => 'HR_TEMPLATE_CANVASES_B'
195: ,p_hook_type => 'AD');
196: --
197: end;