DBA Data[Home] [Help]

APPS.PAY_CA_EOY_RL1_AMEND_ARCH dependencies on PAY_ASSIGNMENT_ACTIONS_S

Line 547: select pay_assignment_actions_s.nextval

543:
544: if lv_report_type in ('RL1', 'CAEOY_RL1_AMEND_PP') then
545:
546: /* Create an assignment action for this person */
547: select pay_assignment_actions_s.nextval
548: into ln_rl1amend_asg_action
549: from dual;
550: hr_utility.trace('New RL1 Amendment Action = ' ||
551: to_char(ln_rl1amend_asg_action));