DBA Data[Home] [Help]

APPS.FA_GLOBAL dependencies on FA_CACHE_PKG

Line 18: if not fa_cache_pkg.fazprof then

14:
15: BEGIN
16:
17: -- init the profile
18: if not fa_cache_pkg.fazprof then
19: null;
20: end if;
21:
22: END init;