DBA Data[Home] [Help]

APPS.PAY_CA_EOY_RL2_AMEND_ARCH dependencies on PAY_ASSIGNMENT_ACTIONS_S

Line 531: select pay_assignment_actions_s.nextval

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