DBA Data[Home] [Help]

APPS.PAY_CA_EOY_RL1_AMEND_ARCH dependencies on DUAL

Line 549: from dual;

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