DBA Data[Home] [Help]

APPS.PAY_CA_EOY_RL1_AMEND_ARCH dependencies on PAY_ASSIGNMENT_ACTIONS_S

Line 383: select pay_assignment_actions_s.nextval

379:
380: if lv_report_type in ('RL1', 'CAEOY_RL1_AMEND_PP') then
381:
382: /* Create an assignment action for this person */
383: select pay_assignment_actions_s.nextval
384: into ln_rl1amend_asg_action
385: from dual;
386: hr_utility.trace('New RL1 Amendment Action = ' ||
387: to_char(ln_rl1amend_asg_action));