DBA Data[Home] [Help]

APPS.GHR_CAD_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: --
123: ghr_cad_shd.constraint_error
124: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

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

Line 125: When hr_api.parent_integrity_violated Then

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

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

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

Line 130: When hr_api.unique_integrity_violated Then

126: -- Parent integrity has been violated
127: --
128: ghr_cad_shd.constraint_error
129: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
130: When hr_api.unique_integrity_violated Then
131: -- Unique integrity has been violated
132: --
133: ghr_cad_shd.constraint_error
134: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

130: When hr_api.unique_integrity_violated Then
131: -- Unique integrity has been violated
132: --
133: ghr_cad_shd.constraint_error
134: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
135: When Others Then
136: --
137: Raise;
138: End insert_dml;

Line 293: when hr_api.cannot_find_prog_unit then

289: );
290: --
291: exception
292: --
293: when hr_api.cannot_find_prog_unit then
294: --
295: hr_api.cannot_find_prog_unit_error
296: (p_module_name => 'GHR_COMPL_ADRS'
297: ,p_hook_type => 'AI');

Line 295: hr_api.cannot_find_prog_unit_error

291: exception
292: --
293: when hr_api.cannot_find_prog_unit then
294: --
295: hr_api.cannot_find_prog_unit_error
296: (p_module_name => 'GHR_COMPL_ADRS'
297: ,p_hook_type => 'AI');
298: --
299: end;