DBA Data[Home] [Help]

APPS.PAY_MAG_UTILS dependencies on DUAL

Line 543: from sys.dual;

539: hr_utility.set_location('pay_mag_utils.create_payroll_action',1);
540: --
541: select pay_payroll_actions_s.nextval
542: into l_payroll_action_id
543: from sys.dual;
544: --
545: -- Create a payroll action dated as of the end of the period being reported
546: -- on. Populate the legislative parameter to identify the report being run.
547: --