Query to extract Fixed Asset Details


SELECT 
 FB.BOOK_TYPE_CODE,
 FAB.ASSET_ID,
 FAB.ASSET_NUMBER,
 FAB.ASSET_TYPE,
 FAB.IN_USE_FLAG,
 FB.DATE_PLACED_IN_SERVICE,
 FB.COST,
 FB.DEPRECIATE_FLAG
 
FROM FA_ADDITIONS_B FAB , fa_books fb
WHERE 1=1
AND FB.asset_id = fab.asset_id 

Comments |0|

Legend *) Required fields are marked
**) You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>