DBA Data[Home] [Help]

APPS.PAY_US_W2C_REPORTING_UTILS dependencies on DUAL

Line 924: from dual;

920:
921: /* Create an assignment action for this person */
922: select pay_assignment_actions_s.nextval
923: into ln_w2c_asg_action
924: from dual;
925: hr_utility.set_location(gv_package || '.action_creation', 120);
926: hr_utility.trace('New w2c Action = ' || to_char(ln_w2c_asg_action));
927:
928: /* Insert into pay_assignment_actions. */