DBA Data[Home] [Help]

APPS.HR_PROCESS_CONTACT_SS dependencies on HR_EMPLOYEE_API

Line 6939: hr_employee_api.create_employee

6935: --
6936: -- Either create a dummy person or temp solution use the p_login_person_id
6937: --
6938: -- l_person_id := p_login_person_id; This is for testing only.
6939: hr_employee_api.create_employee
6940: (p_validate => false --in boolean default false
6941: --,p_hire_date => nvl(p_start_date,trunc(sysdate))
6942: ,p_hire_date => nvl(l_start_date,trunc(sysdate))
6943: ,p_business_group_id => p_business_group_id