DBA Data[Home] [Help]

APPS.PER_ALLOCATED_TASK_API dependencies on HR_API

Line 173: when hr_api.cannot_find_prog_unit then

169: ,p_non_mandatory_arg => p_non_mandatory_arg
170: );
171: */
172: exception
173: when hr_api.cannot_find_prog_unit then
174: hr_api.cannot_find_prog_unit_error
175: (p_module_name => 'CREATE_ALLOC_TASK'
176: ,p_hook_type => 'BP'
177: );

Line 174: hr_api.cannot_find_prog_unit_error

170: );
171: */
172: exception
173: when hr_api.cannot_find_prog_unit then
174: hr_api.cannot_find_prog_unit_error
175: (p_module_name => 'CREATE_ALLOC_TASK'
176: ,p_hook_type => 'BP'
177: );
178: end;

Line 331: when hr_api.cannot_find_prog_unit then

327: ,p_some_warning =>
328: );
329: */
330: exception
331: when hr_api.cannot_find_prog_unit then
332: hr_api.cannot_find_prog_unit_error
333: (p_module_name => 'CREATE_ALLOC_TASK'
334: ,p_hook_type => 'AP'
335: );

Line 332: hr_api.cannot_find_prog_unit_error

328: );
329: */
330: exception
331: when hr_api.cannot_find_prog_unit then
332: hr_api.cannot_find_prog_unit_error
333: (p_module_name => 'CREATE_ALLOC_TASK'
334: ,p_hook_type => 'AP'
335: );
336: end;

Line 341: raise hr_api.validate_enabled;

337: --
338: -- When in validation only mode raise the Validate_Enabled exception
339: --
340: if p_validate then
341: raise hr_api.validate_enabled;
342: end if;
343: --
344: -- Set all IN OUT and OUT parameters with out values
345: --

Line 353: when hr_api.validate_enabled then

349: --p_some_warning := ;
350: --
351: hr_utility.set_location(' Leaving:'||l_proc, 70);
352: exception
353: when hr_api.validate_enabled then
354: --
355: -- As the Validate_Enabled exception has been raised
356: -- we must rollback to the savepoint
357: --

Line 481: hr_api.validate_language_code(p_language_code => l_language_code);

477: -- instead of p_language_code from now on, to allow an IN OUT parameter to
478: -- be passed through.
479: --
480: l_language_code := p_language_code;
481: hr_api.validate_language_code(p_language_code => l_language_code);
482: */
483: --
484: -- Call Before Process User Hook
485: --

Line 552: when hr_Api.cannot_find_prog_unit then

548:
549: );
550: --
551: exception
552: when hr_Api.cannot_find_prog_unit then
553: hr_Api.cannot_find_prog_unit_error
554: (p_module_name => 'UPDATE_ALLOC_TASK'
555: ,p_hook_type => 'BP'
556: );

Line 553: hr_Api.cannot_find_prog_unit_error

549: );
550: --
551: exception
552: when hr_Api.cannot_find_prog_unit then
553: hr_Api.cannot_find_prog_unit_error
554: (p_module_name => 'UPDATE_ALLOC_TASK'
555: ,p_hook_type => 'BP'
556: );
557: end;

Line 691: when hr_Api.cannot_find_prog_unit then

687: ,p_allocated_task_id => p_allocated_task_id
688: ,p_object_version_number => l_object_version_number);
689:
690: exception
691: when hr_Api.cannot_find_prog_unit then
692: hr_Api.cannot_find_prog_unit_error
693: (p_module_name => 'UPDATE_ALLOC_TASK'
694: ,p_hook_type => 'AP'
695: );

Line 692: hr_Api.cannot_find_prog_unit_error

688: ,p_object_version_number => l_object_version_number);
689:
690: exception
691: when hr_Api.cannot_find_prog_unit then
692: hr_Api.cannot_find_prog_unit_error
693: (p_module_name => 'UPDATE_ALLOC_TASK'
694: ,p_hook_type => 'AP'
695: );
696: end;

Line 701: raise hr_Api.validate_enabled;

697: --
698: -- When in validation only mode raise the Validate_Enabled exception
699: --
700: if p_validate then
701: raise hr_Api.validate_enabled;
702: end if;
703: --
704: -- Set all output arguements
705: --

Line 709: when hr_Api.validate_enabled then

705: --
706: p_object_version_number := l_object_version_number;
707: hr_utility.set_location(' Leaving:'||l_proc, 70);
708: exception
709: when hr_Api.validate_enabled then
710: --
711: -- As the Validate_Enabled exception has been raised
712: -- we must rollback to the savepoint
713: --

Line 762: when hr_Api.cannot_find_prog_unit then

758: (p_allocated_task_id => p_allocated_task_id
759: ,p_object_version_number => p_object_version_number
760: );
761: exception
762: when hr_Api.cannot_find_prog_unit then
763: hr_Api.cannot_find_prog_unit_error
764: (p_module_name => 'DELETE_ALLOC_TASK'
765: ,p_hook_type => 'BP'
766: );

Line 763: hr_Api.cannot_find_prog_unit_error

759: ,p_object_version_number => p_object_version_number
760: );
761: exception
762: when hr_Api.cannot_find_prog_unit then
763: hr_Api.cannot_find_prog_unit_error
764: (p_module_name => 'DELETE_ALLOC_TASK'
765: ,p_hook_type => 'BP'
766: );
767: end;

Line 786: when hr_api.cannot_find_prog_unit then

782: (p_allocated_task_id => p_allocated_task_id
783: ,p_object_version_number => p_object_version_number
784: );
785: exception
786: when hr_api.cannot_find_prog_unit then
787: hr_Api.cannot_find_prog_unit_error
788: (p_module_name => 'DELETE_ALLOC_TASK'
789: ,p_hook_type => 'AP'
790: );

Line 787: hr_Api.cannot_find_prog_unit_error

783: ,p_object_version_number => p_object_version_number
784: );
785: exception
786: when hr_api.cannot_find_prog_unit then
787: hr_Api.cannot_find_prog_unit_error
788: (p_module_name => 'DELETE_ALLOC_TASK'
789: ,p_hook_type => 'AP'
790: );
791: end;

Line 796: raise hr_Api.validate_enabled;

792: --
793: -- When in validation only mode raise the Validate_Enabled exception
794: --
795: if p_validate then
796: raise hr_Api.validate_enabled;
797: end if;
798: --
799: hr_utility.set_location(' Leaving:'||l_proc, 70);
800: exception

Line 801: when hr_Api.validate_enabled then

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