DBA Data[Home] [Help]

APPS.HR_PROCESS_PERSON_SS dependencies on HR_CONTINGENT_WORKER_API

Line 6444: hr_contingent_worker_api.create_cwk

6440: if (l_sys_person_type = 'CWK') then
6441: l_npw_number := hr_transaction_api.get_varchar2_value
6442: (p_transaction_step_id => p_transaction_step_id
6443: ,p_name => 'P_NPW_NUMBER');
6444: hr_contingent_worker_api.create_cwk
6445: (p_validate => p_validate
6446: ,p_start_date => l_effective_date
6447: ,p_business_group_id => hr_transaction_api.get_number_value
6448: (p_transaction_step_id => p_transaction_step_id

Line 7956: hr_contingent_worker_api.create_cwk

7952: close gc_get_sys_person_type;
7953:
7954: if (l_sys_person_type = 'CWK') then
7955: hr_utility.set_location('l_sys_person_type=CWK'||l_proc,75);
7956: hr_contingent_worker_api.create_cwk
7957: (p_validate => l_validate
7958: ,p_start_date => p_hire_date
7959: ,p_business_group_id => p_business_group_id
7960: ,p_last_name => p_last_name