DBA Data[Home] [Help]

APPS.PAY_CA_EOY_RL2_AMEND_ARCH dependencies on DUAL

Line 533: from dual;

529:
530: /* Create an assignment action for this person */
531: select pay_assignment_actions_s.nextval
532: into ln_rl2amend_asg_action
533: from dual;
534: hr_utility.trace('New RL2 Amendment Action = ' ||
535: to_char(ln_rl2amend_asg_action));
536:
537: /* Insert into pay_assignment_actions. */