DBA Data[Home] [Help]

APPS.OTA_CATEGORY_USAGE_API dependencies on HR_API

Line 146: when hr_api.cannot_find_prog_unit then

142: ,p_end_date_active => p_end_date_active
143: ,p_comments => p_comments
144: );
145: exception
146: when hr_api.cannot_find_prog_unit then
147: hr_api.cannot_find_prog_unit_error
148: (p_module_name => 'CREATE_CATEGORY'
149: ,p_hook_type => 'BP'
150: );

Line 147: hr_api.cannot_find_prog_unit_error

143: ,p_comments => p_comments
144: );
145: exception
146: when hr_api.cannot_find_prog_unit then
147: hr_api.cannot_find_prog_unit_error
148: (p_module_name => 'CREATE_CATEGORY'
149: ,p_hook_type => 'BP'
150: );
151: end;

Line 266: when hr_api.cannot_find_prog_unit then

262: ,p_comments => p_comments
263:
264: );
265: exception
266: when hr_api.cannot_find_prog_unit then
267: hr_api.cannot_find_prog_unit_error
268: (p_module_name => 'CREATE_CATEGORY'
269: ,p_hook_type => 'AP'
270: );

Line 267: hr_api.cannot_find_prog_unit_error

263:
264: );
265: exception
266: when hr_api.cannot_find_prog_unit then
267: hr_api.cannot_find_prog_unit_error
268: (p_module_name => 'CREATE_CATEGORY'
269: ,p_hook_type => 'AP'
270: );
271: end;

Line 276: raise hr_api.validate_enabled;

272: --
273: -- When in validation only mode raise the Validate_Enabled exception
274: --
275: if p_validate then
276: raise hr_api.validate_enabled;
277: end if;
278: --
279: -- Set all output arguments
280: --

Line 286: when hr_api.validate_enabled then

282: p_object_version_number := l_object_version_number;
283: --
284: hr_utility.set_location(' Leaving:'||l_proc, 70);
285: exception
286: when hr_api.validate_enabled then
287: --
288: -- As the Validate_Enabled exception has been raised
289: -- we must rollback to the savepoint
290: --

Line 422: when hr_api.cannot_find_prog_unit then

418: ,p_end_date_active => p_end_date_active
419: ,p_comments => p_comments
420: );
421: exception
422: when hr_api.cannot_find_prog_unit then
423: hr_api.cannot_find_prog_unit_error
424: (p_module_name => 'UPDATE_CATEGORY'
425: ,p_hook_type => 'BP'
426: );

Line 423: hr_api.cannot_find_prog_unit_error

419: ,p_comments => p_comments
420: );
421: exception
422: when hr_api.cannot_find_prog_unit then
423: hr_api.cannot_find_prog_unit_error
424: (p_module_name => 'UPDATE_CATEGORY'
425: ,p_hook_type => 'BP'
426: );
427: end;

Line 550: when hr_api.cannot_find_prog_unit then

546: ,p_comments => p_comments
547:
548: );
549: exception
550: when hr_api.cannot_find_prog_unit then
551: hr_api.cannot_find_prog_unit_error
552: (p_module_name => 'UPDATE_CATEGORY'
553: ,p_hook_type => 'AP'
554: );

Line 551: hr_api.cannot_find_prog_unit_error

547:
548: );
549: exception
550: when hr_api.cannot_find_prog_unit then
551: hr_api.cannot_find_prog_unit_error
552: (p_module_name => 'UPDATE_CATEGORY'
553: ,p_hook_type => 'AP'
554: );
555: end;

Line 560: raise hr_api.validate_enabled;

556: --
557: -- When in validation only mode raise the Validate_Enabled exception
558: --
559: if p_validate then
560: raise hr_api.validate_enabled;
561: end if;
562: --
563: -- Set all output arguments
564: --

Line 567: when hr_api.validate_enabled then

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

Line 638: when hr_api.cannot_find_prog_unit then

634: (p_category_usage_id => p_category_usage_id
635: ,p_object_version_number => p_object_version_number
636: );
637: exception
638: when hr_api.cannot_find_prog_unit then
639: hr_api.cannot_find_prog_unit_error
640: (p_module_name => 'DELETE_CATEGORY'
641: ,p_hook_type => 'BP'
642: );

Line 639: hr_api.cannot_find_prog_unit_error

635: ,p_object_version_number => p_object_version_number
636: );
637: exception
638: when hr_api.cannot_find_prog_unit then
639: hr_api.cannot_find_prog_unit_error
640: (p_module_name => 'DELETE_CATEGORY'
641: ,p_hook_type => 'BP'
642: );
643: end;

Line 683: when hr_api.cannot_find_prog_unit then

679: (p_category_usage_id => p_category_usage_id
680: ,p_object_version_number => p_object_version_number
681: );
682: exception
683: when hr_api.cannot_find_prog_unit then
684: hr_api.cannot_find_prog_unit_error
685: (p_module_name => 'DELETE_CATEGORY'
686: ,p_hook_type => 'AP'
687: );

Line 684: hr_api.cannot_find_prog_unit_error

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

Line 693: raise hr_api.validate_enabled;

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

Line 701: when hr_api.validate_enabled then

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