DBA Data[Home] [Help]

APPS.PAY_NL_TAXOFFICE_FILE dependencies on DUAL

Line 444: FROM dual;

440: and Lock the respective Annual tax Statement Archive Assignment Action for the Assignment
441: */
442: SELECT pay_assignment_actions_s.NEXTVAL
443: INTO l_asg_act_id
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);