DBA Data[Home] [Help]

APPS.HR_PROCESS_PERSON_SS dependencies on HR_CONTINGENT_WORKER_API

Line 5884: hr_contingent_worker_api.create_cwk

5880: if (l_sys_person_type = 'CWK') then
5881: l_npw_number := hr_transaction_api.get_varchar2_value
5882: (p_transaction_step_id => p_transaction_step_id
5883: ,p_name => 'P_NPW_NUMBER');
5884: hr_contingent_worker_api.create_cwk
5885: (p_validate => p_validate
5886: ,p_start_date => l_effective_date
5887: ,p_business_group_id => hr_transaction_api.get_number_value
5888: (p_transaction_step_id => p_transaction_step_id

Line 7378: hr_contingent_worker_api.create_cwk

7374: close gc_get_sys_person_type;
7375:
7376: if (l_sys_person_type = 'CWK') then
7377: hr_utility.set_location('l_sys_person_type=CWK'||l_proc,75);
7378: hr_contingent_worker_api.create_cwk
7379: (p_validate => l_validate
7380: ,p_start_date => p_hire_date
7381: ,p_business_group_id => p_business_group_id
7382: ,p_last_name => p_last_name