SVC_COVERAGES

This table is used for track entitlement coverage data.

Details

  • Schema: FUSION

  • Object owner: SVC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

SVC_COVERAGES_PK

COVERAGE_ID

Columns

Name Datatype Length Precision Not-null Comments
COVERAGE_ID NUMBER 18 Yes Auto-generated number and primary key for this table
CONTRACT_COVERAGE_ID NUMBER 18 Yes Foreign key to coverage template information. references COVERAGE_HEADER_ID in OKC_COVERAGE_HEADERS_B
ENTITLEMENT_RULE_ID NUMBER 18 Yes This is the internal identifier of entitlement rule record in the coverage that got selected based on the matching conditions.
ENTITLEMENT_SOURCE_CD VARCHAR2 255 Yes Indicates internal source codes for entitlement sources like ‘Global Default’, ‘Customer Default’, or ‘Contract’
START_DATE TIMESTAMP This field indicates the time from which entitlement will be active
END_DATE TIMESTAMP This field indicates Time when entitlement will be expired
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
svc_coverage_milestones svc_coverages COVERAGE_ID
svc_sr_milestones svc_coverages COVERAGE_ID

Indexes

Index Uniqueness Tablespace Columns
SVC_COVERAGES_N1 Non Unique Default CONTRACT_COVERAGE_ID
SVC_COVERAGES_N3 Non Unique Default ENTITLEMENT_RULE_ID
SVC_COVERAGES_PK Unique Default COVERAGE_ID