DBA Data[Home] [Help]

APPS.FA_XLA_EXTRACT_UTIL_PKG dependencies on FA_CACHE_PKG

Line 79: if not fa_cache_pkg.fazcbc (t_book_type_code(i)) then

75: for i in 1..t_book_type_code.count loop
76:
77: if (t_book_type_code(i) <> l_last_book_used or
78: i = 1) then
79: if not fa_cache_pkg.fazcbc (t_book_type_code(i)) then
80: null;
81: end if;
82:
83: if (nvl(fa_cache_pkg.fazcbc_record.mc_source_flag, 'N') = 'Y') then

Line 83: if (nvl(fa_cache_pkg.fazcbc_record.mc_source_flag, 'N') = 'Y') then

79: if not fa_cache_pkg.fazcbc (t_book_type_code(i)) then
80: null;
81: end if;
82:
83: if (nvl(fa_cache_pkg.fazcbc_record.mc_source_flag, 'N') = 'Y') then
84: G_alc_enabled := true;
85: end if;
86:
87: l_last_book_used := t_book_type_code(i);