DBA Data[Home] [Help]

APPS.HR_CHANGE_START_DATE_API dependencies on HR_API

Line 151: AND NVL(final_process_date,hr_api.g_eot);

147: FROM per_periods_of_service
148: WHERE person_id = p_person_id
149: AND csr_overlap.p_start_date BETWEEN NVL(last_standard_process_date,
150: actual_termination_date)+1
151: AND NVL(final_process_date,hr_api.g_eot);
152: --
153: l_old_start_date_in_range BOOLEAN;
154: l_new_start_date_in_range BOOLEAN;
155: --

Line 2049: hr_api.mandatory_arg_error

2045: hr_utility.set_location('Entering:'|| l_proc, 10);
2046: --
2047: -- Check mandatory parameters have been set
2048: --
2049: hr_api.mandatory_arg_error
2050: (p_api_name => l_proc
2051: ,p_argument => 'person_id'
2052: ,p_argument_value => p_person_id);
2053: --

Line 2054: hr_api.mandatory_arg_error

2050: (p_api_name => l_proc
2051: ,p_argument => 'person_id'
2052: ,p_argument_value => p_person_id);
2053: --
2054: hr_api.mandatory_arg_error
2055: (p_api_name => l_proc
2056: ,p_argument => 'old_start_date'
2057: ,p_argument_value => p_old_start_date );
2058: --

Line 2059: hr_api.mandatory_arg_error

2055: (p_api_name => l_proc
2056: ,p_argument => 'old_start_date'
2057: ,p_argument_value => p_old_start_date );
2058: --
2059: hr_api.mandatory_arg_error
2060: (p_api_name => l_proc
2061: ,p_argument => 'new_start_date'
2062: ,p_argument_value => p_new_start_date);
2063: --

Line 2064: hr_api.mandatory_arg_error

2060: (p_api_name => l_proc
2061: ,p_argument => 'new_start_date'
2062: ,p_argument_value => p_new_start_date);
2063: --
2064: hr_api.mandatory_arg_error
2065: (p_api_name => l_proc
2066: ,p_argument => 'update_type'
2067: ,p_argument_value => p_update_type);
2068: --

Line 2109: when hr_api.cannot_find_prog_unit then

2105: ,p_update_type => p_update_type
2106: ,p_applicant_number => p_applicant_number
2107: );
2108: exception
2109: when hr_api.cannot_find_prog_unit then
2110: hr_api.cannot_find_prog_unit_error
2111: (p_module_name => 'update_start_date'
2112: ,p_hook_type => 'BP'
2113: );

Line 2110: hr_api.cannot_find_prog_unit_error

2106: ,p_applicant_number => p_applicant_number
2107: );
2108: exception
2109: when hr_api.cannot_find_prog_unit then
2110: hr_api.cannot_find_prog_unit_error
2111: (p_module_name => 'update_start_date'
2112: ,p_hook_type => 'BP'
2113: );
2114: end;

Line 2604: when hr_api.cannot_find_prog_unit then

2600: ,p_applicant_number => p_applicant_number
2601: ,p_warn_ee => l_warn_ee
2602: );
2603: exception
2604: when hr_api.cannot_find_prog_unit then
2605: hr_api.cannot_find_prog_unit_error
2606: (p_module_name => 'update_start_date'
2607: ,p_hook_type => 'AP'
2608: );

Line 2605: hr_api.cannot_find_prog_unit_error

2601: ,p_warn_ee => l_warn_ee
2602: );
2603: exception
2604: when hr_api.cannot_find_prog_unit then
2605: hr_api.cannot_find_prog_unit_error
2606: (p_module_name => 'update_start_date'
2607: ,p_hook_type => 'AP'
2608: );
2609: end;

Line 2615: raise hr_api.validate_enabled;

2611: --
2612: -- When in validation only mode raise the Validate_Enabled exception
2613: --
2614: if p_validate then
2615: raise hr_api.validate_enabled;
2616: end if;
2617: --
2618: -- Set all output arguments
2619: --

Line 2624: when hr_api.validate_enabled then

2620: p_warn_ee := l_warn_ee;
2621: --
2622: hr_utility.set_location(' Leaving:'||l_proc, 500);
2623: exception
2624: when hr_api.validate_enabled then
2625: --
2626: -- As the Validate_Enabled exception has been raised
2627: -- we must rollback to the savepoint
2628: --