OKC_K_CHARGES_STD_INT

Interface table for okc_k_charges

Details

  • Schema: FUSION

  • Object owner: OKC

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

OKC_K_CHARGES_STD_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.
INTERFACE_ROW_ID NUMBER 18 Yes Unique identifier for a record within a batch, source system should populate this.
ERROR_MESSAGE VARCHAR2 3000 ERROR_MESSAGE
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 ODI program.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
FUSION_K_CHARGE_ID NUMBER 18 FUSION_k_charge_ID
MAJOR_VERSION NUMBER 18 Identifies the contract major version.
EXT_SOURCE VARCHAR2 120 User or External key, to enable updates or deletes via bulk import or web services, if fusion primary key is not known.
EXT_KEY VARCHAR2 120 See ext_source
DNZ_CHR_ID NUMBER 18 Contract ID. Denormalized for performance.
CLE_ID NUMBER 18 CLE_ID
LINE_PUID VARCHAR2 120 LINE_PUID
COVERED_ASSET_ID NUMBER 18 COVERED_ASSET_ID
COVERED_ASSET_EXT_SOURCE VARCHAR2 120 COVERED_ASSET_EXT_SOURCE
COVERED_ASSET_EXT_KEY VARCHAR2 120 COVERED_ASSET_EXT_KEY
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.
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.
FILE_NAME_SYSTASK_ID NUMBER 18 Save the individual sys task id for each input csv file
INTERNAL_K_CHARGES_OVN NUMBER 9 Used internally by the bulk import ODI program.
PARENT_PUID VARCHAR2 120 PARENT_PUID
PARENT_ENTITY_EXT_SOURCE VARCHAR2 120 Parent Entity Ext Source for charges
PARENT_ENTITY_EXT_KEY VARCHAR2 120 Parent Entity Ext Key for Charges
PARENT_ENTITY_CODE VARCHAR2 30 Parent Entity Code for charges
CHARGE_DEFINITION_CODE VARCHAR2 30 Charge Definition Code for Charges
CHARGE_DEFINITION VARCHAR2 80 Charge Definition for Charges
INTERNAL_PRICE_PER_UOM_CLASS VARCHAR2 30 internal column used for ODI program
DATA_LANG VARCHAR2 4 Data Lang for Charges
INTERNAL_HEADER_STATUS VARCHAR2 30 Contract header status for internal purpose
PRICE_PERIODICITY_CODE VARCHAR2 30 Price Period Code for Parties
PRICE_PERIODICITY VARCHAR2 80 Price Periodicity for Charges

Indexes

Index Uniqueness Tablespace Columns
OKC_K_CHARGES_STD_INT_N1 Non Unique FUSION_TS_INTERFACE BATCH_ID, INTERNAL_ACTION_CODE, IMPORT_STATUS_CODE
OKC_K_CHARGES_STD_INT_N2 Non Unique FUSION_TS_INTERFACE BATCH_ID, EXT_SOURCE, EXT_KEY
OKC_K_CHARGES_STD_INT_U1 Unique FUSION_TS_INTERFACE BATCH_ID, INTERFACE_ROW_ID