DBA Data[Home] [Help]

APPS.HR_RETAINED_RIGHTS_API dependencies on HR_API

Line 17: ,p_end_date in date default hr_api.g_date

13: (p_validate in boolean default false
14: ,p_effective_date in date
15: ,p_cagr_entitlement_result_id in number
16: ,p_start_date in date
17: ,p_end_date in date default hr_api.g_date
18: ,p_freeze_flag in varchar2 default hr_api.g_varchar2
19: ,p_cagr_retained_right_id out nocopy number
20: ,p_object_version_number out nocopy number) is
21: --

Line 18: ,p_freeze_flag in varchar2 default hr_api.g_varchar2

14: ,p_effective_date in date
15: ,p_cagr_entitlement_result_id in number
16: ,p_start_date in date
17: ,p_end_date in date default hr_api.g_date
18: ,p_freeze_flag in varchar2 default hr_api.g_varchar2
19: ,p_cagr_retained_right_id out nocopy number
20: ,p_object_version_number out nocopy number) is
21: --
22: -- Declare cursors and local variables

Line 193: when hr_api.cannot_find_prog_unit then

189: ,p_inc_information29 => p_inc_information29
190: ,p_inc_information30 => p_inc_information30
191: );
192: exception
193: when hr_api.cannot_find_prog_unit then
194: hr_api.cannot_find_prog_unit_error
195: (p_module_name => 'create_work_incident_b'
196: ,p_hook_type => 'BP'
197: );

Line 194: hr_api.cannot_find_prog_unit_error

190: ,p_inc_information30 => p_inc_information30
191: );
192: exception
193: when hr_api.cannot_find_prog_unit then
194: hr_api.cannot_find_prog_unit_error
195: (p_module_name => 'create_work_incident_b'
196: ,p_hook_type => 'BP'
197: );
198: end;

Line 346: when hr_api.cannot_find_prog_unit then

342: ,p_incident_id => l_incident_id
343: ,p_object_version_number => l_object_version_number
344: );
345: exception
346: when hr_api.cannot_find_prog_unit then
347: hr_api.cannot_find_prog_unit_error
348: (p_module_name => 'create_work_incident_a'
349: ,p_hook_type => 'AP'
350: );

Line 347: hr_api.cannot_find_prog_unit_error

343: ,p_object_version_number => l_object_version_number
344: );
345: exception
346: when hr_api.cannot_find_prog_unit then
347: hr_api.cannot_find_prog_unit_error
348: (p_module_name => 'create_work_incident_a'
349: ,p_hook_type => 'AP'
350: );
351: end;

Line 357: raise hr_api.validate_enabled;

353: --
354: -- When in validation only mode raise the Validate_Enabled exception
355: --
356: if p_validate then
357: raise hr_api.validate_enabled;
358: end if;
359: --
360: -- Set all output arguments
361: --

Line 367: when hr_api.validate_enabled then

363: p_object_version_number := l_object_version_number;
364: --
365: hr_utility.set_location(' Leaving:'||l_proc, 70);
366: exception
367: when hr_api.validate_enabled then
368: --
369: -- As the Validate_Enabled exception has been raised
370: -- we must rollback to the savepoint
371: --

Line 398: ,p_end_date in date default hr_api.g_date

394: procedure update_retained_right
395: (p_validate in boolean default false
396: ,p_effective_date in date
397: ,p_cagr_retained_right_id in number
398: ,p_end_date in date default hr_api.g_date
399: ,p_object_version_number in out nocopy number
400: ) is
401: --
402: -- Declare cursors and local variables

Line 532: when hr_api.cannot_find_prog_unit then

528: ,p_inc_information29 => p_inc_information29
529: ,p_inc_information30 => p_inc_information30
530: );
531: exception
532: when hr_api.cannot_find_prog_unit then
533: hr_api.cannot_find_prog_unit_error
534: (p_module_name => 'update_work_incident_b'
535: ,p_hook_type => 'BP'
536: );

