DBA Data[Home] [Help]

APPS.PQH_CRF_INS dependencies on HR_API

Line 160: When hr_api.check_integrity_violated Then

156: --
157: --
158: hr_utility.set_location(' Leaving:'||l_proc, 10);
159: Exception
160: When hr_api.check_integrity_violated Then
161: -- A check constraint has been violated
162: --
163: pqh_crf_shd.constraint_error
164: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

160: When hr_api.check_integrity_violated Then
161: -- A check constraint has been violated
162: --
163: pqh_crf_shd.constraint_error
164: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
165: When hr_api.parent_integrity_violated Then
166: -- Parent integrity has been violated
167: --
168: pqh_crf_shd.constraint_error

Line 165: When hr_api.parent_integrity_violated Then

161: -- A check constraint has been violated
162: --
163: pqh_crf_shd.constraint_error
164: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
165: When hr_api.parent_integrity_violated Then
166: -- Parent integrity has been violated
167: --
168: pqh_crf_shd.constraint_error
169: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

165: When hr_api.parent_integrity_violated Then
166: -- Parent integrity has been violated
167: --
168: pqh_crf_shd.constraint_error
169: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
170: When hr_api.unique_integrity_violated Then
171: -- Unique integrity has been violated
172: --
173: pqh_crf_shd.constraint_error

Line 170: When hr_api.unique_integrity_violated Then

166: -- Parent integrity has been violated
167: --
168: pqh_crf_shd.constraint_error
169: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
170: When hr_api.unique_integrity_violated Then
171: -- Unique integrity has been violated
172: --
173: pqh_crf_shd.constraint_error
174: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

170: When hr_api.unique_integrity_violated Then
171: -- Unique integrity has been violated
172: --
173: pqh_crf_shd.constraint_error
174: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
175: When Others Then
176: --
177: Raise;
178: End insert_dml;

Line 339: when hr_api.cannot_find_prog_unit then

335: );
336: --
337: exception
338: --
339: when hr_api.cannot_find_prog_unit then
340: --
341: hr_api.cannot_find_prog_unit_error
342: (p_module_name => 'PQH_CRITERIA_RATE_FACTORS'
343: ,p_hook_type => 'AI');

Line 341: hr_api.cannot_find_prog_unit_error

337: exception
338: --
339: when hr_api.cannot_find_prog_unit then
340: --
341: hr_api.cannot_find_prog_unit_error
342: (p_module_name => 'PQH_CRITERIA_RATE_FACTORS'
343: ,p_hook_type => 'AI');
344: --
345: end;