DBA Data[Home] [Help]

APPS.IRC_VACANCY_CONSIDERATIONS_API dependencies on HR_API

Line 433: when hr_api.cannot_find_prog_unit then

429: ,p_consideration_status => p_consideration_status
430: ,p_effective_date => l_effective_date
431: );
432: exception
433: when hr_api.cannot_find_prog_unit then
434: hr_api.cannot_find_prog_unit_error
435: (p_module_name => 'CREATE_VACANCY_CONSIDERATION'
436: ,p_hook_type => 'BP'
437: );

Line 434: hr_api.cannot_find_prog_unit_error

430: ,p_effective_date => l_effective_date
431: );
432: exception
433: when hr_api.cannot_find_prog_unit then
434: hr_api.cannot_find_prog_unit_error
435: (p_module_name => 'CREATE_VACANCY_CONSIDERATION'
436: ,p_hook_type => 'BP'
437: );
438: end;

Line 472: when hr_api.cannot_find_prog_unit then

468: ,p_object_version_number => l_object_version_number
469: ,p_effective_date => l_effective_date
470: );
471: exception
472: when hr_api.cannot_find_prog_unit then
473: hr_api.cannot_find_prog_unit_error
474: (p_module_name => 'CREATE_VACANCY_CONSIDERATION'
475: ,p_hook_type => 'AP'
476: );

Line 473: hr_api.cannot_find_prog_unit_error

469: ,p_effective_date => l_effective_date
470: );
471: exception
472: when hr_api.cannot_find_prog_unit then
473: hr_api.cannot_find_prog_unit_error
474: (p_module_name => 'CREATE_VACANCY_CONSIDERATION'
475: ,p_hook_type => 'AP'
476: );
477: end;

Line 482: raise hr_api.validate_enabled;

478: --
479: -- When in validation only mode raise the Validate_Enabled exception
480: --
481: if p_validate then
482: raise hr_api.validate_enabled;
483: end if;
484: --
485: -- Set all output arguments
486: --

Line 492: when hr_api.validate_enabled then

488: p_vacancy_consideration_id := l_vacancy_consideration_id;
489: --
490: hr_utility.set_location(' Leaving:'||l_proc, 70);
491: exception
492: when hr_api.validate_enabled then
493: --
494: -- As the Validate_Enabled exception has been raised
495: -- we must rollback to the savepoint
496: --

Line 527: ,p_party_id in number default hr_api.g_number

523: --
524: procedure update_vacancy_consideration
525: (p_validate in boolean default false
526: ,p_vacancy_consideration_id in number
527: ,p_party_id in number default hr_api.g_number
528: ,p_consideration_status in varchar2 default hr_api.g_varchar2
529: ,p_object_version_number in out nocopy number
530: ,p_effective_date in date
531: ) is

Line 528: ,p_consideration_status in varchar2 default hr_api.g_varchar2

524: procedure update_vacancy_consideration
525: (p_validate in boolean default false
526: ,p_vacancy_consideration_id in number
527: ,p_party_id in number default hr_api.g_number
528: ,p_consideration_status in varchar2 default hr_api.g_varchar2
529: ,p_object_version_number in out nocopy number
530: ,p_effective_date in date
531: ) is
532: --

Line 570: when hr_api.cannot_find_prog_unit then

566: ,p_object_version_number => l_object_version_number
567: ,p_effective_date => l_effective_date
568: );
569: exception
570: when hr_api.cannot_find_prog_unit then
571: hr_api.cannot_find_prog_unit_error
572: (p_module_name => 'UPDATE_VACANCY_CONSIDERATION'
573: ,p_hook_type => 'BP'
574: );

Line 571: hr_api.cannot_find_prog_unit_error

567: ,p_effective_date => l_effective_date
568: );
569: exception
570: when hr_api.cannot_find_prog_unit then
571: hr_api.cannot_find_prog_unit_error
572: (p_module_name => 'UPDATE_VACANCY_CONSIDERATION'
573: ,p_hook_type => 'BP'
574: );
575: end;

Line 610: when hr_api.cannot_find_prog_unit then

606: ,p_object_version_number => l_object_version_number
607: ,p_effective_date => l_effective_date
608: );
609: exception
610: when hr_api.cannot_find_prog_unit then
611: hr_api.cannot_find_prog_unit_error
612: (p_module_name => 'UPDATE_VACANCY_CONSIDERATION'
613: ,p_hook_type => 'AP'
614: );

Line 611: hr_api.cannot_find_prog_unit_error

607: ,p_effective_date => l_effective_date
608: );
609: exception
610: when hr_api.cannot_find_prog_unit then
611: hr_api.cannot_find_prog_unit_error
612: (p_module_name => 'UPDATE_VACANCY_CONSIDERATION'
613: ,p_hook_type => 'AP'
614: );
615: end;

Line 620: raise hr_api.validate_enabled;

616: --
617: -- When in validation only mode raise the Validate_Enabled exception
618: --
619: if p_validate then
620: raise hr_api.validate_enabled;
621: end if;
622: --
623: -- Set all output arguments
624: --

Line 629: when hr_api.validate_enabled then

625: p_object_version_number := l_object_version_number;
626: --
627: hr_utility.set_location(' Leaving:'||l_proc, 70);
628: exception
629: when hr_api.validate_enabled then
630: --
631: -- As the Validate_Enabled exception has been raised
632: -- we must rollback to the savepoint
633: --

Line 684: when hr_api.cannot_find_prog_unit then

680: (p_vacancy_consideration_id => p_vacancy_consideration_id
681: ,p_object_version_number => p_object_version_number
682: );
683: exception
684: when hr_api.cannot_find_prog_unit then
685: hr_api.cannot_find_prog_unit_error
686: (p_module_name => 'DELETE_VACANCY_CONSIDERATION'
687: ,p_hook_type => 'BP'
688: );

Line 685: hr_api.cannot_find_prog_unit_error

681: ,p_object_version_number => p_object_version_number
682: );
683: exception
684: when hr_api.cannot_find_prog_unit then
685: hr_api.cannot_find_prog_unit_error
686: (p_module_name => 'DELETE_VACANCY_CONSIDERATION'
687: ,p_hook_type => 'BP'
688: );
689: end;

Line 707: when hr_api.cannot_find_prog_unit then

703: p_vacancy_consideration_id => p_vacancy_consideration_id
704: ,p_object_version_number => p_object_version_number
705: );
706: exception
707: when hr_api.cannot_find_prog_unit then
708: hr_api.cannot_find_prog_unit_error
709: (p_module_name => 'DELETE_VACANCY_CONSIDERATION'
710: ,p_hook_type => 'AP'
711: );

Line 708: hr_api.cannot_find_prog_unit_error

704: ,p_object_version_number => p_object_version_number
705: );
706: exception
707: when hr_api.cannot_find_prog_unit then
708: hr_api.cannot_find_prog_unit_error
709: (p_module_name => 'DELETE_VACANCY_CONSIDERATION'
710: ,p_hook_type => 'AP'
711: );
712: end;

Line 717: raise hr_api.validate_enabled;

713: --
714: -- When in validation only mode raise the Validate_Enabled exception
715: --
716: if p_validate then
717: raise hr_api.validate_enabled;
718: end if;
719: --
720: -- Set all output arguments
721: --

Line 725: when hr_api.validate_enabled then

721: --
722: --
723: hr_utility.set_location(' Leaving:'||l_proc, 70);
724: exception
725: when hr_api.validate_enabled then
726: --
727: -- As the Validate_Enabled exception has been raised
728: -- we must rollback to the savepoint
729: --