DBA Data[Home] [Help]

APPS.PER_SEC_PROFILE_ASG_API dependencies on HR_API

Line 289: when hr_api.cannot_find_prog_unit then

285: p_end_date => p_end_date,
286: p_object_version_number => p_object_version_number
287: );
288: exception
289: when hr_api.cannot_find_prog_unit then
290: hr_api.cannot_find_prog_unit_error
291: (p_module_name => 'create_security_profile_asg_b'
292: ,p_hook_type => 'BP'
293: );

Line 290: hr_api.cannot_find_prog_unit_error

286: p_object_version_number => p_object_version_number
287: );
288: exception
289: when hr_api.cannot_find_prog_unit then
290: hr_api.cannot_find_prog_unit_error
291: (p_module_name => 'create_security_profile_asg_b'
292: ,p_hook_type => 'BP'
293: );
294: end; */

Line 342: when hr_api.cannot_find_prog_unit then

338: p_end_date => p_end_date,
339: p_object_version_number => p_object_version_number
340: );
341: exception
342: when hr_api.cannot_find_prog_unit then
343: hr_api.cannot_find_prog_unit_error
344: (p_module_name => 'create_security_profile_asg_a'
345: ,p_hook_type => 'AP'
346: );

Line 343: hr_api.cannot_find_prog_unit_error

339: p_object_version_number => p_object_version_number
340: );
341: exception
342: when hr_api.cannot_find_prog_unit then
343: hr_api.cannot_find_prog_unit_error
344: (p_module_name => 'create_security_profile_asg_a'
345: ,p_hook_type => 'AP'
346: );
347: end; */

Line 352: raise hr_api.validate_enabled;

348: --
349: -- When in validation only mode raise the Validate_Enabled exception
350: --
351: if p_validate then
352: raise hr_api.validate_enabled;
353: end if;
354: --
355: -- Set all IN OUT and OUT parameters with out values
356: --

Line 362: when hr_api.validate_enabled then

358: p_sec_profile_assignment_id := l_sec_profile_assignment_id;
359: --
360: hr_utility.set_location(' Leaving:'||l_proc, 70);
361: exception
362: when hr_api.validate_enabled then
363: --
364: -- As the Validate_Enabled exception has been raised
365: -- we must rollback to the savepoint
366: --

Line 433: when hr_api.cannot_find_prog_unit then

429: p_end_date => p_end_date,
430: p_object_version_number => p_object_version_number
431: );
432: exception
433: when hr_api.cannot_find_prog_unit then
434: hr_api.cannot_find_prog_unit_error
435: (p_module_name => 'update_security_profile_asg_b'
436: ,p_hook_type => 'BP'
437: );

Line 434: hr_api.cannot_find_prog_unit_error

430: p_object_version_number => p_object_version_number
431: );
432: exception
433: when hr_api.cannot_find_prog_unit then
434: hr_api.cannot_find_prog_unit_error
435: (p_module_name => 'update_security_profile_asg_b'
436: ,p_hook_type => 'BP'
437: );
438: end;*/

Line 473: when hr_api.cannot_find_prog_unit then

469: p_end_date => p_end_date,
470: p_object_version_number => p_object_version_number
471: );
472: exception
473: when hr_api.cannot_find_prog_unit then
474: hr_api.cannot_find_prog_unit_error
475: (p_module_name => 'update_security_profile_asg_a'
476: ,p_hook_type => 'AP'
477: );

Line 474: hr_api.cannot_find_prog_unit_error

470: p_object_version_number => p_object_version_number
471: );
472: exception
473: when hr_api.cannot_find_prog_unit then
474: hr_api.cannot_find_prog_unit_error
475: (p_module_name => 'update_security_profile_asg_a'
476: ,p_hook_type => 'AP'
477: );
478: end; */

Line 483: raise hr_api.validate_enabled;

479: --
480: -- When in validation only mode raise the Validate_Enabled exception
481: --
482: if p_validate then
483: raise hr_api.validate_enabled;
484: end if;
485: --
486: -- Set all IN OUT and OUT parameters with out values
487: --

Line 492: when hr_api.validate_enabled then

488: p_object_version_number := l_object_version_number;
489: --
490: hr_utility.set_location(' Leaving:'||l_proc, 70);
491: exception
492: when hr_api.validate_enabled then
493: --
494: -- As the Validate_Enabled exception has been raised
495: -- we must rollback to the savepoint
496: --