DBA Data[Home] [Help]

APPS.PAY_CA_EOY_T4_AMEND_ARCH dependencies on DUAL

Line 397: from dual;

393:
394: /* Create an assignment action for this person */
395: select pay_assignment_actions_s.nextval
396: into ln_t4amend_asg_action
397: from dual;
398: hr_utility.trace('New T4 Amendment Action = ' ||
399: to_char(ln_t4amend_asg_action));
400:
401: /* Insert into pay_assignment_actions. */