DBA Data[Home] [Help]

APPS.GHR_ELT_TO_BEN_PKG dependencies on GHR_PA_REQUESTS_PKG2

Line 561: l_emp_num := ghr_pa_requests_pkg2.get_employee_number

557: l_per_err_cnt := l_per_err_cnt + 1 ;
558: --hr_utility.set_location('Error Occured while processing Person ID',75);
559: get_person_name_ssn(l_current_person_id,l_new_effective_date,l_full_name,l_ssn);
560: --Bug # 9329643
561: l_emp_num := ghr_pa_requests_pkg2.get_employee_number
562: (p_person_id => l_current_person_id,
563: p_effective_date => l_new_effective_date);
564: l_log_text := 'System unable to create Benefits EIT for the Person: '||l_full_name||
565: '; Emp No: '||l_emp_num||'; Error: '||sqlerrm;