DBA Data[Home] [Help]

APPS.FA_DEPRN_ROLLBACK_PUB dependencies on FA_ASSET_VAL_PVT

Line 105: if not FA_ASSET_VAL_PVT.validate_asset_book

101: end if;
102:
103: -- Bug:5475024
104: -- verify the asset exist in the book already
105: if not FA_ASSET_VAL_PVT.validate_asset_book
106: (p_transaction_type_code => 'DEPRECIATION',
107: p_book_type_code => px_asset_hdr_rec.book_type_code,
108: p_asset_id => px_asset_hdr_rec.asset_id,
109: p_calling_fn => l_calling_fn,