DBA Data[Home] [Help]

APPS.PQH_TCA_DEL dependencies on HR_API

Line 76: When hr_api.child_integrity_violated then

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

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

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

Line 190: when hr_api.cannot_find_prog_unit then

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

Line 192: hr_api.cannot_find_prog_unit_error

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