OKC_COVERAGE_HEADERS_B

This table stores the coverage header information.

Details

  • Schema: FUSION

  • Object owner: OKC

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

OKC_COVERAGE_HEADERS_B_PK

COVERAGE_HEADER_ID

Columns

Name Datatype Length Precision Not-null Comments
COVERAGE_HEADER_ID NUMBER 18 Yes System generated unique identifier. Primary key column of the table.
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.
COVERAGE_HEADER_GUID VARCHAR2 64 Yes GUID generated code. This column is used for supporting import and export.
START_DATE DATE Yes Start date of the coverage.
END_DATE DATE End date of the coverage.
WARRANTY_YN VARCHAR2 1 Yes Flag to identify whether it is a warranty or service template. Y - Warranty Template N - Service Template
TRANSFER_OPTION VARCHAR2 30 Transfer option code to determine action to be taken for service contract during transfer of item instance in Installed Base.
MATRIX_HEADER_ID NUMBER 18 Dynamic Matrix associated to this template (ZOC_DYN_MATRIX. DYNAMIC_MATRIX_ID). Matrix Id is the parent to the entitlements rules stored in ZOC_DYN_MATRIX_RULES.
DYNAMIC_MATRIX_CLASS_ID NUMBER 18 Yes Dynamic matrix class id.
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.

Indexes

Index Uniqueness Tablespace Columns
OKC_COVERAGE_HEADERS_B_U1 Unique Default COVERAGE_HEADER_ID
OKC_COVERAGE_HEADERS_B_U2 Unique Default COVERAGE_HEADER_GUID