DBA Data[Home] [Help]

APPS.OTA_FMS_INS dependencies on HR_API

Line 122: When hr_api.check_integrity_violated Then

118: --
119: --
120: hr_utility.set_location(' Leaving:'||l_proc, 10);
121: Exception
122: When hr_api.check_integrity_violated Then
123: -- A check constraint has been violated
124: --
125: ota_fms_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.check_integrity_violated Then
123: -- A check constraint has been violated
124: --
125: ota_fms_shd.constraint_error
126: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
127: When hr_api.parent_integrity_violated Then
128: -- Parent integrity has been violated
129: --
130: ota_fms_shd.constraint_error

Line 127: When hr_api.parent_integrity_violated Then

123: -- A check constraint has been violated
124: --
125: ota_fms_shd.constraint_error
126: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
127: When hr_api.parent_integrity_violated Then
128: -- Parent integrity has been violated
129: --
130: ota_fms_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.parent_integrity_violated Then
128: -- Parent integrity has been violated
129: --
130: ota_fms_shd.constraint_error
131: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
132: When hr_api.unique_integrity_violated Then
133: -- Unique integrity has been violated
134: --
135: ota_fms_shd.constraint_error

Line 132: When hr_api.unique_integrity_violated Then

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

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

132: When hr_api.unique_integrity_violated Then
133: -- Unique integrity has been violated
134: --
135: ota_fms_shd.constraint_error
136: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
137: When Others Then
138: --
139: Raise;
140: 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 => 'OTA_FORUM_MESSAGES'
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 => 'OTA_FORUM_MESSAGES'
311: ,p_hook_type => 'AI');
312: --
313: end;