DBA Data[Home] [Help]

APPS.PER_FDL_INS dependencies on HR_API

Line 151: When hr_api.check_integrity_violated Then

147:
148: --
149: hr_utility.set_location(' Leaving:'||l_proc, 10);
150: Exception
151: When hr_api.check_integrity_violated Then
152: -- A check constraint has been violated
153: per_fdl_shd.g_api_dml := false; -- Unset the api dml status
154:
155: per_fdl_shd.constraint_error

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

152: -- A check constraint has been violated
153: per_fdl_shd.g_api_dml := false; -- Unset the api dml status
154:
155: per_fdl_shd.constraint_error
156: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
157: When hr_api.parent_integrity_violated Then
158: -- Parent integrity has been violated
159: per_fdl_shd.g_api_dml := false; -- Unset the api dml status
160:

Line 157: When hr_api.parent_integrity_violated Then

153: per_fdl_shd.g_api_dml := false; -- Unset the api dml status
154:
155: per_fdl_shd.constraint_error
156: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
157: When hr_api.parent_integrity_violated Then
158: -- Parent integrity has been violated
159: per_fdl_shd.g_api_dml := false; -- Unset the api dml status
160:
161: per_fdl_shd.constraint_error

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

158: -- Parent integrity has been violated
159: per_fdl_shd.g_api_dml := false; -- Unset the api dml status
160:
161: per_fdl_shd.constraint_error
162: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
163: When hr_api.unique_integrity_violated Then
164: -- Unique integrity has been violated
165: per_fdl_shd.g_api_dml := false; -- Unset the api dml status
166:

Line 163: When hr_api.unique_integrity_violated Then

159: per_fdl_shd.g_api_dml := false; -- Unset the api dml status
160:
161: per_fdl_shd.constraint_error
162: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
163: When hr_api.unique_integrity_violated Then
164: -- Unique integrity has been violated
165: per_fdl_shd.g_api_dml := false; -- Unset the api dml status
166:
167: per_fdl_shd.constraint_error

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

164: -- Unique integrity has been violated
165: per_fdl_shd.g_api_dml := false; -- Unset the api dml status
166:
167: per_fdl_shd.constraint_error
168: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
169: When Others Then
170: per_fdl_shd.g_api_dml := false; -- Unset the api dml status
171:
172: Raise;

Line 368: when hr_api.cannot_find_prog_unit then

364: NULL;
365: --
366: exception
367: --
368: when hr_api.cannot_find_prog_unit then
369: --
370: hr_api.cannot_find_prog_unit_error
371: (p_module_name => 'PER_FND_DOC_LINKS'
372: ,p_hook_type => 'AI');

Line 370: hr_api.cannot_find_prog_unit_error

366: exception
367: --
368: when hr_api.cannot_find_prog_unit then
369: --
370: hr_api.cannot_find_prog_unit_error
371: (p_module_name => 'PER_FND_DOC_LINKS'
372: ,p_hook_type => 'AI');
373: --
374: end;