457:
458: /* Create an assignment action for this person */
459: select pay_assignment_actions_s.nextval
460: into ln_w2c_asg_action
461: from dual;
462: hr_utility.trace('New w2c Action = ' ||
463: to_char(ln_w2c_asg_action));
464:
465: /* Insert into pay_assignment_actions. */