DBA Data[Home] [Help]

APPS.PER_NAA_INS dependencies on HR_API

Line 124: When hr_api.check_integrity_violated Then

120: per_naa_shd.g_api_dml := false; -- Unset the api dml status
121: --
122: hr_utility.set_location(' Leaving:'||l_proc, 10);
123: Exception
124: When hr_api.check_integrity_violated Then
125: -- A check constraint has been violated
126: per_naa_shd.g_api_dml := false; -- Unset the api dml status
127: per_naa_shd.constraint_error
128: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

124: When hr_api.check_integrity_violated Then
125: -- A check constraint has been violated
126: per_naa_shd.g_api_dml := false; -- Unset the api dml status
127: per_naa_shd.constraint_error
128: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
129: When hr_api.parent_integrity_violated Then
130: -- Parent integrity has been violated
131: per_naa_shd.g_api_dml := false; -- Unset the api dml status
132: per_naa_shd.constraint_error

Line 129: When hr_api.parent_integrity_violated Then

125: -- A check constraint has been violated
126: per_naa_shd.g_api_dml := false; -- Unset the api dml status
127: per_naa_shd.constraint_error
128: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
129: When hr_api.parent_integrity_violated Then
130: -- Parent integrity has been violated
131: per_naa_shd.g_api_dml := false; -- Unset the api dml status
132: per_naa_shd.constraint_error
133: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

129: When hr_api.parent_integrity_violated Then
130: -- Parent integrity has been violated
131: per_naa_shd.g_api_dml := false; -- Unset the api dml status
132: per_naa_shd.constraint_error
133: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
134: When hr_api.unique_integrity_violated Then
135: -- Unique integrity has been violated
136: per_naa_shd.g_api_dml := false; -- Unset the api dml status
137: per_naa_shd.constraint_error

Line 134: When hr_api.unique_integrity_violated Then

130: -- Parent integrity has been violated
131: per_naa_shd.g_api_dml := false; -- Unset the api dml status
132: per_naa_shd.constraint_error
133: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
134: When hr_api.unique_integrity_violated Then
135: -- Unique integrity has been violated
136: per_naa_shd.g_api_dml := false; -- Unset the api dml status
137: per_naa_shd.constraint_error
138: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

134: When hr_api.unique_integrity_violated Then
135: -- Unique integrity has been violated
136: per_naa_shd.g_api_dml := false; -- Unset the api dml status
137: per_naa_shd.constraint_error
138: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
139: When Others Then
140: per_naa_shd.g_api_dml := false; -- Unset the api dml status
141: Raise;
142: End insert_dml;

Line 307: when hr_api.cannot_find_prog_unit then

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

Line 309: hr_api.cannot_find_prog_unit_error

305: exception
306: --
307: when hr_api.cannot_find_prog_unit then
308: --
309: hr_api.cannot_find_prog_unit_error
310: (p_module_name => 'PER_NL_ABSENCE_ACTIONS'
311: ,p_hook_type => 'AI');
312: --
313: end;