Line 533: hr_api.cannot_find_prog_unit_error

529: ,p_inc_information30 => p_inc_information30
530: );
531: exception
532: when hr_api.cannot_find_prog_unit then
533: hr_api.cannot_find_prog_unit_error
534: (p_module_name => 'update_work_incident_b'
535: ,p_hook_type => 'BP'
536: );
537: end;

Line 659: when hr_api.cannot_find_prog_unit then

655: ,p_inc_information29 => p_inc_information29
656: ,p_inc_information30 => p_inc_information30
657: );
658: exception
659: when hr_api.cannot_find_prog_unit then
660: hr_api.cannot_find_prog_unit_error
661: (p_module_name => 'update_work_incident_a'
662: ,p_hook_type => 'AP'
663: );

Line 660: hr_api.cannot_find_prog_unit_error

656: ,p_inc_information30 => p_inc_information30
657: );
658: exception
659: when hr_api.cannot_find_prog_unit then
660: hr_api.cannot_find_prog_unit_error
661: (p_module_name => 'update_work_incident_a'
662: ,p_hook_type => 'AP'
663: );
664: end;

Line 670: raise hr_api.validate_enabled;

666: --
667: -- When in validation only mode raise the Validate_Enabled exception
668: --
669: if p_validate then
670: raise hr_api.validate_enabled;
671: end if;
672: --
673: -- Set all output arguments
674: --

Line 679: when hr_api.validate_enabled then

675: p_object_version_number := l_object_version_number;
676: --
677: hr_utility.set_location(' Leaving:'||l_proc, 70);
678: exception
679: when hr_api.validate_enabled then
680: --
681: -- As the Validate_Enabled exception has been raised
682: -- we must rollback to the savepoint
683: --

Line 732: when hr_api.cannot_find_prog_unit then

728: (p_incident_id => p_incident_id,
729: p_object_version_number => p_object_version_number
730: );
731: exception
732: when hr_api.cannot_find_prog_unit then
733: hr_api.cannot_find_prog_unit_error
734: (p_module_name => 'delete_work_incident_b',
735: p_hook_type => 'BP'
736: );

Line 733: hr_api.cannot_find_prog_unit_error

729: p_object_version_number => p_object_version_number
730: );
731: exception
732: when hr_api.cannot_find_prog_unit then
733: hr_api.cannot_find_prog_unit_error
734: (p_module_name => 'delete_work_incident_b',
735: p_hook_type => 'BP'
736: );
737: end;

Line 761: when hr_api.cannot_find_prog_unit then

757: (p_incident_id => p_incident_id,
758: p_object_version_number => p_object_version_number
759: );
760: exception
761: when hr_api.cannot_find_prog_unit then
762: hr_api.cannot_find_prog_unit_error
763: (p_module_name => 'delete_work_incident_a',
764: p_hook_type => 'AP'
765: );

Line 762: hr_api.cannot_find_prog_unit_error

758: p_object_version_number => p_object_version_number
759: );
760: exception
761: when hr_api.cannot_find_prog_unit then
762: hr_api.cannot_find_prog_unit_error
763: (p_module_name => 'delete_work_incident_a',
764: p_hook_type => 'AP'
765: );
766:

Line 771: raise hr_api.validate_enabled;

767: */
768: -- When in validation only mode raise the Validate_Enabled exception
769: --
770: if p_validate then
771: raise hr_api.validate_enabled;
772: end if;
773: --
774: hr_utility.set_location(' Leaving:'||l_proc, 11);
775: exception

Line 776: when hr_api.validate_enabled then

772: end if;
773: --
774: hr_utility.set_location(' Leaving:'||l_proc, 11);
775: exception
776: when hr_api.validate_enabled then
777: --
778: -- As the Validate_Enabled exception has been raised
779: -- we must rollback to the savepoint
780: --