DBA Data[Home] [Help]

APPS.PAY_NL_TAXOFFICE_FILE dependencies on HR_NONRUN_ASACT

Line 448: hr_nonrun_asact.insact(l_asg_act_id,l_Assignment_ID, p_payroll_action_id,p_chunk,NULL);

444: FROM dual;
445: --
446: -- Create the archive assignment action
447: --
448: hr_nonrun_asact.insact(l_asg_act_id,l_Assignment_ID, p_payroll_action_id,p_chunk,NULL);
449: hr_nonrun_asact.insint(l_asg_act_id,l_locked_aai);
450: end if;
451: end if;
452:

Line 449: hr_nonrun_asact.insint(l_asg_act_id,l_locked_aai);

445: --
446: -- Create the archive assignment action
447: --
448: hr_nonrun_asact.insact(l_asg_act_id,l_Assignment_ID, p_payroll_action_id,p_chunk,NULL);
449: hr_nonrun_asact.insint(l_asg_act_id,l_locked_aai);
450: end if;
451: end if;
452:
453: END LOOP;