DBA Data[Home] [Help]

APPS.HXC_RESOURCE_RULES_API dependencies on HR_API

Line 2: /* $Header: hxchrrapi.pkb 120.2 2005/09/23 10:43:34 sechandr noship $ */

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

Line 75: when hr_api.cannot_find_prog_unit then

71: ,p_end_date => p_end_date
72: ,p_effective_date => p_effective_date
73: );
74: exception
75: when hr_api.cannot_find_prog_unit then
76: hr_api.cannot_find_prog_unit_error
77: (p_module_name => 'create_resource_rules'
78: ,p_hook_type => 'BP'
79: );

Line 76: hr_api.cannot_find_prog_unit_error

72: ,p_effective_date => p_effective_date
73: );
74: exception
75: when hr_api.cannot_find_prog_unit then
76: hr_api.cannot_find_prog_unit_error
77: (p_module_name => 'create_resource_rules'
78: ,p_hook_type => 'BP'
79: );
80: end;

Line 140: when hr_api.cannot_find_prog_unit then

136: ,p_end_date => p_end_date
137: ,p_effective_date => p_effective_date
138: );
139: exception
140: when hr_api.cannot_find_prog_unit then
141: hr_api.cannot_find_prog_unit_error
142: (p_module_name => 'create_resource_rules'
143: ,p_hook_type => 'AP'
144: );

Line 141: hr_api.cannot_find_prog_unit_error

137: ,p_effective_date => p_effective_date
138: );
139: exception
140: when hr_api.cannot_find_prog_unit then
141: hr_api.cannot_find_prog_unit_error
142: (p_module_name => 'create_resource_rules'
143: ,p_hook_type => 'AP'
144: );
145: end;

Line 154: raise hr_api.validate_enabled;

150: --
151: -- When in validation only mode raise the Validate_Enabled exception
152: --
153: if p_validate then
154: raise hr_api.validate_enabled;
155: end if;
156: --
157: --if g_debug then
158: --hr_utility.set_location(' Leaving:'||l_proc, 70);

Line 171: when hr_api.validate_enabled then

167: if g_debug then
168: hr_utility.set_location(' Leaving:'||l_proc, 70);
169: end if;
170: exception
171: when hr_api.validate_enabled then
172: --
173: -- As the Validate_Enabled exception has been raised
174: -- we must rollback to the savepoint
175: --

Line 261: when hr_api.cannot_find_prog_unit then

257: ,p_end_date => p_end_date
258: ,p_effective_date => p_effective_date
259: );
260: exception
261: when hr_api.cannot_find_prog_unit then
262: hr_api.cannot_find_prog_unit_error
263: (p_module_name => 'update_resource_rules'
264: ,p_hook_type => 'BP'
265: );

Line 262: hr_api.cannot_find_prog_unit_error

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

Line 323: when hr_api.cannot_find_prog_unit then

319: ,p_end_date => p_end_date
320: ,p_effective_date => p_effective_date
321: );
322: exception
323: when hr_api.cannot_find_prog_unit then
324: hr_api.cannot_find_prog_unit_error
325: (p_module_name => 'update_resource_rules'
326: ,p_hook_type => 'AP'
327: );

Line 324: hr_api.cannot_find_prog_unit_error

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

Line 340: raise hr_api.validate_enabled;

336: --
337: -- When in validation only mode raise the Validate_Enabled exception
338: --
339: if p_validate then
340: raise hr_api.validate_enabled;
341: end if;
342: --
343: if g_debug then
344: hr_utility.set_location(' Leaving:'||l_proc, 60);

Line 360: when hr_api.validate_enabled then

356: --commit;
357:
358: exception
359: --
360: when hr_api.validate_enabled then
361: --
362: -- As the Validate_Enabled exception has been raised
363: -- we must rollback to the savepoint
364: --

Line 432: when hr_api.cannot_find_prog_unit then

428: (p_resource_rule_id => p_resource_rule_id
429: ,p_object_version_number => p_object_version_number
430: );
431: exception
432: when hr_api.cannot_find_prog_unit then
433: hr_api.cannot_find_prog_unit_error
434: (p_module_name => 'delete_resource_rules'
435: ,p_hook_type => 'BP'
436: );

Line 433: hr_api.cannot_find_prog_unit_error

429: ,p_object_version_number => p_object_version_number
430: );
431: exception
432: when hr_api.cannot_find_prog_unit then
433: hr_api.cannot_find_prog_unit_error
434: (p_module_name => 'delete_resource_rules'
435: ,p_hook_type => 'BP'
436: );
437: end;

Line 464: when hr_api.cannot_find_prog_unit then

460: (p_resource_rule_id => p_resource_rule_id
461: ,p_object_version_number => p_object_version_number
462: );
463: exception
464: when hr_api.cannot_find_prog_unit then
465: hr_api.cannot_find_prog_unit_error
466: (p_module_name => 'delete_resource_rules'
467: ,p_hook_type => 'AP'
468: );

Line 465: hr_api.cannot_find_prog_unit_error

461: ,p_object_version_number => p_object_version_number
462: );
463: exception
464: when hr_api.cannot_find_prog_unit then
465: hr_api.cannot_find_prog_unit_error
466: (p_module_name => 'delete_resource_rules'
467: ,p_hook_type => 'AP'
468: );
469: end;

Line 474: raise hr_api.validate_enabled;

470: --
471: -- When in validation only mode raise the Validate_Enabled exception
472: --
473: if p_validate then
474: raise hr_api.validate_enabled;
475: end if;
476: --
477: if g_debug then
478: hr_utility.set_location(' Leaving:'||l_proc, 50);

Line 483: when hr_api.validate_enabled then

479: end if;
480: --
481: exception
482: --
483: when hr_api.validate_enabled then
484: --
485: -- As the Validate_Enabled exception has been raised
486: -- we must rollback to the savepoint
487: --