DBA Data[Home] [Help]

APPS.PAY_CA_EOY_RL2_AMEND_REG dependencies on DUAL

Line 523: from dual;

519: hr_utility.trace('Report Type: '||lv_report_type);
520:
521: select pay_assignment_actions_s.nextval
522: into ln_rl2_amend_reg_asg_action
523: from dual;
524:
525: hr_utility.trace('New RL2 Amend Action = ' ||
526: to_char(ln_rl2_amend_reg_asg_action));
527:

Line 628: from dual;

624: /* Create an assignment action for this person */
625:
626: select pay_assignment_actions_s.nextval
627: into ln_rl2_amend_reg_asg_action
628: from dual;
629:
630: hr_utility.trace('New RL2 Amend Action = ' || ln_rl2_amend_reg_asg_action);
631:
632: /* Insert into pay_assignment_actions. */