DBA Data[Home] [Help]

APPS.FA_RESERVE_TRANSFER_PVT dependencies on FA_CACHE_PKG

Line 46: if not fa_cache_pkg.fazccb(X_book => px_asset_hdr_rec.book_type_code,

42: x_asset_deprn_rec_new := p_asset_deprn_rec_old;
43:
44:
45: -- call the category books cache for the accounts
46: if not fa_cache_pkg.fazccb(X_book => px_asset_hdr_rec.book_type_code,
47: X_cat_id => p_asset_cat_rec.category_id
48: ,p_log_level_rec => p_log_level_rec) then
49: raise adj_err;
50: end if;

Line 57: l_adj.period_counter_created := fa_cache_pkg.fazcbc_record.last_period_counter + 1;

53: -- call faxinaj to insert the amounts (flush them too)
54: l_adj.transaction_header_id := px_trans_rec.transaction_header_id;
55: l_adj.asset_id := px_asset_hdr_rec.asset_id;
56: l_adj.book_type_code := px_asset_hdr_rec.book_type_code;
57: l_adj.period_counter_created := fa_cache_pkg.fazcbc_record.last_period_counter + 1;
58: l_adj.period_counter_adjusted := fa_cache_pkg.fazcbc_record.last_period_counter + 1;
59: l_adj.current_units := p_asset_desc_rec.current_units;
60: l_adj.selection_mode := FA_ADJUST_TYPE_PKG.FA_AJ_ACTIVE;
61: l_adj.selection_thid := 0;

Line 58: l_adj.period_counter_adjusted := fa_cache_pkg.fazcbc_record.last_period_counter + 1;

54: l_adj.transaction_header_id := px_trans_rec.transaction_header_id;
55: l_adj.asset_id := px_asset_hdr_rec.asset_id;
56: l_adj.book_type_code := px_asset_hdr_rec.book_type_code;
57: l_adj.period_counter_created := fa_cache_pkg.fazcbc_record.last_period_counter + 1;
58: l_adj.period_counter_adjusted := fa_cache_pkg.fazcbc_record.last_period_counter + 1;
59: l_adj.current_units := p_asset_desc_rec.current_units;
60: l_adj.selection_mode := FA_ADJUST_TYPE_PKG.FA_AJ_ACTIVE;
61: l_adj.selection_thid := 0;
62: l_adj.selection_retid := 0;

Line 78: l_adj.account := fa_cache_pkg.fazccb_record.deprn_reserve_acct;

74:
75: l_adj.source_type_code := 'ADJUSTMENT'; -- ???
76: l_adj.adjustment_type := 'RESERVE';
77: l_adj.adjustment_amount := p_amount;
78: l_adj.account := fa_cache_pkg.fazccb_record.deprn_reserve_acct;
79: l_adj.account_type := 'DEPRN_RESERVE_ACCT';
80: l_adj.mrc_sob_type_code := p_mrc_sob_type_code;
81:
82: