DBA Data[Home] [Help]

APPS.PER_TASKS_IN_CHECKLIST_API dependencies on HR_API

Line 163: when hr_api.cannot_find_prog_unit then

159: );
160:
161:
162: exception
163: when hr_api.cannot_find_prog_unit then
164: hr_api.cannot_find_prog_unit_error
165: (p_module_name => 'CREATE_TASK_IN_CKL'
166: ,p_hook_type => 'BP'
167: );

Line 164: hr_api.cannot_find_prog_unit_error

160:
161:
162: exception
163: when hr_api.cannot_find_prog_unit then
164: hr_api.cannot_find_prog_unit_error
165: (p_module_name => 'CREATE_TASK_IN_CKL'
166: ,p_hook_type => 'BP'
167: );
168: end;

Line 315: when hr_api.cannot_find_prog_unit then

311: ,p_some_warning =>
312: );
313: */
314: exception
315: when hr_api.cannot_find_prog_unit then
316: hr_api.cannot_find_prog_unit_error
317: (p_module_name => 'CREATE_TASK_IN_CKL'
318: ,p_hook_type => 'AP'
319: );

Line 316: hr_api.cannot_find_prog_unit_error

312: );
313: */
314: exception
315: when hr_api.cannot_find_prog_unit then
316: hr_api.cannot_find_prog_unit_error
317: (p_module_name => 'CREATE_TASK_IN_CKL'
318: ,p_hook_type => 'AP'
319: );
320: end;

Line 325: raise hr_api.validate_enabled;

321: --
322: -- When in validation only mode raise the Validate_Enabled exception
323: --
324: if p_validate then
325: raise hr_api.validate_enabled;
326: end if;
327: --
328: -- Set all IN OUT and OUT parameters with out values
329: --

Line 337: when hr_api.validate_enabled then

333: --p_some_warning := ;
334: --
335: hr_utility.set_location(' Leaving:'||l_proc, 70);
336: exception
337: when hr_api.validate_enabled then
338: --
339: -- As the Validate_Enabled exception has been raised
340: -- we must rollback to the savepoint
341: --

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

458: -- instead of p_language_code from now on, to allow an IN OUT parameter to
459: -- be passed through.
460: --
461: l_language_code := p_language_code;
462: hr_api.validate_language_code(p_language_code => l_language_code);
463: */
464: --
465: -- Call Before Process User Hook
466: --

Line 530: when hr_Api.cannot_find_prog_unit then

526: ,p_object_version_number => l_object_version_number
527: );
528: --
529: exception
530: when hr_Api.cannot_find_prog_unit then
531: hr_Api.cannot_find_prog_unit_error
532: (p_module_name => 'UPDATE_TASK_IN_CKL'
533: ,p_hook_type => 'BP'
534: );

Line 531: hr_Api.cannot_find_prog_unit_error

527: );
528: --
529: exception
530: when hr_Api.cannot_find_prog_unit then
531: hr_Api.cannot_find_prog_unit_error
532: (p_module_name => 'UPDATE_TASK_IN_CKL'
533: ,p_hook_type => 'BP'
534: );
535: end;

Line 665: when hr_Api.cannot_find_prog_unit then

661: ,p_information19 => p_information19
662: ,p_information20 => p_information20
663: ,p_object_version_number => l_object_version_number);
664: exception
665: when hr_Api.cannot_find_prog_unit then
666: hr_Api.cannot_find_prog_unit_error
667: (p_module_name => 'UPDATE_TASK_IN_CKL'
668: ,p_hook_type => 'AP'
669: );

Line 666: hr_Api.cannot_find_prog_unit_error

662: ,p_information20 => p_information20
663: ,p_object_version_number => l_object_version_number);
664: exception
665: when hr_Api.cannot_find_prog_unit then
666: hr_Api.cannot_find_prog_unit_error
667: (p_module_name => 'UPDATE_TASK_IN_CKL'
668: ,p_hook_type => 'AP'
669: );
670: end;

Line 675: raise hr_Api.validate_enabled;

671: --
672: -- When in validation only mode raise the Validate_Enabled exception
673: --
674: if p_validate then
675: raise hr_Api.validate_enabled;
676: end if;
677: --
678: -- Set all output arguements
679: --

Line 683: when hr_Api.validate_enabled then

679: --
680: p_object_version_number := l_object_version_number;
681: hr_utility.set_location(' Leaving:'||l_proc, 70);
682: exception
683: when hr_Api.validate_enabled then
684: --
685: -- As the Validate_Enabled exception has been raised
686: -- we must rollback to the savepoint
687: --

Line 736: when hr_Api.cannot_find_prog_unit then

732: (p_task_in_checklist_id => p_task_in_checklist_id
733: ,p_object_version_number => p_object_version_number
734: );
735: exception
736: when hr_Api.cannot_find_prog_unit then
737: hr_Api.cannot_find_prog_unit_error
738: (p_module_name => 'DELETE_TASK_IN_CKL'
739: ,p_hook_type => 'BP'
740: );

Line 737: hr_Api.cannot_find_prog_unit_error

733: ,p_object_version_number => p_object_version_number
734: );
735: exception
736: when hr_Api.cannot_find_prog_unit then
737: hr_Api.cannot_find_prog_unit_error
738: (p_module_name => 'DELETE_TASK_IN_CKL'
739: ,p_hook_type => 'BP'
740: );
741: end;

Line 760: when hr_api.cannot_find_prog_unit then

756: (p_task_in_checklist_id => p_task_in_checklist_id
757: ,p_object_version_number => p_object_version_number
758: );
759: exception
760: when hr_api.cannot_find_prog_unit then
761: hr_Api.cannot_find_prog_unit_error
762: (p_module_name => 'DELETE_TASK_IN_CKL'
763: ,p_hook_type => 'AP'
764: );

Line 761: hr_Api.cannot_find_prog_unit_error

757: ,p_object_version_number => p_object_version_number
758: );
759: exception
760: when hr_api.cannot_find_prog_unit then
761: hr_Api.cannot_find_prog_unit_error
762: (p_module_name => 'DELETE_TASK_IN_CKL'
763: ,p_hook_type => 'AP'
764: );
765: end;

Line 770: raise hr_Api.validate_enabled;

766: --
767: -- When in validation only mode raise the Validate_Enabled exception
768: --
769: if p_validate then
770: raise hr_Api.validate_enabled;
771: end if;
772: --
773: hr_utility.set_location(' Leaving:'||l_proc, 70);
774: exception

Line 775: when hr_Api.validate_enabled then

771: end if;
772: --
773: hr_utility.set_location(' Leaving:'||l_proc, 70);
774: exception
775: when hr_Api.validate_enabled then
776: --
777: -- As the Validate_Enabled exception has been raised
778: -- we must rollback to the savepoint
779: --