Lists all products and their Installation Status SELECT fat . application_name , fa . application_id , fpi . patch_level , Decode ( fpi . status , 'I' , 'Licensed' , 'N' , 'Not Licensed' , 'S' , 'Shared' , 'Undetermined' ) STATUS FROM fnd_product_installations fpi , ...