Skip to main content
Skip table of contents

Refurbish

This report shows the details of the devices that were refurbished. Additionally, it includes the details of the source and target devices used in the refurbishment process

Report columns 

Column Name
Source DB field
Description
CASNCOR_DEVICE_STB_LINK.CA_SNCASN (Serial Number) of the STB.
NUIDCOR_DEVICE_STB_LINK.NUID>CASN (Serial Number) of the STB.
Account NumberCOR_ACCOUNT.ACC_NUMAccount Number to which the device belongs.
Link To CASNCOR_DEVICE_STB_LINK.LINK_TO_CA_SNThe CASN of the target device being linked.
Link To NUIDCOR_DEVICE_STB_LINK.LINK_TO_NUIDThe NUID of the target device being linked.
Join DateCOR_DEVICE_STB_LINK.CREATION_DATEDate on which the Device was refurbished.

Input parameters for report generation

Parameter
Type
Description
Lower date threshold of report periodDateTimeStart Date for the report, including the specified value.
Upper threshold of report periodDateTimeEnd Date for the report, including the specified value.
Service Provider IDStringThe report can be generated only for a specific service provider.

Data extraction file

device_stb_refurbish_kettle.ktr

Query

CODE
CREATE OR REPLACE FORCE VIEW "KB_10JUL_O"."COR_DEVICE_STB_REFURB_RPT_V" ("NEW_CA_SN", "NEW_NUID", "OLD_CA_SN", "OLD_NUID", "REFURB_DATE", "SPID")
                       AS
  SELECT LINK.CA_SN    AS NEW_CA_SN,
    LINK.NUID          AS NEW_NUID,
    LINK.LINK_TO_CA_SN AS OLD_CA_SN,
    LINK.LINK_TO_NUID  AS OLD_NUID,
    LINK.CREATION_DATE AS REFURB_DATE,
    LINK.SPID          AS SPID
  FROM COR_DEVICE_STB_LINK LINK
  WHERE LINK.LINK_TYPE='R' ;

BIRT design template file

device-stb-refurbish.rptdesign

Sample report

The following image shows an example of a Refurbish report:

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.