DBA Data[Home] [Help]

APPS.HR_PROCESS_PERSON_SS dependencies on HR_EMPLOYEE_API

Line 5804: hr_employee_api.re_hire_ex_employee

5800: l_rehire_reason := hr_transaction_api.get_varchar2_value
5801: (p_transaction_step_id => p_transaction_step_id
5802: ,p_name => 'P_REHIRE_REASON');
5803:
5804: hr_employee_api.re_hire_ex_employee
5805: (p_validate => FALSE
5806: ,p_hire_date => l_effective_date
5807: ,p_person_id => l_person_id
5808: ,p_per_object_version_number => l_ovn

Line 6804: hr_employee_api.create_employee(

6800: ,p_assignment_number => l_assignment_number
6801: ,p_name_combination_warning => l_name_combination_warning
6802: );
6803: else
6804: hr_employee_api.create_employee(
6805: p_validate => p_validate
6806: ,p_hire_date => l_effective_date
6807: ,p_business_group_id => hr_transaction_api.get_number_value
6808: (p_transaction_step_id => p_transaction_step_id

Line 8091: hr_employee_api.create_employee

8087: ,p_name_combination_warning => l_name_combination_warning
8088: );
8089: else
8090: hr_utility.set_location('l_sys_person_type!=CWK'||l_proc,80);
8091: hr_employee_api.create_employee
8092: (p_validate => l_validate
8093: --in boolean default false
8094: ,p_hire_date => p_hire_date
8095: ,p_business_group_id => p_business_group_id