DBA Data[Home] [Help]

APPS.PAY_US_W2C_ARCH dependencies on DUAL

Line 458: from dual;

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