DBA Data[Home] [Help]

APPS.FA_RETIREMENT_ADJUSTMENT_PVT dependencies on FA_AMORT_PVT

Line 90: if (not FA_AMORT_PVT.faxama(

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

Line 116: fa_debug_pkg.add('l_calling_fn', 'calling FA_AMORT_PVT.faxama', 'FAILED', p_log_level_rec => p_log_level_rec);

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

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

116: fa_debug_pkg.add('l_calling_fn', 'calling FA_AMORT_PVT.faxama', 'FAILED', p_log_level_rec => p_log_level_rec);
117: end if;
118: raise adj_err;
119:
120: end if; -- (not FA_AMORT_PVT.faxama
121:
122: -- call faxinaj to insert the amounts (flush them too)
123: l_adj.transaction_header_id := px_trans_rec.transaction_header_id;
124: l_adj.asset_id := px_asset_hdr_rec.asset_id;