OKC_COVERAGE_DEFAULTS_INT

Interface table for okc_coverage_defaults.

Details

  • Schema: FUSION

  • Object owner: OKC

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

OKC_COVERAGE_DEFAULTS_INT_PK

BATCH_ID, INTERFACE_ROW_ID

Columns

Name Datatype Length Precision Not-null Comments
BATCH_ID NUMBER 18 Yes Import Batch Id, every batch of data being imported should be assigned a batch id.
COVERAGE_NAME VARCHAR2 150 COVERAGE_NAME
PARTY_NAME VARCHAR2 360 PARTY_NAME
TOKEN1_NAME VARCHAR2 80 Column to identify faulted column data in import
INTERFACE_ROW_ID NUMBER 18 Yes Unique identifier for a record within a batch, source system should populate this.
IMPORT_STATUS_CODE VARCHAR2 30 Status of row in the interface table, source system should leave this as null.
FILE_RECORD_NUM NUMBER 18 Used by import utility to relate the record in interface table to the file row.
ACTION_CODE VARCHAR2 30 Action code.
INTERNAL_ACTION_CODE VARCHAR2 30 Used internally by the bulk import.
FILE_NAME_SYSTASK_ID NUMBER 18 Save the individual sys task id for each input csv file.
INTERNAL_COVERAGE_DEF_OVN NUMBER 9 Used internally by the bulk import program.
PARTY_ID NUMBER 18 Party ID of the default coverage when the level is customer.
COVERAGE_HEADER_ID NUMBER 18 Coverage template ID.
START_DATE DATE Start Date.
END_DATE DATE End Date.
ERROR_CODE VARCHAR2 300 Error 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 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.

Indexes

Index Uniqueness Tablespace Columns
OKC_COVERAGE_DEFAULTS_INT_U1 Unique Default BATCH_ID, INTERFACE_ROW_ID