OKC_STI_SERVICE_LINES_H_INT

Contracts Service Transaction Service Lines Interface table

Details

  • Schema: FUSION

  • Object owner: OKC

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

OKC_STI_SERVICE_LINES_H_INT_PK

ID

Columns

Name Datatype Length Precision Not-null Comments
ID NUMBER 18 Yes Id
TXN_ID NUMBER 18 Transaction Id
TAL_ID NUMBER 18 TAL Id
TXN_STATUS_CODE VARCHAR2 30 Transaction Status Code
TXN_ACTION_CODE VARCHAR2 30 Transaction Action Code
SERVICE_INV_ITEM_ID NUMBER 18 Service Inventory Item Id
SERVICE_INV_ITEM_ORG_ID NUMBER 18 Service Inventory Item Organization Id
SERVICE_DURATION NUMBER Service Duration
SERVICE_DURATION_UOM_CODE VARCHAR2 10 Service Duration UOM Code
SERVICE_START_DELAY_DAYS NUMBER Service Start Day In Days
SERVICE_START_DATE DATE Service Start Date
SERVICE_END_DATE DATE Service End Date
SERVICE_DURATION_TYPE_CODE VARCHAR2 30 Service Duration Type Code
SERVICE_START_TYPE_CODE VARCHAR2 30 Service Start Type Code
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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
PROGRAM_NAME VARCHAR2 30 Program Name
PROGRAM_APP_NAME VARCHAR2 50 Program Application Name
COVERAGE_SCHEDULE_ID NUMBER 18 Coverage schedule Id

Indexes

Index Uniqueness Tablespace Columns
OKC_STI_SERVICE_LINES_H_INT_N1 Non Unique FUSION_TS_INTERFACE TXN_ID
OKC_STI_SERVICE_LINES_H_INT_U1 Unique FUSION_TS_INTERFACE ID