DBA Data[Home] [Help]

APPS.HXC_RETRIEVAL_PROCESSES_API dependencies on HR_API

Line 2: /* $Header: hxchrtapi.pkb 120.2 2005/09/23 10:44:13 sechandr noship $ */

1: Package Body hxc_retrieval_processes_api as
2: /* $Header: hxchrtapi.pkb 120.2 2005/09/23 10:44:13 sechandr noship $ */
3: --
4: -- Package Variables
5: --
6: g_package varchar2(33) := ' hxc_retrieval_processes_api.';

Line 62: when hr_api.cannot_find_prog_unit then

58: ,p_mapping_id => p_mapping_id
59: ,p_effective_date => p_effective_date
60: );
61: exception
62: when hr_api.cannot_find_prog_unit then
63: hr_api.cannot_find_prog_unit_error
64: (p_module_name => 'create_retrieval_processes'
65: ,p_hook_type => 'BP'
66: );

Line 63: hr_api.cannot_find_prog_unit_error

59: ,p_effective_date => p_effective_date
60: );
61: exception
62: when hr_api.cannot_find_prog_unit then
63: hr_api.cannot_find_prog_unit_error
64: (p_module_name => 'create_retrieval_processes'
65: ,p_hook_type => 'BP'
66: );
67: end;

Line 114: when hr_api.cannot_find_prog_unit then

110: ,p_mapping_id => p_mapping_id
111: ,p_effective_date => p_effective_date
112: );
113: exception
114: when hr_api.cannot_find_prog_unit then
115: hr_api.cannot_find_prog_unit_error
116: (p_module_name => 'create_retrieval_processes'
117: ,p_hook_type => 'AP'
118: );

Line 115: hr_api.cannot_find_prog_unit_error

111: ,p_effective_date => p_effective_date
112: );
113: exception
114: when hr_api.cannot_find_prog_unit then
115: hr_api.cannot_find_prog_unit_error
116: (p_module_name => 'create_retrieval_processes'
117: ,p_hook_type => 'AP'
118: );
119: end;

Line 129: raise hr_api.validate_enabled;

125: --
126: -- When in validation only mode raise the Validate_Enabled exception
127: --
128: if p_validate then
129: raise hr_api.validate_enabled;
130: end if;
131: --
132: --if g_debug then
133: --hr_utility.set_location(' Leaving:'||l_proc, 70);

Line 146: when hr_api.validate_enabled then

142: if g_debug then
143: hr_utility.set_location(' Leaving:'||l_proc, 70);
144: end if;
145: exception
146: when hr_api.validate_enabled then
147: --
148: -- As the Validate_Enabled exception has been raised
149: -- we must rollback to the savepoint
150: --

Line 222: when hr_api.cannot_find_prog_unit then

218: ,p_mapping_id => p_mapping_id
219: ,p_effective_date => p_effective_date
220: );
221: exception
222: when hr_api.cannot_find_prog_unit then
223: hr_api.cannot_find_prog_unit_error
224: (p_module_name => 'update_retrieval_processes'
225: ,p_hook_type => 'BP'
226: );

Line 223: hr_api.cannot_find_prog_unit_error

219: ,p_effective_date => p_effective_date
220: );
221: exception
222: when hr_api.cannot_find_prog_unit then
223: hr_api.cannot_find_prog_unit_error
224: (p_module_name => 'update_retrieval_processes'
225: ,p_hook_type => 'BP'
226: );
227: end;

Line 262: when hr_api.cannot_find_prog_unit then

258: ,p_mapping_id => p_mapping_id
259: ,p_effective_date => p_effective_date
260: );
261: exception
262: when hr_api.cannot_find_prog_unit then
263: hr_api.cannot_find_prog_unit_error
264: (p_module_name => 'update_retrieval_processes'
265: ,p_hook_type => 'AP'
266: );

Line 263: hr_api.cannot_find_prog_unit_error

259: ,p_effective_date => p_effective_date
260: );
261: exception
262: when hr_api.cannot_find_prog_unit then
263: hr_api.cannot_find_prog_unit_error
264: (p_module_name => 'update_retrieval_processes'
265: ,p_hook_type => 'AP'
266: );
267: end;

Line 276: raise hr_api.validate_enabled;

272: --
273: -- When in validation only mode raise the Validate_Enabled exception
274: --
275: if p_validate then
276: raise hr_api.validate_enabled;
277: end if;
278: --
279: if g_debug then
280: hr_utility.set_location(' Leaving:'||l_proc, 60);

Line 290: when hr_api.validate_enabled then

286: p_object_version_number := l_object_version_number;
287: --
288: exception
289: --
290: when hr_api.validate_enabled then
291: --
292: -- As the Validate_Enabled exception has been raised
293: -- we must rollback to the savepoint
294: --

Line 358: when hr_api.cannot_find_prog_unit then

354: (p_retrieval_process_id => p_retrieval_process_id
355: ,p_object_version_number => p_object_version_number
356: );
357: exception
358: when hr_api.cannot_find_prog_unit then
359: hr_api.cannot_find_prog_unit_error
360: (p_module_name => 'delete_retrieval_processes'
361: ,p_hook_type => 'BP'
362: );

Line 359: hr_api.cannot_find_prog_unit_error

355: ,p_object_version_number => p_object_version_number
356: );
357: exception
358: when hr_api.cannot_find_prog_unit then
359: hr_api.cannot_find_prog_unit_error
360: (p_module_name => 'delete_retrieval_processes'
361: ,p_hook_type => 'BP'
362: );
363: end;

Line 390: when hr_api.cannot_find_prog_unit then

386: (p_retrieval_process_id => p_retrieval_process_id
387: ,p_object_version_number => p_object_version_number
388: );
389: exception
390: when hr_api.cannot_find_prog_unit then
391: hr_api.cannot_find_prog_unit_error
392: (p_module_name => 'delete_retrieval_processes'
393: ,p_hook_type => 'AP'
394: );

Line 391: hr_api.cannot_find_prog_unit_error

387: ,p_object_version_number => p_object_version_number
388: );
389: exception
390: when hr_api.cannot_find_prog_unit then
391: hr_api.cannot_find_prog_unit_error
392: (p_module_name => 'delete_retrieval_processes'
393: ,p_hook_type => 'AP'
394: );
395: end;

Line 400: raise hr_api.validate_enabled;

396: --
397: -- When in validation only mode raise the Validate_Enabled exception
398: --
399: if p_validate then
400: raise hr_api.validate_enabled;
401: end if;
402: --
403: if g_debug then
404: hr_utility.set_location(' Leaving:'||l_proc, 50);

Line 409: when hr_api.validate_enabled then

405: end if;
406: --
407: exception
408: --
409: when hr_api.validate_enabled then
410: --
411: -- As the Validate_Enabled exception has been raised
412: -- we must rollback to the savepoint
413: --