DBA Data[Home] [Help]

APPS.PAY_CA_EOY_RL2_AMEND_ARCH dependencies on PAY_ASSIGNMENT_ACTIONS_S

Line 373: select pay_assignment_actions_s.nextval

369:
370: if lv_report_type in ('RL2', 'CAEOY_RL2_AMEND_PP') then
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));