CSE_W_CONTRACTS_INT

The staging entity that is used in the processing of supplier warranty contracts from integrating applications upon instantialtion of the asset.

Details

  • Schema: FUSION

  • Object owner: CSE

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

CSE_W_CONTACTS_INT_PK

INTERFACE_ROW_ID

Columns

Name Datatype Length Precision Not-null Comments
INTERFACE_ROW_ID NUMBER 18 Yes Interface Row Identifier. The primary key column of this table.
INTERFACE_STATUS_CODE VARCHAR2 30 The status of the interface row. The processor heavily relies on this column to persist interim status of the row upon processing data in bulk.
ORGANIZATION_ID NUMBER 18 The organization in which the transaction happened for the item that is eligible for contract coverage.
ITEM_ID NUMBER 18 The item identifier for which the coverage is eligible.
ASSET_ID NUMBER 18 The asset identifier for which the contract coverage is initiated.
SUPPLIER_ID NUMBER 18 The supplier that covers the asset for warranty.
COVERAGE_ID NUMBER 18 The coverage template which gives forth the contract for this asset.
CONTRACT_START_DATE DATE The date when the supplier warranty contract begins.
CSI_TRANSACTION_ID NUMBER 18 The asset tracking transaction associated with the receipt.
PARTITION_NUMBER NUMBER 18 For parallel processing, the internal logic uses this column to stripe the bunch of contract records in to a partition.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP 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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.

Indexes

Index Uniqueness Tablespace Columns
CSE_W_CONTRACTS_INT_U01 Unique Default INTERFACE_ROW_ID