DBA Data[Home] [Help]

APPS.IRC_SAVED_SEARCH_CRITERIA_API dependencies on HR_API

Line 92: raise hr_api.validate_enabled;

88: --
89: -- When in validation only mode raise the Validate_Enabled exception
90: --
91: if p_validate then
92: raise hr_api.validate_enabled;
93: end if;
94: --
95: -- Set all IN OUT and OUT parameters with out values
96: --

Line 102: when hr_api.validate_enabled then

98: p_object_version_number := l_object_version_number;
99: --
100: hr_utility.set_location(' Leaving:'||l_proc, 70);
101: exception
102: when hr_api.validate_enabled then
103: --
104: -- As the Validate_Enabled exception has been raised
105: -- we must rollback to the savepoint
106: --

Line 178: when hr_api.cannot_find_prog_unit then

174: ,p_saved_search_criteria_id => l_saved_search_criteria_id
175: ,p_object_version_number => l_object_version_number
176: );
177: exception
178: when hr_api.cannot_find_prog_unit then
179: hr_api.cannot_find_prog_unit_error
180: (p_module_name => 'update_search_criteria'
181: ,p_hook_type => 'BP'
182: );

Line 179: hr_api.cannot_find_prog_unit_error

175: ,p_object_version_number => l_object_version_number
176: );
177: exception
178: when hr_api.cannot_find_prog_unit then
179: hr_api.cannot_find_prog_unit_error
180: (p_module_name => 'update_search_criteria'
181: ,p_hook_type => 'BP'
182: );
183: end;

Line 208: when hr_api.cannot_find_prog_unit then

204: ,p_saved_search_criteria_id => l_saved_search_criteria_id
205: ,p_object_version_number => l_object_version_number
206: );
207: exception
208: when hr_api.cannot_find_prog_unit then
209: hr_api.cannot_find_prog_unit_error
210: (p_module_name => 'update_search_criteria'
211: ,p_hook_type => 'AP'
212: );

Line 209: hr_api.cannot_find_prog_unit_error

205: ,p_object_version_number => l_object_version_number
206: );
207: exception
208: when hr_api.cannot_find_prog_unit then
209: hr_api.cannot_find_prog_unit_error
210: (p_module_name => 'update_search_criteria'
211: ,p_hook_type => 'AP'
212: );
213: end;

Line 218: raise hr_api.validate_enabled;

214: --
215: -- When in validation only mode raise the Validate_Enabled exception
216: --
217: if p_validate then
218: raise hr_api.validate_enabled;
219: end if;
220: --
221: -- Set all IN OUT and OUT parameters with out values
222: --

Line 228: when hr_api.validate_enabled then

224: p_object_version_number := l_object_version_number;
225: --
226: hr_utility.set_location(' Leaving:'||l_proc, 70);
227: exception
228: when hr_api.validate_enabled then
229: --
230: -- As the Validate_Enabled exception has been raised
231: -- we must rollback to the savepoint
232: --

Line 292: when hr_api.cannot_find_prog_unit then

288: ,p_saved_search_criteria_id => p_saved_search_criteria_id
289: ,p_object_version_number => p_object_version_number
290: );
291: exception
292: when hr_api.cannot_find_prog_unit then
293: hr_api.cannot_find_prog_unit_error
294: (p_module_name => 'delete_search_criteria'
295: ,p_hook_type => 'BP'
296: );

Line 293: hr_api.cannot_find_prog_unit_error

289: ,p_object_version_number => p_object_version_number
290: );
291: exception
292: when hr_api.cannot_find_prog_unit then
293: hr_api.cannot_find_prog_unit_error
294: (p_module_name => 'delete_search_criteria'
295: ,p_hook_type => 'BP'
296: );
297: end;

Line 315: when hr_api.cannot_find_prog_unit then

311: ,p_saved_search_criteria_id => p_saved_search_criteria_id
312: ,p_object_version_number => p_object_version_number
313: );
314: exception
315: when hr_api.cannot_find_prog_unit then
316: hr_api.cannot_find_prog_unit_error
317: (p_module_name => 'delete_search_criteria'
318: ,p_hook_type => 'AP'
319: );

Line 316: hr_api.cannot_find_prog_unit_error

312: ,p_object_version_number => p_object_version_number
313: );
314: exception
315: when hr_api.cannot_find_prog_unit then
316: hr_api.cannot_find_prog_unit_error
317: (p_module_name => 'delete_search_criteria'
318: ,p_hook_type => 'AP'
319: );
320: end;

Line 325: raise hr_api.validate_enabled;

321: --
322: -- When in validation only mode raise the Validate_Enabled exception
323: --
324: if p_validate then
325: raise hr_api.validate_enabled;
326: end if;
327: --
328: hr_utility.set_location(' Leaving:'||l_proc, 70);
329: exception

Line 330: when hr_api.validate_enabled then

326: end if;
327: --
328: hr_utility.set_location(' Leaving:'||l_proc, 70);
329: exception
330: when hr_api.validate_enabled then
331: --
332: -- As the Validate_Enabled exception has been raised
333: -- we must rollback to the savepoint
334: --