DBA Data[Home] [Help]

APPS.OTA_ACTIVITY_VERSION_API dependencies on HR_API

Line 154: when hr_api.cannot_find_prog_unit then

150: ,p_competency_update_level => p_competency_update_level
151:
152: );
153: exception
154: when hr_api.cannot_find_prog_unit then
155: hr_api.cannot_find_prog_unit_error
156: (p_module_name => 'CREATE_ACTIVITY_VERSION'
157: ,p_hook_type => 'BP'
158: );

Line 155: hr_api.cannot_find_prog_unit_error

151:
152: );
153: exception
154: when hr_api.cannot_find_prog_unit then
155: hr_api.cannot_find_prog_unit_error
156: (p_module_name => 'CREATE_ACTIVITY_VERSION'
157: ,p_hook_type => 'BP'
158: );
159: end;

Line 308: when hr_api.cannot_find_prog_unit then

304: ,p_competency_update_level => p_competency_update_level
305:
306: );
307: exception
308: when hr_api.cannot_find_prog_unit then
309: hr_api.cannot_find_prog_unit_error
310: (p_module_name => 'CREATE_ACTIVITY_VERSION'
311: ,p_hook_type => 'AP'
312: );

Line 309: hr_api.cannot_find_prog_unit_error

305:
306: );
307: exception
308: when hr_api.cannot_find_prog_unit then
309: hr_api.cannot_find_prog_unit_error
310: (p_module_name => 'CREATE_ACTIVITY_VERSION'
311: ,p_hook_type => 'AP'
312: );
313: end;

Line 319: raise hr_api.validate_enabled;

315: --
316: -- When in validation only mode raise the Validate_Enabled exception
317: --
318: if p_validate then
319: raise hr_api.validate_enabled;
320: end if;
321:
322: hr_utility.set_location(' Leaving:'||l_proc, 70);
323: exception

Line 324: when hr_api.validate_enabled then

320: end if;
321:
322: hr_utility.set_location(' Leaving:'||l_proc, 70);
323: exception
324: when hr_api.validate_enabled then
325: --
326: -- As the Validate_Enabled exception has been raised
327: -- we must rollback to the savepoint
328: --

Line 494: when hr_api.cannot_find_prog_unit then

490: ,p_competency_update_level => p_competency_update_level
491:
492: );
493: exception
494: when hr_api.cannot_find_prog_unit then
495: hr_api.cannot_find_prog_unit_error
496: (p_module_name => 'UPDATE_ACTIVITY_VERSION'
497: ,p_hook_type => 'BP'
498: );

Line 495: hr_api.cannot_find_prog_unit_error

491:
492: );
493: exception
494: when hr_api.cannot_find_prog_unit then
495: hr_api.cannot_find_prog_unit_error
496: (p_module_name => 'UPDATE_ACTIVITY_VERSION'
497: ,p_hook_type => 'BP'
498: );
499: end;

Line 642: when hr_api.cannot_find_prog_unit then

638:
639:
640: );
641: exception
642: when hr_api.cannot_find_prog_unit then
643: hr_api.cannot_find_prog_unit_error
644: (p_module_name => 'UPDATE_ACTIVITY_VERSION'
645: ,p_hook_type => 'AP'
646: );

Line 643: hr_api.cannot_find_prog_unit_error

639:
640: );
641: exception
642: when hr_api.cannot_find_prog_unit then
643: hr_api.cannot_find_prog_unit_error
644: (p_module_name => 'UPDATE_ACTIVITY_VERSION'
645: ,p_hook_type => 'AP'
646: );
647: end;

Line 654: raise hr_api.validate_enabled;

650: --
651: -- When in validation only mode raise the Validate_Enabled exception
652: --
653: if p_validate then
654: raise hr_api.validate_enabled;
655: end if;
656: --
657: -- Set all output arguments
658: --

Line 661: when hr_api.validate_enabled then

657: -- Set all output arguments
658: --
659: hr_utility.set_location(' Leaving:'||l_proc, 70);
660: exception
661: when hr_api.validate_enabled then
662: --
663: -- As the Validate_Enabled exception has been raised
664: -- we must rollback to the savepoint
665: --

Line 740: when hr_api.cannot_find_prog_unit then

736: (p_activity_version_id => p_activity_version_id
737: ,p_object_version_number => p_object_version_number
738: );
739: exception
740: when hr_api.cannot_find_prog_unit then
741: hr_api.cannot_find_prog_unit_error
742: (p_module_name => 'DELETE_ACTIVITY_VERSION'
743: ,p_hook_type => 'BP'
744: );

Line 741: hr_api.cannot_find_prog_unit_error

737: ,p_object_version_number => p_object_version_number
738: );
739: exception
740: when hr_api.cannot_find_prog_unit then
741: hr_api.cannot_find_prog_unit_error
742: (p_module_name => 'DELETE_ACTIVITY_VERSION'
743: ,p_hook_type => 'BP'
744: );
745: end ;

Line 807: when hr_api.cannot_find_prog_unit then

803: (p_activity_version_id => p_activity_version_id ,
804: p_object_version_number => p_object_version_number
805: );
806: exception
807: when hr_api.cannot_find_prog_unit then
808: hr_api.cannot_find_prog_unit_error
809: (p_module_name => 'DELETE_ACTIVITY_VERSION'
810: ,p_hook_type => 'AP'
811: );

Line 808: hr_api.cannot_find_prog_unit_error

804: p_object_version_number => p_object_version_number
805: );
806: exception
807: when hr_api.cannot_find_prog_unit then
808: hr_api.cannot_find_prog_unit_error
809: (p_module_name => 'DELETE_ACTIVITY_VERSION'
810: ,p_hook_type => 'AP'
811: );
812: end;

Line 816: raise hr_api.validate_enabled;

812: end;
813: --
814: --
815: if p_validate then
816: raise hr_api.validate_enabled;
817: end if;
818: --
819: -- Set all output arguments
820: --

Line 824: when hr_api.validate_enabled then

820: --
821: --
822: hr_utility.set_location(' Leaving:'||l_proc, 170);
823: exception
824: when hr_api.validate_enabled then
825: --
826: -- As the Validate_Enabled exception has been raised
827: -- we must rollback to the savepoint
828: --