DBA Data[Home] [Help]

APPS.FA_XLA_EXTRACT_UTIL_PKG dependencies on FA_CACHE_PKG

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

80: for i in 1..t_book_type_code.count loop
81:
82: if (t_book_type_code(i) <> l_last_book_used or
83: i = 1) then
84: if not fa_cache_pkg.fazcbc (t_book_type_code(i)) then
85: null;
86: end if;
87:
88: if (nvl(fa_cache_pkg.fazcbc_record.mc_source_flag, 'N') = 'Y') then

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

84: if not fa_cache_pkg.fazcbc (t_book_type_code(i)) then
85: null;
86: end if;
87:
88: if (nvl(fa_cache_pkg.fazcbc_record.mc_source_flag, 'N') = 'Y') then
89: G_alc_enabled := true;
90: end if;
91:
92: if (nvl(fa_cache_pkg.fazcbc_record.allow_group_deprn_flag, 'N') = 'Y') then

Line 92: if (nvl(fa_cache_pkg.fazcbc_record.allow_group_deprn_flag, 'N') = 'Y') then

88: if (nvl(fa_cache_pkg.fazcbc_record.mc_source_flag, 'N') = 'Y') then
89: G_alc_enabled := true;
90: end if;
91:
92: if (nvl(fa_cache_pkg.fazcbc_record.allow_group_deprn_flag, 'N') = 'Y') then
93: G_group_enabled := true;
94: end if;
95:
96: if (nvl(fa_cache_pkg.fazcbc_record.sorp_enabled_flag, 'N') = 'Y') then

Line 96: if (nvl(fa_cache_pkg.fazcbc_record.sorp_enabled_flag, 'N') = 'Y') then

92: if (nvl(fa_cache_pkg.fazcbc_record.allow_group_deprn_flag, 'N') = 'Y') then
93: G_group_enabled := true;
94: end if;
95:
96: if (nvl(fa_cache_pkg.fazcbc_record.sorp_enabled_flag, 'N') = 'Y') then
97: G_sorp_enabled := true;
98: end if;
99:
100: -- Secondary Changes start

Line 101: if (fa_cache_pkg.fazcbc_record.book_class = 'TAX') then

97: G_sorp_enabled := true;
98: end if;
99:
100: -- Secondary Changes start
101: if (fa_cache_pkg.fazcbc_record.book_class = 'TAX') then
102:
103: -- call cache for corp
104: if not fa_cache_pkg.fazcbc (fa_cache_pkg.fazcbc_record.distribution_source_book) then
105: null;

Line 104: if not fa_cache_pkg.fazcbc (fa_cache_pkg.fazcbc_record.distribution_source_book) then

100: -- Secondary Changes start
101: if (fa_cache_pkg.fazcbc_record.book_class = 'TAX') then
102:
103: -- call cache for corp
104: if not fa_cache_pkg.fazcbc (fa_cache_pkg.fazcbc_record.distribution_source_book) then
105: null;
106: end if;
107:
108: l_corp_book_rec := fa_cache_pkg.fazcbc_record;

Line 108: l_corp_book_rec := fa_cache_pkg.fazcbc_record;

104: if not fa_cache_pkg.fazcbc (fa_cache_pkg.fazcbc_record.distribution_source_book) then
105: null;
106: end if;
107:
108: l_corp_book_rec := fa_cache_pkg.fazcbc_record;
109:
110: -- reset cache to tax
111: if not fa_cache_pkg.fazcbc (t_book_type_code(i)) then
112: null;

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

107:
108: l_corp_book_rec := fa_cache_pkg.fazcbc_record;
109:
110: -- reset cache to tax
111: if not fa_cache_pkg.fazcbc (t_book_type_code(i)) then
112: null;
113: end if;
114: if (fa_cache_pkg.fazcbc_record.set_of_books_id = l_corp_book_rec.set_of_books_id) then
115:

Line 114: if (fa_cache_pkg.fazcbc_record.set_of_books_id = l_corp_book_rec.set_of_books_id) then

110: -- reset cache to tax
111: if not fa_cache_pkg.fazcbc (t_book_type_code(i)) then
112: null;
113: end if;
114: if (fa_cache_pkg.fazcbc_record.set_of_books_id = l_corp_book_rec.set_of_books_id) then
115:
116: l_special_secondary_count := 0;
117:
118: begin