SUS_ACT_MEASURES_INT

sus_act_measures_int is an interface table. cvs seed data shall be imported in this table via FBDI.

Details

  • Schema: FUSION

  • Object owner: SUS

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

SUS_ACT_MEASURES_INT_PK

INTERFACE_MEASURE_ID

Columns

Name Datatype Length Precision Not-null Comments
INTERFACE_MEASURE_ID NUMBER 18 Yes Unique identifier for measure interace table
INTERFACE_ACTIVITY_KEY VARCHAR2 100 Yes COLUMN1
INTERFACE_ACTIVITY_ID NUMBER 18 Unique identifier for mapping with activity interface table
ACTIVITY_MEASURE_ID NUMBER 18 Unique identifier for measures
ACTIVITY_ID NUMBER 18 Unique identifier for an activity
MEASURE_TYPE_CODE VARCHAR2 30 MEASURE_TYPE_CODE
MEASURE_TYPE VARCHAR2 80 MEASURE_TYPE
MEASURE NUMBER MEASURE
UOM_CODE VARCHAR2 3 UOM_CODE
UOM VARCHAR2 25 UOM
CURRENCY_CODE VARCHAR2 15 CURRENCY_CODE
CURRENCY VARCHAR2 80 CURRENCY
ACTION VARCHAR2 25 ACTION
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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
PROGRAM_NAME VARCHAR2 30 PROGRAM_NAME
PROGRAM_APP_NAME VARCHAR2 50 PROGRAM_APP_NAME
PROCESS_CODE VARCHAR2 25 PROCESS_CODE
LOAD_REQUEST_ID NUMBER 18 LOAD_REQUEST_ID

Indexes

Index Uniqueness Tablespace Columns
SUS_ACT_MEASURES_INT_N1 Non Unique Default INTERFACE_ACTIVITY_ID
SUS_ACT_MEASURES_INT_N2 Non Unique Default PROCESS_CODE
SUS_ACT_MEASURES_INT_N3 Non Unique Default INTERFACE_ACTIVITY_KEY
SUS_ACT_MEASURES_INT_PK Unique Default INTERFACE_MEASURE_ID