DBA Data[Home] [Help]

APPS.PAY_DB_PAY_SETUP dependencies on PAY_PAYROLLS_S

Line 801: select pay_payrolls_s.nextval

797: end if;
798: --
799: -- Select the sequence number for the payroll. This can then be passed back
800: -- via the function for later use.
801: select pay_payrolls_s.nextval
802: into v_payroll_id
803: from sys.dual;
804: --
805: if g_debug then