DBA Data[Home] [Help]

APPS.PQH_CEC_DEL dependencies on HR_API

Line 81: When hr_api.child_integrity_violated then

77: --
78: hr_utility.set_location(' Leaving:'||l_proc, 10);
79: --
80: Exception
81: When hr_api.child_integrity_violated then
82: -- Child integrity has been violated
83: pqh_cec_shd.constraint_error
84: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
85: When Others Then

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

80: Exception
81: When hr_api.child_integrity_violated then
82: -- Child integrity has been violated
83: pqh_cec_shd.constraint_error
84: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
85: When Others Then
86: Raise;
87: End delete_dml;
88: --

Line 187: when hr_api.cannot_find_prog_unit then

183: );
184: --
185: exception
186: --
187: when hr_api.cannot_find_prog_unit then
188: --
189: hr_api.cannot_find_prog_unit_error
190: (p_module_name => 'pqh_copy_entity_contexts'
191: ,p_hook_type => 'AD');

Line 189: hr_api.cannot_find_prog_unit_error

185: exception
186: --
187: when hr_api.cannot_find_prog_unit then
188: --
189: hr_api.cannot_find_prog_unit_error
190: (p_module_name => 'pqh_copy_entity_contexts'
191: ,p_hook_type => 'AD');
192: --
193: end;