DBA Data[Home] [Help]

APPS.HR_WNP_DEL dependencies on HR_API

Line 93: When hr_api.child_integrity_violated then

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

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

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

Line 266: when hr_api.cannot_find_prog_unit then

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

Line 268: hr_api.cannot_find_prog_unit_error

264: exception
265: --
266: when hr_api.cannot_find_prog_unit then
267: --
268: hr_api.cannot_find_prog_unit_error
269: (p_module_name => 'HR_WINDOW_PROPERTIES_B'
270: ,p_hook_type => 'AD');
271: --
272: end;