DBA Data[Home] [Help]

APPS.FA_TAX_RSV_ADJ_PUB dependencies on FA_ASSET_VAL_PVT

Line 122: if not FA_ASSET_VAL_PVT.validate_asset_book

118: px_asset_hdr_rec.set_of_books_id := fa_cache_pkg.fazcbc_record.set_of_books_id;
119:
120: -- verify the asset exist in the book already
121:
122: if not FA_ASSET_VAL_PVT.validate_asset_book
123: (p_transaction_type_code => 'ADJUSTMENT',
124: p_book_type_code => px_asset_hdr_rec.book_type_code,
125: p_asset_id => px_asset_hdr_rec.asset_id,
126: p_calling_fn => l_calling_fn,

Line 282: if not FA_ASSET_VAL_PVT.validate_period_of_addition

278:
279:
280: -- also check if this is the period of addition - use absolute mode for adjustments
281: -- we will only clear cost outside period of addition
282: if not FA_ASSET_VAL_PVT.validate_period_of_addition
283: (p_asset_id => px_asset_hdr_rec.asset_id,
284: p_book => px_asset_hdr_rec.book_type_code,
285: p_mode => 'ABSOLUTE',
286: px_period_of_addition => px_asset_hdr_rec.period_of_addition,

Line 485: if fa_asset_val_pvt.validate_fully_retired

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