DBA Data[Home] [Help]

APPS.PAY_CA_EOY_T4_AMEND_ARCH dependencies on DUAL

Line 550: from dual;

546:
547: /* Create an assignment action for this person */
548: select pay_assignment_actions_s.nextval
549: into ln_t4amend_asg_action
550: from dual;
551: hr_utility.trace('New T4 Amendment Action = ' ||
552: to_char(ln_t4amend_asg_action));
553:
554: /* Insert into pay_assignment_actions. */