DBA Data[Home] [Help]

APPS.FA_TERMINAL_GAIN_LOSS_PVT dependencies on FA_CACHE_PKG

Line 64: if NOT fa_cache_pkg.fazcbc(X_book => l_asset_hdr_rec.book_type_code

60: l_asset_hdr_rec.book_type_code := p_book_type_code;
61: l_asset_type_rec.asset_type := 'GROUP';
62:
63: -- call the cache for the primary transaction book
64: if NOT fa_cache_pkg.fazcbc(X_book => l_asset_hdr_rec.book_type_code
65: ,p_log_level_rec => p_log_level_rec) then
66: if (p_log_level_rec.statement_level) then
67: fa_debug_pkg.add(l_db_title, 'ERROR', 'Calling fazcbc',
68: p_log_level_rec => p_log_level_rec);

Line 265: if not fa_cache_pkg.fazccb(l_asset_hdr_rec.book_type_code,

261: OPEN c_get_unit;
262: FETCH c_get_unit INTO l_adj.current_units , l_asset_cat_rec.category_id;
263: CLOSE c_get_unit;
264:
265: if not fa_cache_pkg.fazccb(l_asset_hdr_rec.book_type_code,
266: l_asset_cat_rec.category_id
267: ,p_log_level_rec => p_log_level_rec) then
268: if (p_log_level_rec.statement_level) then
269: fa_debug_pkg.add(l_db_title, 'ERROR', 'Calling fazccb',

Line 276: l_adj.account := fa_cache_pkg.fazccb_record.DEPRN_RESERVE_ACCT;

272:
273: raise tgl_err;
274: end if;
275:
276: l_adj.account := fa_cache_pkg.fazccb_record.DEPRN_RESERVE_ACCT;
277:
278: if (p_log_level_rec.statement_level) then
279: fa_debug_pkg.add(l_db_title, 'CALL', 'FA_INS_ADJUST_PKG.faxinaj for RESERVE',
280: p_log_level_rec => p_log_level_rec);

Line 305: l_adj.account := fa_cache_pkg.fazcbc_record.nbv_retired_gain_acct;

301:
302: if (p_deprn_reserve > 0) then
303: l_adj.debit_credit_flag := 'CR';
304: l_adj.account_type := 'NBV_RETIRED_GAIN_ACCT';
305: l_adj.account := fa_cache_pkg.fazcbc_record.nbv_retired_gain_acct;
306: else
307: l_adj.debit_credit_flag := 'DR';
308: l_adj.account_type := 'NBV_RETIRED_LOSS_ACCT';
309: l_adj.account := fa_cache_pkg.fazcbc_record.nbv_retired_loss_acct;

Line 309: l_adj.account := fa_cache_pkg.fazcbc_record.nbv_retired_loss_acct;

305: l_adj.account := fa_cache_pkg.fazcbc_record.nbv_retired_gain_acct;
306: else
307: l_adj.debit_credit_flag := 'DR';
308: l_adj.account_type := 'NBV_RETIRED_LOSS_ACCT';
309: l_adj.account := fa_cache_pkg.fazcbc_record.nbv_retired_loss_acct;
310: end if;
311:
312: if (p_log_level_rec.statement_level) then
313: fa_debug_pkg.add(l_db_title, 'CALL', 'FA_INS_ADJUST_PKG.faxinaj for NBV GAIN/LOSS',