DBA Data[Home] [Help]

APPS.HR_POSITION_REQUIREMENT_API dependencies on HR_API

Line 299: when hr_api.cannot_find_prog_unit then

295: ,p_segment30 => l_segment30
296: ,p_concat_segments => p_concat_segments
297: );
298: exception
299: when hr_api.cannot_find_prog_unit then
300: hr_api.cannot_find_prog_unit_error
301: (p_module_name => 'CREATE_POSITION_REQUIREMENT'
302: ,p_hook_type => 'BP'
303: );

Line 300: hr_api.cannot_find_prog_unit_error

296: ,p_concat_segments => p_concat_segments
297: );
298: exception
299: when hr_api.cannot_find_prog_unit then
300: hr_api.cannot_find_prog_unit_error
301: (p_module_name => 'CREATE_POSITION_REQUIREMENT'
302: ,p_hook_type => 'BP'
303: );
304: --

Line 311: hr_api.mandatory_arg_error

307: end;
308: --
309: -- Get business_group_id using position.
310: --
311: hr_api.mandatory_arg_error
312: (p_api_name => l_proc,
313: p_argument => 'position_id',
314: p_argument_value => p_position_id);
315: --

Line 486: when hr_api.cannot_find_prog_unit then

482: ,p_object_version_number => l_object_version_number
483: ,p_analysis_criteria_id => l_analysis_criteria_id
484: );
485: exception
486: when hr_api.cannot_find_prog_unit then
487: hr_api.cannot_find_prog_unit_error
488: (p_module_name => 'CREATE_POSITION_REQUIREMENT'
489: ,p_hook_type => 'AP'
490: );

Line 487: hr_api.cannot_find_prog_unit_error

483: ,p_analysis_criteria_id => l_analysis_criteria_id
484: );
485: exception
486: when hr_api.cannot_find_prog_unit then
487: hr_api.cannot_find_prog_unit_error
488: (p_module_name => 'CREATE_POSITION_REQUIREMENT'
489: ,p_hook_type => 'AP'
490: );
491: --

Line 499: raise hr_api.validate_enabled;

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

Line 510: when hr_api.validate_enabled then

506: p_analysis_criteria_id := l_analysis_criteria_id;
507: --
508: hr_utility.set_location('Leaving:'||l_proc, 35);
509: exception
510: when hr_api.validate_enabled then
511: --
512: -- As the Validate_Enabled exception has been raised
513: -- we must rollback to the savepoint
514: --