DBA Data[Home] [Help]

APPS.HR_TPP_DEL dependencies on HR_API

Line 92: When hr_api.child_integrity_violated then

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

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

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

Line 263: when hr_api.cannot_find_prog_unit then

259: );
260: --
261: exception
262: --
263: when hr_api.cannot_find_prog_unit then
264: --
265: hr_api.cannot_find_prog_unit_error
266: (p_module_name => 'HR_TAB_PAGE_PROPERTIES_B'
267: ,p_hook_type => 'AD');

Line 265: hr_api.cannot_find_prog_unit_error

261: exception
262: --
263: when hr_api.cannot_find_prog_unit then
264: --
265: hr_api.cannot_find_prog_unit_error
266: (p_module_name => 'HR_TAB_PAGE_PROPERTIES_B'
267: ,p_hook_type => 'AD');
268: --
269: end;