DBA Data[Home] [Help]

APPS.PQH_TEM_DEL dependencies on HR_API

Line 75: When hr_api.child_integrity_violated then

71: --
72: hr_utility.set_location(' Leaving:'||l_proc, 10);
73: --
74: Exception
75: When hr_api.child_integrity_violated then
76: -- Child integrity has been violated
77: pqh_tem_shd.constraint_error
78: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
79: When Others Then

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

74: Exception
75: When hr_api.child_integrity_violated then
76: -- Child integrity has been violated
77: pqh_tem_shd.constraint_error
78: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
79: When Others Then
80: Raise;
81: End delete_dml;
82: --

Line 188: when hr_api.cannot_find_prog_unit then

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

Line 190: hr_api.cannot_find_prog_unit_error

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