DBA Data[Home] [Help]

APPS.FA_REVALUATION_PUB dependencies on FA_CACHE_PKG

Line 98: if NOT fa_cache_pkg.fazcbc(X_book => px_asset_hdr_rec.book_type_code,

94: raise reval_err;
95: end if;
96:
97: -- call the cache for the primary transaction book
98: if NOT fa_cache_pkg.fazcbc(X_book => px_asset_hdr_rec.book_type_code,
99: p_log_level_rec => g_log_level_rec) then
100: raise reval_err;
101: end if;
102:

Line 103: px_asset_hdr_rec.set_of_books_id := fa_cache_pkg.fazcbc_record.set_of_books_id;

99: p_log_level_rec => g_log_level_rec) then
100: raise reval_err;
101: end if;
102:
103: px_asset_hdr_rec.set_of_books_id := fa_cache_pkg.fazcbc_record.set_of_books_id;
104:
105: -- verify the book allows revaluation
106: if (nvl(fa_cache_pkg.fazcbc_record.allow_reval_flag, 'NO') = 'NO') then
107: fa_srvr_msg.add_message

Line 106: if (nvl(fa_cache_pkg.fazcbc_record.allow_reval_flag, 'NO') = 'NO') then

102:
103: px_asset_hdr_rec.set_of_books_id := fa_cache_pkg.fazcbc_record.set_of_books_id;
104:
105: -- verify the book allows revaluation
106: if (nvl(fa_cache_pkg.fazcbc_record.allow_reval_flag, 'NO') = 'NO') then
107: fa_srvr_msg.add_message
108: (calling_fn => l_calling_fn,
109: name => 'FA_BOOK_REVAL_NOT_ALLOW'
110: ,p_log_level_rec => g_log_level_rec);

Line 137: if not fa_cache_pkg.fazcsob

133: -- that is not tied to a SOB_ID by getting the value from
134: -- the book struct
135:
136: -- Get the book type code P,R or N
137: if not fa_cache_pkg.fazcsob
138: (X_set_of_books_id => px_asset_hdr_rec.set_of_books_id,
139: X_mrc_sob_type_code => l_reporting_flag,
140: p_log_level_rec => g_log_level_rec) then
141: raise reval_err;

Line 297: l_sob_tbl FA_CACHE_PKG.fazcrsob_sob_tbl_type;

293:
294: l_reporting_flag varchar2(1);
295:
296: l_period_rec FA_API_TYPES.period_rec_type;
297: l_sob_tbl FA_CACHE_PKG.fazcrsob_sob_tbl_type;
298:
299: l_transaction_date date;
300:
301: l_calling_fn varchar2(30) := 'fa_reval_pub.do_all_books';

Line 344: if not FA_CACHE_PKG.fazcrsob

340: end if;
341:
342:
343: -- call the sob cache to get the table of sob_ids
344: if not FA_CACHE_PKG.fazcrsob
345: (x_book_type_code => px_asset_hdr_rec.book_type_code,
346: x_sob_tbl => l_sob_tbl,
347: p_log_level_rec => p_log_level_rec) then
348: raise reval_err;

Line 372: if NOT fa_cache_pkg.fazcbcs(X_book => px_asset_hdr_rec.book_type_code,

368: end if;
369:
370: -- call the cache to set the sob_id used for rounding and other lower
371: -- level code for each book.
372: if NOT fa_cache_pkg.fazcbcs(X_book => px_asset_hdr_rec.book_type_code,
373: p_log_level_rec => p_log_level_rec) then
374: raise reval_err;
375: end if;
376: