DBA Data[Home] [Help]

APPS.IRC_VACANCY_CONSIDERATIONS_API dependencies on HR_API

Line 507: when hr_api.cannot_find_prog_unit then

503: ,p_consideration_status => p_consideration_status
504: ,p_effective_date => l_effective_date
505: );
506: exception
507: when hr_api.cannot_find_prog_unit then
508: hr_api.cannot_find_prog_unit_error
509: (p_module_name => 'CREATE_VACANCY_CONSIDERATION'
510: ,p_hook_type => 'BP'
511: );

Line 508: hr_api.cannot_find_prog_unit_error

504: ,p_effective_date => l_effective_date
505: );
506: exception
507: when hr_api.cannot_find_prog_unit then
508: hr_api.cannot_find_prog_unit_error
509: (p_module_name => 'CREATE_VACANCY_CONSIDERATION'
510: ,p_hook_type => 'BP'
511: );
512: end;

Line 546: when hr_api.cannot_find_prog_unit then

542: ,p_object_version_number => l_object_version_number
543: ,p_effective_date => l_effective_date
544: );
545: exception
546: when hr_api.cannot_find_prog_unit then
547: hr_api.cannot_find_prog_unit_error
548: (p_module_name => 'CREATE_VACANCY_CONSIDERATION'
549: ,p_hook_type => 'AP'
550: );

Line 547: hr_api.cannot_find_prog_unit_error

543: ,p_effective_date => l_effective_date
544: );
545: exception
546: when hr_api.cannot_find_prog_unit then
547: hr_api.cannot_find_prog_unit_error
548: (p_module_name => 'CREATE_VACANCY_CONSIDERATION'
549: ,p_hook_type => 'AP'
550: );
551: end;

Line 556: raise hr_api.validate_enabled;

552: --
553: -- When in validation only mode raise the Validate_Enabled exception
554: --
555: if p_validate then
556: raise hr_api.validate_enabled;
557: end if;
558: --
559: -- Set all output arguments
560: --

Line 566: when hr_api.validate_enabled then

562: p_vacancy_consideration_id := l_vacancy_consideration_id;
563: --
564: hr_utility.set_location(' Leaving:'||l_proc, 70);
565: exception
566: when hr_api.validate_enabled then
567: --
568: -- As the Validate_Enabled exception has been raised
569: -- we must rollback to the savepoint
570: --

Line 601: ,p_party_id in number default hr_api.g_number

597: --
598: procedure update_vacancy_consideration
599: (p_validate in boolean default false
600: ,p_vacancy_consideration_id in number
601: ,p_party_id in number default hr_api.g_number
602: ,p_consideration_status in varchar2 default hr_api.g_varchar2
603: ,p_object_version_number in out nocopy number
604: ,p_effective_date in date
605: ) is

Line 602: ,p_consideration_status in varchar2 default hr_api.g_varchar2

598: procedure update_vacancy_consideration
599: (p_validate in boolean default false
600: ,p_vacancy_consideration_id in number
601: ,p_party_id in number default hr_api.g_number
602: ,p_consideration_status in varchar2 default hr_api.g_varchar2
603: ,p_object_version_number in out nocopy number
604: ,p_effective_date in date
605: ) is
606: --

Line 644: when hr_api.cannot_find_prog_unit then

640: ,p_object_version_number => l_object_version_number
641: ,p_effective_date => l_effective_date
642: );
643: exception
644: when hr_api.cannot_find_prog_unit then
645: hr_api.cannot_find_prog_unit_error
646: (p_module_name => 'UPDATE_VACANCY_CONSIDERATION'
647: ,p_hook_type => 'BP'
648: );

Line 645: hr_api.cannot_find_prog_unit_error

641: ,p_effective_date => l_effective_date
642: );
643: exception
644: when hr_api.cannot_find_prog_unit then
645: hr_api.cannot_find_prog_unit_error
646: (p_module_name => 'UPDATE_VACANCY_CONSIDERATION'
647: ,p_hook_type => 'BP'
648: );
649: end;

Line 684: when hr_api.cannot_find_prog_unit then

680: ,p_object_version_number => l_object_version_number
681: ,p_effective_date => l_effective_date
682: );
683: exception
684: when hr_api.cannot_find_prog_unit then
685: hr_api.cannot_find_prog_unit_error
686: (p_module_name => 'UPDATE_VACANCY_CONSIDERATION'
687: ,p_hook_type => 'AP'
688: );

Line 685: hr_api.cannot_find_prog_unit_error

681: ,p_effective_date => l_effective_date
682: );
683: exception
684: when hr_api.cannot_find_prog_unit then
685: hr_api.cannot_find_prog_unit_error
686: (p_module_name => 'UPDATE_VACANCY_CONSIDERATION'
687: ,p_hook_type => 'AP'
688: );
689: end;

Line 694: raise hr_api.validate_enabled;

690: --
691: -- When in validation only mode raise the Validate_Enabled exception
692: --
693: if p_validate then
694: raise hr_api.validate_enabled;
695: end if;
696: --
697: -- Set all output arguments
698: --

Line 703: when hr_api.validate_enabled then

699: p_object_version_number := l_object_version_number;
700: --
701: hr_utility.set_location(' Leaving:'||l_proc, 70);
702: exception
703: when hr_api.validate_enabled then
704: --
705: -- As the Validate_Enabled exception has been raised
706: -- we must rollback to the savepoint
707: --

Line 758: when hr_api.cannot_find_prog_unit then

754: (p_vacancy_consideration_id => p_vacancy_consideration_id
755: ,p_object_version_number => p_object_version_number
756: );
757: exception
758: when hr_api.cannot_find_prog_unit then
759: hr_api.cannot_find_prog_unit_error
760: (p_module_name => 'DELETE_VACANCY_CONSIDERATION'
761: ,p_hook_type => 'BP'
762: );

Line 759: hr_api.cannot_find_prog_unit_error

755: ,p_object_version_number => p_object_version_number
756: );
757: exception
758: when hr_api.cannot_find_prog_unit then
759: hr_api.cannot_find_prog_unit_error
760: (p_module_name => 'DELETE_VACANCY_CONSIDERATION'
761: ,p_hook_type => 'BP'
762: );
763: end;

Line 781: when hr_api.cannot_find_prog_unit then

777: p_vacancy_consideration_id => p_vacancy_consideration_id
778: ,p_object_version_number => p_object_version_number
779: );
780: exception
781: when hr_api.cannot_find_prog_unit then
782: hr_api.cannot_find_prog_unit_error
783: (p_module_name => 'DELETE_VACANCY_CONSIDERATION'
784: ,p_hook_type => 'AP'
785: );

Line 782: hr_api.cannot_find_prog_unit_error

778: ,p_object_version_number => p_object_version_number
779: );
780: exception
781: when hr_api.cannot_find_prog_unit then
782: hr_api.cannot_find_prog_unit_error
783: (p_module_name => 'DELETE_VACANCY_CONSIDERATION'
784: ,p_hook_type => 'AP'
785: );
786: end;

Line 791: raise hr_api.validate_enabled;

787: --
788: -- When in validation only mode raise the Validate_Enabled exception
789: --
790: if p_validate then
791: raise hr_api.validate_enabled;
792: end if;
793: --
794: -- Set all output arguments
795: --

Line 799: when hr_api.validate_enabled then

795: --
796: --
797: hr_utility.set_location(' Leaving:'||l_proc, 70);
798: exception
799: when hr_api.validate_enabled then
800: --
801: -- As the Validate_Enabled exception has been raised
802: -- we must rollback to the savepoint
803: --