DBA Data[Home] [Help]

APPS.PAY_CA_EOY_RL1_AMEND_REG dependencies on DUAL

Line 564: from dual;

560: hr_utility.trace('Report Type: '||lv_report_type);
561:
562: select pay_assignment_actions_s.nextval
563: into ln_rl1_amend_reg_asg_action
564: from dual;
565:
566: hr_utility.trace('New RL1 Amend Action = ' ||
567: to_char(ln_rl1_amend_reg_asg_action));
568:

Line 674: from dual;

670: /* Create an assignment action for this person */
671:
672: select pay_assignment_actions_s.nextval
673: into ln_rl1_amend_reg_asg_action
674: from dual;
675: hr_utility.trace('New RL1 Amend Action = ' || ln_rl1_amend_reg_asg_action);
676:
677: /* Insert into pay_assignment_actions. */
678: hr_nonrun_asact.insact(ln_rl1_amend_reg_asg_action