DBA Data[Home] [Help]

APPS.PAY_CA_EOY_T4_AMEND_REG dependencies on DUAL

Line 583: from dual;

579: hr_utility.trace('Report Type: '||lv_report_type);
580:
581: select pay_assignment_actions_s.nextval
582: into ln_t4amend_reg_asg_action
583: from dual;
584:
585: hr_utility.trace('New T4 Amend Action = ' ||
586: to_char(ln_t4amend_reg_asg_action));
587:

Line 692: from dual;

688: /* Create an assignment action for this person */
689:
690: select pay_assignment_actions_s.nextval
691: into ln_t4amend_reg_asg_action
692: from dual;
693: hr_utility.trace('New T4 Amend Action = ' || ln_t4amend_reg_asg_action);
694:
695: /* Insert into pay_assignment_actions. */
696: hr_nonrun_asact.insact(ln_t4amend_reg_asg_action