DBA Data[Home] [Help]

APPS.OTA_FTU_INS dependencies on HR_API

Line 123: When hr_api.check_integrity_violated Then

119: --
120: --
121: hr_utility.set_location(' Leaving:'||l_proc, 10);
122: Exception
123: When hr_api.check_integrity_violated Then
124: -- A check constraint has been violated
125: --
126: ota_ftu_shd.constraint_error
127: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

123: When hr_api.check_integrity_violated Then
124: -- A check constraint has been violated
125: --
126: ota_ftu_shd.constraint_error
127: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
128: When hr_api.parent_integrity_violated Then
129: -- Parent integrity has been violated
130: --
131: ota_ftu_shd.constraint_error

Line 128: When hr_api.parent_integrity_violated Then

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

Line 133: When hr_api.unique_integrity_violated Then

129: -- Parent integrity has been violated
130: --
131: ota_ftu_shd.constraint_error
132: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
133: When hr_api.unique_integrity_violated Then
134: -- Unique integrity has been violated
135: --
136: ota_ftu_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.unique_integrity_violated Then
134: -- Unique integrity has been violated
135: --
136: ota_ftu_shd.constraint_error
137: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
138: When Others Then
139: --
140: Raise;
141: End insert_dml;

Line 322: when hr_api.cannot_find_prog_unit then

318: );
319: --
320: exception
321: --
322: when hr_api.cannot_find_prog_unit then
323: --
324: hr_api.cannot_find_prog_unit_error
325: (p_module_name => 'OTA_PVT_FRM_THREAD_USERS'
326: ,p_hook_type => 'AI');

Line 324: hr_api.cannot_find_prog_unit_error

320: exception
321: --
322: when hr_api.cannot_find_prog_unit then
323: --
324: hr_api.cannot_find_prog_unit_error
325: (p_module_name => 'OTA_PVT_FRM_THREAD_USERS'
326: ,p_hook_type => 'AI');
327: --
328: end;