DBA Data[Home] [Help]

APPS.GHR_CDT_INS dependencies on HR_API

Line 128: When hr_api.check_integrity_violated Then

124: --
125: --
126: hr_utility.set_location(' Leaving:'||l_proc, 10);
127: Exception
128: When hr_api.check_integrity_violated Then
129: -- A check constraint has been violated
130: --
131: ghr_cdt_shd.constraint_error
132: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

128: When hr_api.check_integrity_violated Then
129: -- A check constraint has been violated
130: --
131: ghr_cdt_shd.constraint_error
132: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
133: When hr_api.parent_integrity_violated Then
134: -- Parent integrity has been violated
135: --
136: ghr_cdt_shd.constraint_error

Line 133: When hr_api.parent_integrity_violated Then

129: -- A check constraint has been violated
130: --
131: ghr_cdt_shd.constraint_error
132: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
133: When hr_api.parent_integrity_violated Then
134: -- Parent integrity has been violated
135: --
136: ghr_cdt_shd.constraint_error
137: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

133: When hr_api.parent_integrity_violated Then
134: -- Parent integrity has been violated
135: --
136: ghr_cdt_shd.constraint_error
137: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
138: When hr_api.unique_integrity_violated Then
139: -- Unique integrity has been violated
140: --
141: ghr_cdt_shd.constraint_error

Line 138: When hr_api.unique_integrity_violated Then

134: -- Parent integrity has been violated
135: --
136: ghr_cdt_shd.constraint_error
137: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
138: When hr_api.unique_integrity_violated Then
139: -- Unique integrity has been violated
140: --
141: ghr_cdt_shd.constraint_error
142: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

138: When hr_api.unique_integrity_violated Then
139: -- Unique integrity has been violated
140: --
141: ghr_cdt_shd.constraint_error
142: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
143: When Others Then
144: --
145: Raise;
146: End insert_dml;

Line 304: when hr_api.cannot_find_prog_unit then

300: );
301: --
302: exception
303: --
304: when hr_api.cannot_find_prog_unit then
305: --
306: hr_api.cannot_find_prog_unit_error
307: (p_module_name => 'GHR_COMPL_CA_DETAILS'
308: ,p_hook_type => 'AI');

Line 306: hr_api.cannot_find_prog_unit_error

302: exception
303: --
304: when hr_api.cannot_find_prog_unit then
305: --
306: hr_api.cannot_find_prog_unit_error
307: (p_module_name => 'GHR_COMPL_CA_DETAILS'
308: ,p_hook_type => 'AI');
309: --
310: end;