DBA Data[Home] [Help]

APPS.FA_TAX_RSV_ADJ_PUB dependencies on FA_ASSET_VAL_PVT

Line 116: if not FA_ASSET_VAL_PVT.validate_asset_book

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

Line 296: if not FA_ASSET_VAL_PVT.validate_period_of_addition

292:
293:
294: -- also check if this is the period of addition - use absolute mode for adjustments
295: -- we will only clear cost outside period of addition
296: if not FA_ASSET_VAL_PVT.validate_period_of_addition
297: (p_asset_id => px_asset_hdr_rec.asset_id,
298: p_book => px_asset_hdr_rec.book_type_code,
299: p_mode => 'ABSOLUTE',
300: px_period_of_addition => px_asset_hdr_rec.period_of_addition,

Line 488: if fa_asset_val_pvt.validate_fully_retired

484: raise tax_rsv_adj_err;
485: end if;
486:
487: -- verify asset is not fully retired
488: if fa_asset_val_pvt.validate_fully_retired
489: (p_asset_id => px_asset_hdr_rec.asset_id,
490: p_book => px_asset_hdr_rec.book_type_code,
491: p_log_level_rec => p_log_level_rec) then
492: fa_srvr_msg.add_message