DBA Data[Home] [Help]

APPS.FA_REVALUATION_PUB dependencies on FA_ASSET_VAL_PVT

Line 115: if not FA_ASSET_VAL_PVT.validate_asset_book

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

Line 187: if not FA_ASSET_VAL_PVT.validate_period_of_addition

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

Line 331: if fa_asset_val_pvt.validate_fully_retired

327: end if;
328:
329:
330: -- verify asset is not fully retired ? valid for reval?
331: if fa_asset_val_pvt.validate_fully_retired
332: (p_asset_id => px_asset_hdr_rec.asset_id,
333: p_book => px_asset_hdr_rec.book_type_code,
334: p_log_level_rec => p_log_level_rec) then
335: fa_srvr_msg.add_message