DBA Data[Home] [Help]

APPS.HXC_RET_RULE_GRP_COMP_API dependencies on HR_API

Line 127: when hr_api.cannot_find_prog_unit then

123: ,p_attribute29 => p_attribute29
124: ,p_attribute30 => p_attribute30
125: );
126: exception
127: when hr_api.cannot_find_prog_unit then
128: hr_api.cannot_find_prog_unit_error
129: (p_module_name => 'create_ret_rule_grp_comp'
130: ,p_hook_type => 'BP'
131: );

Line 128: hr_api.cannot_find_prog_unit_error

124: ,p_attribute30 => p_attribute30
125: );
126: exception
127: when hr_api.cannot_find_prog_unit then
128: hr_api.cannot_find_prog_unit_error
129: (p_module_name => 'create_ret_rule_grp_comp'
130: ,p_hook_type => 'BP'
131: );
132: end;

Line 231: when hr_api.cannot_find_prog_unit then

227: ,p_attribute28 => p_attribute28
228: ,p_attribute29 => p_attribute29
229: ,p_attribute30 => p_attribute30 );
230: exception
231: when hr_api.cannot_find_prog_unit then
232: hr_api.cannot_find_prog_unit_error
233: (p_module_name => 'create_ret_rule_grp_comp'
234: ,p_hook_type => 'AP'
235: );

Line 232: hr_api.cannot_find_prog_unit_error

228: ,p_attribute29 => p_attribute29
229: ,p_attribute30 => p_attribute30 );
230: exception
231: when hr_api.cannot_find_prog_unit then
232: hr_api.cannot_find_prog_unit_error
233: (p_module_name => 'create_ret_rule_grp_comp'
234: ,p_hook_type => 'AP'
235: );
236: end;

Line 245: raise hr_api.validate_enabled;

241: --
242: -- When in validation only mode raise the Validate_Enabled exception
243: --
244: if p_validate then
245: raise hr_api.validate_enabled;
246: end if;
247: --
248: if g_debug then
249: hr_utility.set_location(' Leaving:'||l_proc, 70);

Line 259: when hr_api.validate_enabled then

255: p_object_version_number := l_object_version_number;
256: --
257: exception
258: --
259: when hr_api.validate_enabled then
260: --
261: -- As the Validate_Enabled exception has been raised
262: -- we must rollback to the savepoint
263: --

Line 401: when hr_api.cannot_find_prog_unit then

397: ,p_attribute29 => p_attribute29
398: ,p_attribute30 => p_attribute30
399: );
400: exception
401: when hr_api.cannot_find_prog_unit then
402: hr_api.cannot_find_prog_unit_error
403: (p_module_name => 'update_ret_rule_grp_comp'
404: ,p_hook_type => 'BP'
405: );

Line 402: hr_api.cannot_find_prog_unit_error

398: ,p_attribute30 => p_attribute30
399: );
400: exception
401: when hr_api.cannot_find_prog_unit then
402: hr_api.cannot_find_prog_unit_error
403: (p_module_name => 'update_ret_rule_grp_comp'
404: ,p_hook_type => 'BP'
405: );
406: end;

Line 502: when hr_api.cannot_find_prog_unit then

498: ,p_attribute29 => p_attribute29
499: ,p_attribute30 => p_attribute30
500: );
501: exception
502: when hr_api.cannot_find_prog_unit then
503: hr_api.cannot_find_prog_unit_error
504: (p_module_name => 'update_ret_rule_grp_comp'
505: ,p_hook_type => 'AP'
506: );

Line 503: hr_api.cannot_find_prog_unit_error

499: ,p_attribute30 => p_attribute30
500: );
501: exception
502: when hr_api.cannot_find_prog_unit then
503: hr_api.cannot_find_prog_unit_error
504: (p_module_name => 'update_ret_rule_grp_comp'
505: ,p_hook_type => 'AP'
506: );
507: end;

Line 516: raise hr_api.validate_enabled;

512: --
513: -- When in validation only mode raise the Validate_Enabled exception
514: --
515: if p_validate then
516: raise hr_api.validate_enabled;
517: end if;
518: --
519: if g_debug then
520: hr_utility.set_location(' Leaving:'||l_proc, 60);

Line 529: when hr_api.validate_enabled then

525: p_object_version_number := l_object_version_number;
526: --
527: exception
528: --
529: when hr_api.validate_enabled then
530: --
531: -- As the Validate_Enabled exception has been raised
532: -- we must rollback to the savepoint
533: --

Line 599: when hr_api.cannot_find_prog_unit then

595: (p_ret_rule_grp_comp_id => p_ret_rule_grp_comp_id
596: ,p_object_version_number => p_object_version_number
597: );
598: exception
599: when hr_api.cannot_find_prog_unit then
600: hr_api.cannot_find_prog_unit_error
601: (p_module_name => 'delete_ret_rule_grp_comp_b'
602: ,p_hook_type => 'BP'
603: );

Line 600: hr_api.cannot_find_prog_unit_error

596: ,p_object_version_number => p_object_version_number
597: );
598: exception
599: when hr_api.cannot_find_prog_unit then
600: hr_api.cannot_find_prog_unit_error
601: (p_module_name => 'delete_ret_rule_grp_comp_b'
602: ,p_hook_type => 'BP'
603: );
604: end;

Line 631: when hr_api.cannot_find_prog_unit then

627: (p_ret_rule_grp_comp_id => p_ret_rule_grp_comp_id
628: ,p_object_version_number => p_object_version_number
629: );
630: exception
631: when hr_api.cannot_find_prog_unit then
632: hr_api.cannot_find_prog_unit_error
633: (p_module_name => 'delete_ret_rule_grp_comp_a'
634: ,p_hook_type => 'AP'
635: );

Line 632: hr_api.cannot_find_prog_unit_error

628: ,p_object_version_number => p_object_version_number
629: );
630: exception
631: when hr_api.cannot_find_prog_unit then
632: hr_api.cannot_find_prog_unit_error
633: (p_module_name => 'delete_ret_rule_grp_comp_a'
634: ,p_hook_type => 'AP'
635: );
636: end;

Line 641: raise hr_api.validate_enabled;

637: --
638: -- When in validation only mode raise the Validate_Enabled exception
639: --
640: if p_validate then
641: raise hr_api.validate_enabled;
642: end if;
643: --
644: if g_debug then
645: hr_utility.set_location(' Leaving:'||l_proc, 50);

Line 650: when hr_api.validate_enabled then

646: end if;
647: --
648: exception
649: --
650: when hr_api.validate_enabled then
651: --
652: -- As the Validate_Enabled exception has been raised
653: -- we must rollback to the savepoint
654: --