You are on page 1of 1

Dealer wise Telematics Service Request details

CRQ000000079214
Service Request Closed/Open status Report for Telematics
select distinct T789850."NAME" as c1,
T789850."X_TELE_MEM_ID" as c2,
T789835."CITY" as c3,
T789835."X_INTEGRATION_ID" as c4,
T789840."NAME" as c5,
T789835."NAME" as c6,
T789835."X_SLS_REGION" as c7,
T789835."STATE" as c8,
T1033811."ORDER_NUM" as c9,
T1033688."X_ODOMTR_UOM_CD" as c10,
T1033688."X_SR_CAT_TYPE_CD" as c11,
T1033688."CLOSE_DT" as c12,
T1033688."OPEN_DT" as c13,
T1033688."SR_NUM" as c14,
T1033688."STATUS" as c15,
T789833."ASSET_NUM" as c16,
T789833."FIRST_SALE_DT" as c17,
T789833."LICENSE_NO" as c18
from
"W_PRODUCT_D" T789852 /* W_PRODUCT_D (Product Spares Part) */ ,
"w_order_d" T1033811 /* Job Card (W_ORDER_D) */ ,
"wc_srvreq_external_d" T1033688 /* WC_SRVREQ_EXTERNAL_D(SR) */ ,
"W_PARTY_ORG_D" T789850 /* W_PARTY_ORG_D (Account Dim) */ ,
"W_PARTY_ORG_D" T789840 /* W_PARTY_ORG_D (Party Org D Dim) */ ,
"W_INT_ORG_D" T789835 /* W_INT_ORG_D (Int Org D Dim) */ ,
"W_ASSET_D" T789833 /* W_ASSET_D (Asset Dim) */ ,
"WC_INVOICE_ITEM_F" T1033316 /* WC_INVOICE_ITEM_F(Invoice_TFM) */
where ( T789850."ROW_WID" = T1033316."ACCNT_WID" and T789840."ROW_WID" =
T1033316."DIVN_WID" and T789835."ROW_WID" = T1033316."PR_VIS_ORG_WID" and T789833."ROW_WID"
= T1033316."ASSET_WID" and T789852."ROW_WID" = T1033316."PROD_WID" and
T789852."X_FABRIC_CD" = 'TFM Part' and T1033316."ORDER_WID" = T1033811."ROW_WID" and
T1033316."SR_WID" = T1033688."ROW_WID" and T1033811."ORDER_TYPE" = 'Service Order' and
T1033688."OPEN_DT" between TIMESTAMP '2016-11-01 00:00:00' and TIMESTAMP '2016-11-15
00:00:00' )

You might also like