DBA Data[Home] [Help]

APPS.PAY_DB_PAY_SETUP dependencies on PAY_PAYROLLS_S

Line 778: select pay_payrolls_s.nextval

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