PSC_LNP_CNTRCTR_LIC_FACT

This table contains license detail pertaining to classification, certification, status, and others.

Details

  • Schema: FUSION

  • Object owner: PSC_PER

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PSC_LNP_CNTRCTR_LIC_FACT_PK

LNP_LICENSE_FACT_KEY

Columns

Name Datatype Length Precision Not-null Comments
LNP_LICENSE_FACT_KEY NUMBER 18 Yes Auto generated number used uniquely to identify the license on the transaction.
LNP_LICENSE_FACT_PUID VARCHAR2 480 Yes PUID for record. Alternate key used by CRM Import.
LNP_RECORD_KEY NUMBER 18 Yes Unique identifier for the related transaction.
LNP_RECORD_ID VARCHAR2 50 Yes Indicates the meaningful transaction identifier.
LNP_LICENSE_KEY NUMBER 18 Yes Indicates unique identifier of the license.
LICENSE_KEY NUMBER 18 Indicates unique identifier of the license.
LNP_LICENSE_PUID VARCHAR2 480 Yes Parent PUID. Alternate key used by CRM Import.
LICENSE_FACT_KEY NUMBER 18 Auto generated number used uniquely to identify the license.
CNTRCTR_LIC_FACT_REC VARCHAR2 30 Identifies the type of fact record for the data.
LIC_FACT_CODE VARCHAR2 30 Identifies the code for this fact data.
LIC_FACT_CODE_VALUE VARCHAR2 500 Identifies the value for this fact data.
LIC_FACT_DATE DATE Identifies the date for this fact data.
INTEGRATION_SOURCE VARCHAR2 30 Identifies third party integration.
INT_LAST_UPD_DT DATE Date last updated by third party's system.
MIGRATED_DATA_FLAG VARCHAR2 3 Indicates In-flight or Historical transaction for data migration.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
LICENSE_SETUP_CODE VARCHAR2 30 Setup code identifying segments usages on the license.
LICENSE_TYPE VARCHAR2 30 Identifies the type of license issued.
LICENSE_NUMBER VARCHAR2 50 Identifies the license number issued by the government.

Foreign Keys

Table Foreign Table Foreign Key Column
PSC_LNP_CNTRCTR_LIC_FACT psc_lnp_cntrctr_lic LNP_LICENSE_KEY
PSC_LNP_CNTRCTR_LIC_FACT psc_lnp_cntrctr_lic LNP_LICENSE_PUID

Indexes

Index Uniqueness Tablespace Columns
PSC_LNP_CNTRCTR_LIC_FACT_N1 Non Unique Default LICENSE_KEY, CNTRCTR_LIC_FACT_REC
PSC_LNP_CNTRCTR_LIC_FACT_N2 Non Unique Default LNP_RECORD_KEY, LICENSE_SETUP_CODE, LICENSE_TYPE, LICENSE_NUMBER, CNTRCTR_LIC_FACT_REC, LIC_FACT_CODE
PSC_LNP_CNTRCTR_LIC_FACT_N3 Non Unique Default LNP_LICENSE_KEY
PSC_LNP_CNTRCTR_LIC_FACT_U1 Unique Default LNP_LICENSE_FACT_KEY
PSC_LNP_CNTRCTR_LIC_FACT_U2 Unique Default LNP_LICENSE_FACT_PUID