DBA Data[Home] [Help]

APPS.PSP_LABOR_DIST dependencies on PAY_ASSIGNMENT_ACTIONS_S

Line 8807: select pay_assignment_actions_s.nextval into l_asgactid from dual;

8803: close get_assignments;
8804: for i in 1..t_asg_array.count
8805: loop
8806: --#fnd_file.put_line(fnd_file.log,'########asg_action_code#######PACTID, asg_id='||p_pactid||','|| t_asg_array(i));
8807: select pay_assignment_actions_s.nextval into l_asgactid from dual;
8808:
8809: hr_nonrun_asact.insact( l_asgactid ,
8810: pactid => p_pactid,
8811: chunk => p_chunk_num,