DBA Data[Home] [Help]

APPS.HXC_APPLICATION_SET_COMP_API dependencies on HR_API

Line 124: when hr_api.cannot_find_prog_unit then

120: ,p_attribute29 => p_attribute29
121: ,p_attribute30 => p_attribute30
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_application_set_comp'
127: ,p_hook_type => 'BP'
128: );

Line 125: hr_api.cannot_find_prog_unit_error

121: ,p_attribute30 => p_attribute30
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_application_set_comp'
127: ,p_hook_type => 'BP'
128: );
129: end;

Line 228: when hr_api.cannot_find_prog_unit then

224: ,p_attribute28 => p_attribute28
225: ,p_attribute29 => p_attribute29
226: ,p_attribute30 => p_attribute30 );
227: exception
228: when hr_api.cannot_find_prog_unit then
229: hr_api.cannot_find_prog_unit_error
230: (p_module_name => 'create_application_set_comp'
231: ,p_hook_type => 'AP'
232: );

Line 229: hr_api.cannot_find_prog_unit_error

225: ,p_attribute29 => p_attribute29
226: ,p_attribute30 => p_attribute30 );
227: exception
228: when hr_api.cannot_find_prog_unit then
229: hr_api.cannot_find_prog_unit_error
230: (p_module_name => 'create_application_set_comp'
231: ,p_hook_type => 'AP'
232: );
233: end;

Line 242: raise hr_api.validate_enabled;

238: --
239: -- When in validation only mode raise the Validate_Enabled exception
240: --
241: if p_validate then
242: raise hr_api.validate_enabled;
243: end if;
244: --
245: if g_debug then
246: hr_utility.set_location(' Leaving:'||l_proc, 70);

Line 256: when hr_api.validate_enabled then

252: p_object_version_number := l_object_version_number;
253: --
254: exception
255: --
256: when hr_api.validate_enabled then
257: --
258: -- As the Validate_Enabled exception has been raised
259: -- we must rollback to the savepoint
260: --

Line 398: when hr_api.cannot_find_prog_unit then

394: ,p_attribute29 => p_attribute29
395: ,p_attribute30 => p_attribute30
396: );
397: exception
398: when hr_api.cannot_find_prog_unit then
399: hr_api.cannot_find_prog_unit_error
400: (p_module_name => 'update_application_set_comp'
401: ,p_hook_type => 'BP'
402: );

Line 399: hr_api.cannot_find_prog_unit_error

395: ,p_attribute30 => p_attribute30
396: );
397: exception
398: when hr_api.cannot_find_prog_unit then
399: hr_api.cannot_find_prog_unit_error
400: (p_module_name => 'update_application_set_comp'
401: ,p_hook_type => 'BP'
402: );
403: end;

Line 497: when hr_api.cannot_find_prog_unit then

493: ,p_attribute29 => p_attribute29
494: ,p_attribute30 => p_attribute30
495: );
496: exception
497: when hr_api.cannot_find_prog_unit then
498: hr_api.cannot_find_prog_unit_error
499: (p_module_name => 'update_application_set_comp'
500: ,p_hook_type => 'AP'
501: );

Line 498: hr_api.cannot_find_prog_unit_error

494: ,p_attribute30 => p_attribute30
495: );
496: exception
497: when hr_api.cannot_find_prog_unit then
498: hr_api.cannot_find_prog_unit_error
499: (p_module_name => 'update_application_set_comp'
500: ,p_hook_type => 'AP'
501: );
502: end;

Line 511: raise hr_api.validate_enabled;

507: --
508: -- When in validation only mode raise the Validate_Enabled exception
509: --
510: if p_validate then
511: raise hr_api.validate_enabled;
512: end if;
513: --
514: if g_debug then
515: hr_utility.set_location(' Leaving:'||l_proc, 60);

Line 524: when hr_api.validate_enabled then

520: p_object_version_number := l_object_version_number;
521: --
522: exception
523: --
524: when hr_api.validate_enabled then
525: --
526: -- As the Validate_Enabled exception has been raised
527: -- we must rollback to the savepoint
528: --

Line 593: when hr_api.cannot_find_prog_unit then

589: (p_application_set_comp_id => p_application_set_comp_id
590: ,p_object_version_number => p_object_version_number
591: );
592: exception
593: when hr_api.cannot_find_prog_unit then
594: hr_api.cannot_find_prog_unit_error
595: (p_module_name => 'delete_application_set_comp_b'
596: ,p_hook_type => 'BP'
597: );

Line 594: hr_api.cannot_find_prog_unit_error

590: ,p_object_version_number => p_object_version_number
591: );
592: exception
593: when hr_api.cannot_find_prog_unit then
594: hr_api.cannot_find_prog_unit_error
595: (p_module_name => 'delete_application_set_comp_b'
596: ,p_hook_type => 'BP'
597: );
598: end;

Line 625: when hr_api.cannot_find_prog_unit then

621: (p_application_set_comp_id => p_application_set_comp_id
622: ,p_object_version_number => p_object_version_number
623: );
624: exception
625: when hr_api.cannot_find_prog_unit then
626: hr_api.cannot_find_prog_unit_error
627: (p_module_name => 'delete_application_set_comp_a'
628: ,p_hook_type => 'AP'
629: );

Line 626: hr_api.cannot_find_prog_unit_error

622: ,p_object_version_number => p_object_version_number
623: );
624: exception
625: when hr_api.cannot_find_prog_unit then
626: hr_api.cannot_find_prog_unit_error
627: (p_module_name => 'delete_application_set_comp_a'
628: ,p_hook_type => 'AP'
629: );
630: end;

Line 635: raise hr_api.validate_enabled;

631: --
632: -- When in validation only mode raise the Validate_Enabled exception
633: --
634: if p_validate then
635: raise hr_api.validate_enabled;
636: end if;
637: --
638: if g_debug then
639: hr_utility.set_location(' Leaving:'||l_proc, 50);

Line 644: when hr_api.validate_enabled then

640: end if;
641: --
642: exception
643: --
644: when hr_api.validate_enabled then
645: --
646: -- As the Validate_Enabled exception has been raised
647: -- we must rollback to the savepoint
648: --