DBA Data[Home] [Help]

APPS.FA_RETIREMENT_ADJUSTMENT_PVT dependencies on FA_AMORT_PVT

Line 91: if (not FA_AMORT_PVT.faxama(

87: end if;
88:
89: l_asset_deprn_rec_adj.deprn_reserve := nvl(p_proceeds, 0) - nvl(p_cost_of_removal, 0);
90:
91: if (not FA_AMORT_PVT.faxama(
92: px_trans_rec => px_trans_rec,
93: p_asset_hdr_rec => px_asset_hdr_rec,
94: p_asset_desc_rec => p_asset_desc_rec,
95: p_asset_cat_rec => p_asset_cat_rec,

Line 117: fa_debug_pkg.add('l_calling_fn', 'calling FA_AMORT_PVT.faxama', 'FAILED'

113: x_deprn_rsv => l_deprn_rsv
114: ,p_log_level_rec => p_log_level_rec)) then
115:
116: if (p_log_level_rec.statement_level) then
117: fa_debug_pkg.add('l_calling_fn', 'calling FA_AMORT_PVT.faxama', 'FAILED'
118: ,p_log_level_rec => p_log_level_rec);
119: end if;
120: raise adj_err;
121:

Line 122: end if; -- (not FA_AMORT_PVT.faxama

118: ,p_log_level_rec => p_log_level_rec);
119: end if;
120: raise adj_err;
121:
122: end if; -- (not FA_AMORT_PVT.faxama
123:
124: -- call faxinaj to insert the amounts (flush them too)
125: l_adj.transaction_header_id := px_trans_rec.transaction_header_id;
126: l_adj.asset_id := px_asset_hdr_rec.asset_id;