DBA Data[Home] [Help]

APPS.PAY_DBI_STARTUP_PKG dependencies on FF_FUNCTIONS_S

Line 2274: select ff_functions_s.nextval

2270: -- The following function is used to call the PL/SQL function from
2271: -- formula to retrieve data from the User Defined Tables.
2272: --
2273: hr_utility.set_location ('pay_dbi_startup_pkg.create_dbi_startup', 100);
2274: select ff_functions_s.nextval
2275: into l_function_id
2276: from dual;
2277: --
2278: hr_utility.set_location ('pay_dbi_startup_pkg.create_dbi_startup', 101);