DBA Data[Home] [Help]

APPS.PAY_DK_STATSR_PKG dependencies on HR_NONRUN_ASACT

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

1363: WHEN OTHERS THEN
1364: NULL ;
1365: END ;
1366: -- Create the archive assignment action
1367: hr_nonrun_asact.insact(l_actid ,csr_rec.asg_id ,p_payroll_action_id ,p_chunk,null);
1368:
1369: OPEN csr_get_le_emp_dflts(l_le_id,l_date_to,l_bg_id) ;
1370: FETCH csr_get_le_emp_dflts INTO rec_get_le_emp_dflts;
1371: IF csr_get_le_emp_dflts%NOTFOUND THEN