DBA Data[Home] [Help]

APPS.PAY_US_W2C_REPORTING_UTILS dependencies on DUAL

Line 935: from dual;

931:
932: /* Create an assignment action for this person */
933: select pay_assignment_actions_s.nextval
934: into ln_w2c_asg_action
935: from dual;
936: hr_utility.set_location(gv_package || '.action_creation', 120);
937: hr_utility.trace('New w2c Action = ' || to_char(ln_w2c_asg_action));
938:
939: /* Insert into pay_assignment_actions. */