DBA Data[Home] [Help]

APPS.HR_JOB_REQUIREMENT_API dependencies on HR_API

Line 178: hr_api.mandatory_arg_error

174: savepoint create_job_requirement;
175: --
176: -- Get business_group_id using position or job.
177: --
178: hr_api.mandatory_arg_error
179: (p_api_name => l_proc,
180: p_argument => 'job_id',
181: p_argument_value => p_job_id);
182: --

Line 321: when hr_api.cannot_find_prog_unit then

317: ,p_segment30 => l_segment30
318: ,p_concat_segments => p_concat_segments
319: );
320: exception
321: when hr_api.cannot_find_prog_unit then
322: hr_api.cannot_find_prog_unit_error
323: (p_module_name => 'CREATE_JOB_REQUIREMENT'
324: ,p_hook_type => 'BP'
325: );

Line 322: hr_api.cannot_find_prog_unit_error

318: ,p_concat_segments => p_concat_segments
319: );
320: exception
321: when hr_api.cannot_find_prog_unit then
322: hr_api.cannot_find_prog_unit_error
323: (p_module_name => 'CREATE_JOB_REQUIREMENT'
324: ,p_hook_type => 'BP'
325: );
326: --

Line 484: when hr_api.cannot_find_prog_unit then

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

Line 485: hr_api.cannot_find_prog_unit_error

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

Line 497: raise hr_api.validate_enabled;

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

Line 508: when hr_api.validate_enabled then

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