DBA Data[Home] [Help]

APPS.GHR_CCA_INS dependencies on HR_API

Line 164: When hr_api.check_integrity_violated Then

160: --
161: --
162: hr_utility.set_location(' Leaving:'||l_proc, 10);
163: Exception
164: When hr_api.check_integrity_violated Then
165: -- A check constraint has been violated
166: --
167: ghr_cca_shd.constraint_error
168: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

164: When hr_api.check_integrity_violated Then
165: -- A check constraint has been violated
166: --
167: ghr_cca_shd.constraint_error
168: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
169: When hr_api.parent_integrity_violated Then
170: -- Parent integrity has been violated
171: --
172: ghr_cca_shd.constraint_error

Line 169: When hr_api.parent_integrity_violated Then

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

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

169: When hr_api.parent_integrity_violated Then
170: -- Parent integrity has been violated
171: --
172: ghr_cca_shd.constraint_error
173: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
174: When hr_api.unique_integrity_violated Then
175: -- Unique integrity has been violated
176: --
177: ghr_cca_shd.constraint_error

Line 174: When hr_api.unique_integrity_violated Then

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

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

174: When hr_api.unique_integrity_violated Then
175: -- Unique integrity has been violated
176: --
177: ghr_cca_shd.constraint_error
178: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
179: When Others Then
180: --
181: Raise;
182: End insert_dml;

Line 358: when hr_api.cannot_find_prog_unit then

354: );
355: --
356: exception
357: --
358: when hr_api.cannot_find_prog_unit then
359: --
360: hr_api.cannot_find_prog_unit_error
361: (p_module_name => 'GHR_COMPL_APPEALS'
362: ,p_hook_type => 'AI');

Line 360: hr_api.cannot_find_prog_unit_error

356: exception
357: --
358: when hr_api.cannot_find_prog_unit then
359: --
360: hr_api.cannot_find_prog_unit_error
361: (p_module_name => 'GHR_COMPL_APPEALS'
362: ,p_hook_type => 'AI');
363: --
364: end;