ZCA_IMP_OBJECTIVE_SPLITS

This table is the interface table to ZCA_OBJECTIVE_SPLITS for Import.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCA_IMP_OBJECTIVE_SPLITS_PK

BATCH_ID, INTERFACE_ROW_ID

Columns

Name Datatype Length Precision Not-null Comments
INTERFACE_ROW_ID NUMBER 18 Yes An internally generated identifier for interface table. It is part of the primary key.
BATCH_ID NUMBER 18 Yes Externally generated id to mark actual set of imported records
IMPORT_STATUS_CODE VARCHAR2 1 Indicates the import status of the record.
ACTION_CODE VARCHAR2 30 Action code will be used to determine what operation should be done: insert,update,delete
FILE_RECORD_NUM NUMBER 18 File record number
FILE_NAME_SYSTASK_ID NUMBER 18 Indicates import sys task id for multi CSV upload.
INTERNAL_ACTION_CODE VARCHAR2 30 Internal action code
ERROR_MESSAGE VARCHAR2 3000 This is the error or failure text populated while uploading data
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.
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.
CONFLICT_ID NUMBER 18 Yes Disconnected Mobile: this value is used to guarantee the uniqueness of the row when duplicates are created in different databases (i.e. mobile databases or the server).
OBJECTIVE_ID NUMBER 18 Objective Id
OBJECTIVE_NUMBER VARCHAR2 30 Unique identification number for this Objective
OBJECTIVE_SPLIT_ID NUMBER 18 Identifier of the Objective Split record
DISPLAY_OBJECTIVE_NAME VARCHAR2 60 Display name of the Objective
PERIOD_TYPE VARCHAR2 30 Period type of the Objective Split
PERIOD_TYPE_NAME VARCHAR2 30 User entered value for the Period Type of the Objective Split
PERIOD_SET_NAME VARCHAR2 15 Accounting Calendar
PERIOD_NAME VARCHAR2 15 System generated accounting period name
USR_PERIOD_NAME VARCHAR2 15 User entered value of the Period Name for the Objective Split
GEOGRAPHY_ID NUMBER 18 Stores the geography id
GEOGRAPHY_KEY VARCHAR2 4000 Column to hold the Geography Key
DISPLAY_GEOGRAPHY_NAME VARCHAR2 360 Column to hold the display value of the Geography
PRODUCT_GROUP_ID NUMBER 18 Stores the Product Group Id
PRODUCT_GROUP_KEY VARCHAR2 150 Column to hold the Product Group Key
DISPLAY_PRODUCT_GROUP_NAME VARCHAR2 250 Column to hold the display value of the Product Group name
ACCOUNT_ID NUMBER 18 Stores the Account Id
ACCOUNT_KEY VARCHAR2 300 Column to hold the Account Key
DISPLAY_ACCOUNT_NAME VARCHAR2 900 Column to hold the display value of the Account name
TARGET_VALUE NUMBER Column to hold the target value of the objective
ACTUAL_VALUE NUMBER Column to hold the actual value of the objective
LANGUAGE_CODE VARCHAR2 4 Code for the language in which the data is imported

Indexes

Index Uniqueness Tablespace Columns
ZCA_IMP_OBJECTIVE_SPLITS_U1 Unique Default BATCH_ID, INTERFACE_ROW_ID