SELECT FIN_YEAR, Invice_Type_Code AS Invoice_Type, Invice_Code AS Invoice_No, veh_code AS Vehicle_No, Dtl_Loading AS Loading_Charges, Dtl_Unloading AS Unloading_Charges, Dtl_Handling AS Handling_Charges, Dtl_Transport AS Trasportation_Charges, Dtl_Wait AS Detention_Charges, Dtl_Toll AS Toll_Charges FROM dbo.rptDailyLogisticMISTally where fin_year = '2011-2012 ' and Invice_Type_Code=2 and Invice_Code = 'PUNE/11-12/2473' and veh_code = 'MH40-6266'