DBA Data[Home] [Help]

APPS.PER_CHECKLISTS_API dependencies on HR_API

Line 155: when hr_api.cannot_find_prog_unit then

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

Line 156: hr_api.cannot_find_prog_unit_error

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

Line 295: when hr_api.cannot_find_prog_unit then

291: ,p_some_warning =>
292: );
293: */
294: exception
295: when hr_api.cannot_find_prog_unit then
296: hr_api.cannot_find_prog_unit_error
297: (p_module_name => 'CREATE_CHECKLIST'
298: ,p_hook_type => 'AP'
299: );

Line 296: hr_api.cannot_find_prog_unit_error

292: );
293: */
294: exception
295: when hr_api.cannot_find_prog_unit then
296: hr_api.cannot_find_prog_unit_error
297: (p_module_name => 'CREATE_CHECKLIST'
298: ,p_hook_type => 'AP'
299: );
300: end;

Line 305: raise hr_api.validate_enabled;

301: --
302: -- When in validation only mode raise the Validate_Enabled exception
303: --
304: if p_validate then
305: raise hr_api.validate_enabled;
306: end if;
307: --
308: -- Set all IN OUT and OUT parameters with out values
309: --

Line 317: when hr_api.validate_enabled then

313: --p_some_warning := ;
314: --
315: hr_utility.set_location(' Leaving:'||l_proc, 70);
316: exception
317: when hr_api.validate_enabled then
318: --
319: -- As the Validate_Enabled exception has been raised
320: -- we must rollback to the savepoint
321: --

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

432: -- instead of p_language_code from now on, to allow an IN OUT parameter to
433: -- be passed through.
434: --
435: l_language_code := p_language_code;
436: hr_api.validate_language_code(p_language_code => l_language_code);
437: */
438: --
439: -- Call Before Process User Hook
440: --

Line 496: when hr_Api.cannot_find_prog_unit then

492: ,p_object_version_number => l_object_version_number
493: );
494: --
495: exception
496: when hr_Api.cannot_find_prog_unit then
497: hr_Api.cannot_find_prog_unit_error
498: (p_module_name => 'UPDATE_CHECKLIST'
499: ,p_hook_type => 'BP'
500: );

Line 497: hr_Api.cannot_find_prog_unit_error

493: );
494: --
495: exception
496: when hr_Api.cannot_find_prog_unit then
497: hr_Api.cannot_find_prog_unit_error
498: (p_module_name => 'UPDATE_CHECKLIST'
499: ,p_hook_type => 'BP'
500: );
501: end;

Line 616: when hr_Api.cannot_find_prog_unit then

612: ,p_information19 => p_information19
613: ,p_information20 => p_information20
614: ,p_object_version_number => l_object_version_number);
615: exception
616: when hr_Api.cannot_find_prog_unit then
617: hr_Api.cannot_find_prog_unit_error
618: (p_module_name => 'UPDATE_CHECKLIST'
619: ,p_hook_type => 'AP'
620: );

Line 617: hr_Api.cannot_find_prog_unit_error

613: ,p_information20 => p_information20
614: ,p_object_version_number => l_object_version_number);
615: exception
616: when hr_Api.cannot_find_prog_unit then
617: hr_Api.cannot_find_prog_unit_error
618: (p_module_name => 'UPDATE_CHECKLIST'
619: ,p_hook_type => 'AP'
620: );
621: end;

Line 626: raise hr_Api.validate_enabled;

622: --
623: -- When in validation only mode raise the Validate_Enabled exception
624: --
625: if p_validate then
626: raise hr_Api.validate_enabled;
627: end if;
628: --
629: -- Set all output arguements
630: --

Line 634: when hr_Api.validate_enabled then

630: --
631: p_object_version_number := l_object_version_number;
632: hr_utility.set_location(' Leaving:'||l_proc, 70);
633: exception
634: when hr_Api.validate_enabled then
635: --
636: -- As the Validate_Enabled exception has been raised
637: -- we must rollback to the savepoint
638: --

Line 687: when hr_Api.cannot_find_prog_unit then

683: (p_checklist_id => p_checklist_id
684: ,p_object_version_number => p_object_version_number
685: );
686: exception
687: when hr_Api.cannot_find_prog_unit then
688: hr_Api.cannot_find_prog_unit_error
689: (p_module_name => 'DELETE_CHECKLIST'
690: ,p_hook_type => 'BP'
691: );

Line 688: hr_Api.cannot_find_prog_unit_error

684: ,p_object_version_number => p_object_version_number
685: );
686: exception
687: when hr_Api.cannot_find_prog_unit then
688: hr_Api.cannot_find_prog_unit_error
689: (p_module_name => 'DELETE_CHECKLIST'
690: ,p_hook_type => 'BP'
691: );
692: end;

Line 711: when hr_api.cannot_find_prog_unit then

707: (p_checklist_id => p_checklist_id
708: ,p_object_version_number => p_object_version_number
709: );
710: exception
711: when hr_api.cannot_find_prog_unit then
712: hr_Api.cannot_find_prog_unit_error
713: (p_module_name => 'DELETE_CHECKLIST'
714: ,p_hook_type => 'AP'
715: );

Line 712: hr_Api.cannot_find_prog_unit_error

708: ,p_object_version_number => p_object_version_number
709: );
710: exception
711: when hr_api.cannot_find_prog_unit then
712: hr_Api.cannot_find_prog_unit_error
713: (p_module_name => 'DELETE_CHECKLIST'
714: ,p_hook_type => 'AP'
715: );
716: end;

Line 721: raise hr_Api.validate_enabled;

717: --
718: -- When in validation only mode raise the Validate_Enabled exception
719: --
720: if p_validate then
721: raise hr_Api.validate_enabled;
722: end if;
723: --
724: hr_utility.set_location(' Leaving:'||l_proc, 70);
725: exception

Line 726: when hr_Api.validate_enabled then

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