DBA Data[Home] [Help]

APPS.FA_REVALUATION_PUB dependencies on FA_ASSET_VAL_PVT

Line 112: if not FA_ASSET_VAL_PVT.validate_asset_book

108: raise reval_err;
109: end if;
110:
111: -- verify the asset exist in the book already
112: if not FA_ASSET_VAL_PVT.validate_asset_book
113: (p_transaction_type_code => 'ADJUSTMENT',
114: p_book_type_code => px_asset_hdr_rec.book_type_code,
115: p_asset_id => px_asset_hdr_rec.asset_id,
116: p_calling_fn => l_calling_fn

Line 134: if not FA_ASSET_VAL_PVT.validate_impairment_exists

130: raise reval_err;
131: end if;
132:
133: --Verify if impairment has happened in same period
134: if not FA_ASSET_VAL_PVT.validate_impairment_exists
135: (p_asset_id => px_asset_hdr_rec.asset_id,
136: p_book => px_asset_hdr_rec.book_type_code,
137: p_mrc_sob_type_code => l_reporting_flag,
138: p_set_of_books_id => px_asset_hdr_rec.set_of_books_id,

Line 185: if not FA_ASSET_VAL_PVT.validate_period_of_addition

181: -- also check if this is the period of addition - use absolute mode for revaluations
182: -- do not allow reval on assets in the period of initial addition, but it's ok on the
183: -- asset in same period as capitalization
184:
185: if not FA_ASSET_VAL_PVT.validate_period_of_addition
186: (p_asset_id => px_asset_hdr_rec.asset_id,
187: p_book => px_asset_hdr_rec.book_type_code,
188: p_mode => 'ABSOLUTE',
189: px_period_of_addition => px_asset_hdr_rec.period_of_addition, p_log_level_rec => g_log_level_rec) then

Line 314: if fa_asset_val_pvt.validate_fully_retired

310: end if;
311:
312:
313: -- verify asset is not fully retired ? valid for reval?
314: if fa_asset_val_pvt.validate_fully_retired
315: (p_asset_id => px_asset_hdr_rec.asset_id,
316: p_book => px_asset_hdr_rec.book_type_code, p_log_level_rec => p_log_level_rec) then
317: fa_srvr_msg.add_message
318: (name => 'FA_REC_RETIRED',