DBA Data[Home] [Help]

APPS.PQH_BGT_INS dependencies on HR_API

Line 120: When hr_api.check_integrity_violated Then

116: --
117: --
118: hr_utility.set_location(' Leaving:'||l_proc, 10);
119: Exception
120: When hr_api.check_integrity_violated Then
121: -- A check constraint has been violated
122: pqh_bgt_shd.constraint_error
123: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
124: When hr_api.parent_integrity_violated Then

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

119: Exception
120: When hr_api.check_integrity_violated Then
121: -- A check constraint has been violated
122: pqh_bgt_shd.constraint_error
123: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
124: When hr_api.parent_integrity_violated Then
125: -- Parent integrity has been violated
126: pqh_bgt_shd.constraint_error
127: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

Line 124: When hr_api.parent_integrity_violated Then

120: When hr_api.check_integrity_violated Then
121: -- A check constraint has been violated
122: pqh_bgt_shd.constraint_error
123: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
124: When hr_api.parent_integrity_violated Then
125: -- Parent integrity has been violated
126: pqh_bgt_shd.constraint_error
127: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
128: When hr_api.unique_integrity_violated Then

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

123: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
124: When hr_api.parent_integrity_violated Then
125: -- Parent integrity has been violated
126: pqh_bgt_shd.constraint_error
127: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
128: When hr_api.unique_integrity_violated Then
129: -- Unique integrity has been violated
130: pqh_bgt_shd.constraint_error
131: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

Line 128: When hr_api.unique_integrity_violated Then

124: When hr_api.parent_integrity_violated Then
125: -- Parent integrity has been violated
126: pqh_bgt_shd.constraint_error
127: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
128: When hr_api.unique_integrity_violated Then
129: -- Unique integrity has been violated
130: pqh_bgt_shd.constraint_error
131: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
132: When Others Then

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

127: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
128: When hr_api.unique_integrity_violated Then
129: -- Unique integrity has been violated
130: pqh_bgt_shd.constraint_error
131: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
132: When Others Then
133: Raise;
134: End insert_dml;
135: --

Line 279: when hr_api.cannot_find_prog_unit then

275: );
276: --
277: exception
278: --
279: when hr_api.cannot_find_prog_unit then
280: --
281: hr_api.cannot_find_prog_unit_error
282: (p_module_name => 'pqh_budgets'
283: ,p_hook_type => 'AI');

Line 281: hr_api.cannot_find_prog_unit_error

277: exception
278: --
279: when hr_api.cannot_find_prog_unit then
280: --
281: hr_api.cannot_find_prog_unit_error
282: (p_module_name => 'pqh_budgets'
283: ,p_hook_type => 'AI');
284: --
285: end;