DBA Data[Home] [Help]

APPS.PQH_ATT_DEL dependencies on HR_API

Line 82: When hr_api.child_integrity_violated then

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

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

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

Line 195: when hr_api.cannot_find_prog_unit then

191: );
192: --
193: exception
194: --
195: when hr_api.cannot_find_prog_unit then
196: --
197: hr_api.cannot_find_prog_unit_error
198: (p_module_name => 'pqh_attributes'
199: ,p_hook_type => 'AD');

Line 197: hr_api.cannot_find_prog_unit_error

193: exception
194: --
195: when hr_api.cannot_find_prog_unit then
196: --
197: hr_api.cannot_find_prog_unit_error
198: (p_module_name => 'pqh_attributes'
199: ,p_hook_type => 'AD');
200: --
201: end;