DBA Data[Home] [Help]

APPS.HR_PROCESS_CONTACT_SS dependencies on HR_EMPLOYEE_API

Line 7008: hr_employee_api.create_employee

7004: --
7005: -- Either create a dummy person or temp solution use the p_login_person_id
7006: --
7007: -- l_person_id := p_login_person_id; This is for testing only.
7008: hr_employee_api.create_employee
7009: (p_validate => false --in boolean default false
7010: --,p_hire_date => nvl(p_start_date,trunc(sysdate))
7011: ,p_hire_date => nvl(l_start_date,trunc(sysdate))
7012: ,p_business_group_id => p_business_group_id