DBA Data[Home] [Help]

APPS.PQH_ROLES_API dependencies on HR_API

Line 121: when hr_api.cannot_find_prog_unit then

117: ,p_information29 => p_information29
118: ,p_information30 => p_information30
119: );
120: exception
121: when hr_api.cannot_find_prog_unit then
122: hr_api.cannot_find_prog_unit_error
123: (
124: p_module_name => 'create_role'
125: ,p_hook_type => 'BP'

Line 122: hr_api.cannot_find_prog_unit_error

118: ,p_information30 => p_information30
119: );
120: exception
121: when hr_api.cannot_find_prog_unit then
122: hr_api.cannot_find_prog_unit_error
123: (
124: p_module_name => 'create_role'
125: ,p_hook_type => 'BP'
126: );

Line 220: when hr_api.cannot_find_prog_unit then

216: ,p_information29 => p_information29
217: ,p_information30 => p_information30
218: );
219: exception
220: when hr_api.cannot_find_prog_unit then
221: hr_api.cannot_find_prog_unit_error
222: (p_module_name => 'create_role'
223: ,p_hook_type => 'AP'
224: );

Line 221: hr_api.cannot_find_prog_unit_error

217: ,p_information30 => p_information30
218: );
219: exception
220: when hr_api.cannot_find_prog_unit then
221: hr_api.cannot_find_prog_unit_error
222: (p_module_name => 'create_role'
223: ,p_hook_type => 'AP'
224: );
225: --

Line 235: raise hr_api.validate_enabled;

231: --
232: -- When in validation only mode raise the Validate_Enabled exception
233: --
234: if p_validate then
235: raise hr_api.validate_enabled;
236: end if;
237: --
238: -- Set all output arguments
239: --

Line 247: when hr_api.validate_enabled then

243: hr_utility.set_location(' Leaving:'||l_proc, 70);
244: --
245: exception
246: --
247: when hr_api.validate_enabled then
248: --
249: -- As the Validate_Enabled exception has been raised
250: -- we must rollback to the savepoint
251: --

Line 383: when hr_api.cannot_find_prog_unit then

379: ,p_information29 => p_information29
380: ,p_information30 => p_information30
381: );
382: exception
383: when hr_api.cannot_find_prog_unit then
384: hr_api.cannot_find_prog_unit_error
385: (p_module_name => 'update_role'
386: ,p_hook_type => 'BP'
387: );

Line 384: hr_api.cannot_find_prog_unit_error

380: ,p_information30 => p_information30
381: );
382: exception
383: when hr_api.cannot_find_prog_unit then
384: hr_api.cannot_find_prog_unit_error
385: (p_module_name => 'update_role'
386: ,p_hook_type => 'BP'
387: );
388: --

Line 481: when hr_api.cannot_find_prog_unit then

477: ,p_information29 => p_information29
478: ,p_information30 => p_information30
479: );
480: exception
481: when hr_api.cannot_find_prog_unit then
482: hr_api.cannot_find_prog_unit_error
483: (p_module_name => 'update_role'
484: ,p_hook_type => 'AP'
485: );

Line 482: hr_api.cannot_find_prog_unit_error

478: ,p_information30 => p_information30
479: );
480: exception
481: when hr_api.cannot_find_prog_unit then
482: hr_api.cannot_find_prog_unit_error
483: (p_module_name => 'update_role'
484: ,p_hook_type => 'AP'
485: );
486: --

Line 496: raise hr_api.validate_enabled;

492: --
493: -- When in validation only mode raise the Validate_Enabled exception
494: --
495: if p_validate then
496: raise hr_api.validate_enabled;
497: end if;
498: --
499: -- Set all output arguments
500: --

Line 507: when hr_api.validate_enabled then

503: hr_utility.set_location(' Leaving:'||l_proc, 70);
504: --
505: exception
506: --
507: when hr_api.validate_enabled then
508: --
509: -- As the Validate_Enabled exception has been raised
510: -- we must rollback to the savepoint
511: --

Line 571: when hr_api.cannot_find_prog_unit then

567: ,p_object_version_number => p_object_version_number
568: ,p_effective_date => trunc(p_effective_date)
569: );
570: exception
571: when hr_api.cannot_find_prog_unit then
572: hr_api.cannot_find_prog_unit_error
573: (p_module_name => 'delete_role'
574: ,p_hook_type => 'BP'
575: );

Line 572: hr_api.cannot_find_prog_unit_error

568: ,p_effective_date => trunc(p_effective_date)
569: );
570: exception
571: when hr_api.cannot_find_prog_unit then
572: hr_api.cannot_find_prog_unit_error
573: (p_module_name => 'delete_role'
574: ,p_hook_type => 'BP'
575: );
576: --

Line 599: when hr_api.cannot_find_prog_unit then

595: ,p_object_version_number => l_object_version_number
596: ,p_effective_date => trunc(p_effective_date)
597: );
598: exception
599: when hr_api.cannot_find_prog_unit then
600: hr_api.cannot_find_prog_unit_error
601: (p_module_name => 'delete_role'
602: ,p_hook_type => 'AP'
603: );

Line 600: hr_api.cannot_find_prog_unit_error

596: ,p_effective_date => trunc(p_effective_date)
597: );
598: exception
599: when hr_api.cannot_find_prog_unit then
600: hr_api.cannot_find_prog_unit_error
601: (p_module_name => 'delete_role'
602: ,p_hook_type => 'AP'
603: );
604: --

Line 614: raise hr_api.validate_enabled;

610: --
611: -- When in validation only mode raise the Validate_Enabled exception
612: --
613: if p_validate then
614: raise hr_api.validate_enabled;
615: end if;
616: --
617: hr_utility.set_location(' Leaving:'||l_proc, 70);
618: --

Line 621: when hr_api.validate_enabled then

617: hr_utility.set_location(' Leaving:'||l_proc, 70);
618: --
619: exception
620: --
621: when hr_api.validate_enabled then
622: --
623: -- As the Validate_Enabled exception has been raised
624: -- we must rollback to the savepoint
625: --