DBA Data[Home] [Help]

APPS.FF_FFP_INS dependencies on HR_API

Line 117: When hr_api.check_integrity_violated Then

113: ff_ffp_shd.g_api_dml := false; -- Unset the api dml status
114: --
115: hr_utility.set_location(' Leaving:'||l_proc, 10);
116: Exception
117: When hr_api.check_integrity_violated Then
118: -- A check constraint has been violated
119: ff_ffp_shd.g_api_dml := false; -- Unset the api dml status
120: ff_ffp_shd.constraint_error
121: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

117: When hr_api.check_integrity_violated Then
118: -- A check constraint has been violated
119: ff_ffp_shd.g_api_dml := false; -- Unset the api dml status
120: ff_ffp_shd.constraint_error
121: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
122: When hr_api.parent_integrity_violated Then
123: -- Parent integrity has been violated
124: ff_ffp_shd.g_api_dml := false; -- Unset the api dml status
125: ff_ffp_shd.constraint_error

Line 122: When hr_api.parent_integrity_violated Then

118: -- A check constraint has been violated
119: ff_ffp_shd.g_api_dml := false; -- Unset the api dml status
120: ff_ffp_shd.constraint_error
121: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
122: When hr_api.parent_integrity_violated Then
123: -- Parent integrity has been violated
124: ff_ffp_shd.g_api_dml := false; -- Unset the api dml status
125: ff_ffp_shd.constraint_error
126: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

122: When hr_api.parent_integrity_violated Then
123: -- Parent integrity has been violated
124: ff_ffp_shd.g_api_dml := false; -- Unset the api dml status
125: ff_ffp_shd.constraint_error
126: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
127: When hr_api.unique_integrity_violated Then
128: -- Unique integrity has been violated
129: ff_ffp_shd.g_api_dml := false; -- Unset the api dml status
130: ff_ffp_shd.constraint_error

Line 127: When hr_api.unique_integrity_violated Then

123: -- Parent integrity has been violated
124: ff_ffp_shd.g_api_dml := false; -- Unset the api dml status
125: ff_ffp_shd.constraint_error
126: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
127: When hr_api.unique_integrity_violated Then
128: -- Unique integrity has been violated
129: ff_ffp_shd.g_api_dml := false; -- Unset the api dml status
130: ff_ffp_shd.constraint_error
131: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

127: When hr_api.unique_integrity_violated Then
128: -- Unique integrity has been violated
129: ff_ffp_shd.g_api_dml := false; -- Unset the api dml status
130: ff_ffp_shd.constraint_error
131: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
132: When Others Then
133: ff_ffp_shd.g_api_dml := false; -- Unset the api dml status
134: Raise;
135: End insert_dml;

Line 303: when hr_api.cannot_find_prog_unit then

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

Line 305: hr_api.cannot_find_prog_unit_error

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