DBA Data[Home] [Help]

APPS.OTA_CERT_MEMBER_API dependencies on HR_API

Line 124: when hr_api.cannot_find_prog_unit then

120: ,p_attribute19 => p_attribute19
121: ,p_attribute20 => p_attribute20
122: );
123: exception
124: when hr_api.cannot_find_prog_unit then
125: hr_api.cannot_find_prog_unit_error
126: (p_module_name => 'create_certification_member'
127: ,p_hook_type => 'BP'
128: );

Line 125: hr_api.cannot_find_prog_unit_error

121: ,p_attribute20 => p_attribute20
122: );
123: exception
124: when hr_api.cannot_find_prog_unit then
125: hr_api.cannot_find_prog_unit_error
126: (p_module_name => 'create_certification_member'
127: ,p_hook_type => 'BP'
128: );
129: end;

Line 205: when hr_api.cannot_find_prog_unit then

201: ,p_attribute19 => p_attribute19
202: ,p_attribute20 => p_attribute20
203: );
204: exception
205: when hr_api.cannot_find_prog_unit then
206: hr_api.cannot_find_prog_unit_error
207: (p_module_name => 'create_certification_member'
208: ,p_hook_type => 'AP'
209: );

Line 206: hr_api.cannot_find_prog_unit_error

202: ,p_attribute20 => p_attribute20
203: );
204: exception
205: when hr_api.cannot_find_prog_unit then
206: hr_api.cannot_find_prog_unit_error
207: (p_module_name => 'create_certification_member'
208: ,p_hook_type => 'AP'
209: );
210: end;

Line 215: raise hr_api.validate_enabled;

211: --
212: -- When in validation only mode raise the Validate_Enabled exception
213: --
214: if p_validate then
215: raise hr_api.validate_enabled;
216: end if;
217: --
218: -- Set all output arguments
219: --

Line 225: when hr_api.validate_enabled then

221: p_object_version_number := l_object_version_number;
222: --
223: hr_utility.set_location(' Leaving:'||l_proc, 70);
224: exception
225: when hr_api.validate_enabled then
226: --
227: -- As the Validate_Enabled exception has been raised
228: -- we must rollback to the savepoint
229: --

Line 356: when hr_api.cannot_find_prog_unit then

352: ,p_attribute19 => p_attribute19
353: ,p_attribute20 => p_attribute20
354: );
355: exception
356: when hr_api.cannot_find_prog_unit then
357: hr_api.cannot_find_prog_unit_error
358: (p_module_name => 'UPDATE_certification_MEMBER'
359: ,p_hook_type => 'BP'
360: );

Line 357: hr_api.cannot_find_prog_unit_error

353: ,p_attribute20 => p_attribute20
354: );
355: exception
356: when hr_api.cannot_find_prog_unit then
357: hr_api.cannot_find_prog_unit_error
358: (p_module_name => 'UPDATE_certification_MEMBER'
359: ,p_hook_type => 'BP'
360: );
361: end;

Line 435: when hr_api.cannot_find_prog_unit then

431: ,p_attribute19 => p_attribute19
432: ,p_attribute20 => p_attribute20
433: );
434: exception
435: when hr_api.cannot_find_prog_unit then
436: hr_api.cannot_find_prog_unit_error
437: (p_module_name => 'UPDATE_certification_MEMBER'
438: ,p_hook_type => 'AP'
439: );

Line 436: hr_api.cannot_find_prog_unit_error

432: ,p_attribute20 => p_attribute20
433: );
434: exception
435: when hr_api.cannot_find_prog_unit then
436: hr_api.cannot_find_prog_unit_error
437: (p_module_name => 'UPDATE_certification_MEMBER'
438: ,p_hook_type => 'AP'
439: );
440: end;

Line 445: raise hr_api.validate_enabled;

441: --
442: -- When in validation only mode raise the Validate_Enabled exception
443: --
444: if p_validate then
445: raise hr_api.validate_enabled;
446: end if;
447: --
448: -- Set all output arguments
449: --

Line 454: when hr_api.validate_enabled then

450: p_object_version_number := l_object_version_number;
451: --
452: hr_utility.set_location(' Leaving:'||l_proc, 70);
453: exception
454: when hr_api.validate_enabled then
455: --
456: -- As the Validate_Enabled exception has been raised
457: -- we must rollback to the savepoint
458: --

Line 527: when hr_api.cannot_find_prog_unit then

523: (p_certification_member_id => p_certification_member_id
524: ,p_object_version_number => p_object_version_number
525: );
526: exception
527: when hr_api.cannot_find_prog_unit then
528: hr_api.cannot_find_prog_unit_error
529: (p_module_name => 'DELETE_CERTIFICATION_MEMBER'
530: ,p_hook_type => 'BP'
531: );

Line 528: hr_api.cannot_find_prog_unit_error

524: ,p_object_version_number => p_object_version_number
525: );
526: exception
527: when hr_api.cannot_find_prog_unit then
528: hr_api.cannot_find_prog_unit_error
529: (p_module_name => 'DELETE_CERTIFICATION_MEMBER'
530: ,p_hook_type => 'BP'
531: );
532: end;

Line 549: when hr_api.cannot_find_prog_unit then

545: (p_certification_member_id => p_certification_member_id
546: ,p_object_version_number => p_object_version_number
547: );
548: exception
549: when hr_api.cannot_find_prog_unit then
550: hr_api.cannot_find_prog_unit_error
551: (p_module_name => 'DELETE_CERTIFICATION_MEMBER'
552: ,p_hook_type => 'AP'
553: );

Line 550: hr_api.cannot_find_prog_unit_error

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

Line 559: raise hr_api.validate_enabled;

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

Line 567: when hr_api.validate_enabled then

563: --
564: --
565: hr_utility.set_location(' Leaving:'||l_proc, 170);
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: --