DBA Data[Home] [Help]

APPS.PAY_CA_EOY_RL2_AMEND_ARCH dependencies on DUAL

Line 375: from dual;

371:
372: /* Create an assignment action for this person */
373: select pay_assignment_actions_s.nextval
374: into ln_rl2amend_asg_action
375: from dual;
376: hr_utility.trace('New RL2 Amendment Action = ' ||
377: to_char(ln_rl2amend_asg_action));
378:
379: /* Insert into pay_assignment_actions. */