DBA Data[Home] [Help]

APPS.FA_DEPRN_ROLLBACK_PUB dependencies on FA_ASSET_VAL_PVT

Line 107: if not FA_ASSET_VAL_PVT.validate_asset_book

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