DBA Data[Home] [Help]

APPS.PAY_FR_DB_PAY_SETUP dependencies on PAY_PAYROLLS_S

Line 776: select pay_payrolls_s.nextval

772: end if;
773: --
774: -- Select the sequence number for the payroll. This can then be passed back
775: -- via the function for later use.
776: select pay_payrolls_s.nextval
777: into v_payroll_id
778: from sys.dual;
779: --
780: if g_debug then