DBA Data[Home] [Help]

APPS.PAY_DK_STATSR_PKG dependencies on HR_NONRUN_ASACT

Line 1005: hr_nonrun_asact.insact(l_actid ,csr_rec.asg_id ,p_payroll_action_id ,p_chunk,null);

1001: WHEN OTHERS THEN
1002: NULL ;
1003: END ;
1004: -- Create the archive assignment action
1005: hr_nonrun_asact.insact(l_actid ,csr_rec.asg_id ,p_payroll_action_id ,p_chunk,null);
1006:
1007: OPEN csr_get_le_emp_dflts(l_le_id,l_date_to,l_bg_id) ;
1008: FETCH csr_get_le_emp_dflts INTO rec_get_le_emp_dflts;
1009: IF csr_get_le_emp_dflts%NOTFOUND THEN