DBA Data[Home] [Help]

APPS.HR_CANCEL_HIRE_API dependencies on HR_API

Line 315: when hr_api.cannot_find_prog_unit then

311: (p_person_id => p_person_id
312: ,p_effective_date => l_effective_date
313: );
314: exception
315: when hr_api.cannot_find_prog_unit then
316: hr_api.cannot_find_prog_unit_error
317: (p_module_name => 'cancel_hire'
318: ,p_hook_type => 'BP'
319: );

Line 316: hr_api.cannot_find_prog_unit_error

312: ,p_effective_date => l_effective_date
313: );
314: exception
315: when hr_api.cannot_find_prog_unit then
316: hr_api.cannot_find_prog_unit_error
317: (p_module_name => 'cancel_hire'
318: ,p_hook_type => 'BP'
319: );
320: end;

Line 483: hr_utility.set_location('hr_api.g_eot '||hr_api.g_eot,101);

479: hr_utility.set_location('Perform the checks and cancel the hire ',101);
480:
481: hr_utility.set_location('l_last_person_type '||l_last_person_type,101);
482: hr_utility.set_location('l_date_start '||l_date_start,101);
483: hr_utility.set_location('hr_api.g_eot '||hr_api.g_eot,101);
484: hr_utility.set_location(' l_period_of_service_id '||l_period_of_service_id,101);
485:
486: per_cancel_hire_or_apl_pkg.cancel_emp_apl_hire
487: (

Line 490: ,p_end_of_time => hr_api.g_eot

486: per_cancel_hire_or_apl_pkg.cancel_emp_apl_hire
487: (
488: p_person_id => p_person_id
489: ,p_date_start => l_efd
490: ,p_end_of_time => hr_api.g_eot
491: ,p_business_group_id => l_business_group_id
492: ,p_period_of_service_id => l_period_of_service_id
493: );
494:

Line 609: ,p_end_of_time => hr_api.g_eot

605: per_cancel_hire_or_apl_pkg.do_cancel_hire
606: (
607: p_person_id => p_person_id
608: ,p_date_start => l_date_start
609: ,p_end_of_time => hr_api.g_eot
610: ,p_business_group_id => l_business_group_id
611: ,p_period_of_service_id => l_period_of_service_id
612: );
613:

Line 661: when hr_api.cannot_find_prog_unit then

657: ,p_budget_warning => l_budget_warning
658: ,p_payment_warning => l_payment_warning
659: );
660: exception
661: when hr_api.cannot_find_prog_unit then
662: hr_api.cannot_find_prog_unit_error
663: (p_module_name => 'cancel_hire'
664: ,p_hook_type => 'AP'
665: );

Line 662: hr_api.cannot_find_prog_unit_error

658: ,p_payment_warning => l_payment_warning
659: );
660: exception
661: when hr_api.cannot_find_prog_unit then
662: hr_api.cannot_find_prog_unit_error
663: (p_module_name => 'cancel_hire'
664: ,p_hook_type => 'AP'
665: );
666: end;

Line 671: raise hr_api.validate_enabled;

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

Line 689: when hr_api.validate_enabled then

685:
686: hr_utility.set_location(' Leaving:'||l_proc, 70);
687:
688: exception
689: when hr_api.validate_enabled then
690: --
691: -- As the Validate_Enabled exception has been raised
692: -- we must rollback to the savepoint
693: --