POR_AMX_AGGREGATE_ATTRIBUTES

POR_AMX_AGGREGATE_ATTRIBUTES stores information about the user defined attributes of summation/aggregation type.

Details

  • Schema: FUSION

  • Object owner: POR

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

POR_AMX_AGGREGATE_ATTR_PK

AGGR_ATTRIBUTE_ID

Columns

Name Datatype Length Precision Not-null Comments
AGGR_ATTRIBUTE_ID NUMBER 18 Yes Aggregate unique identifier
TASK_ID NUMBER 18 Yes Task Unique Identifier
ATTRIBUTE_ID NUMBER 18 Yes Attribute Unique Identifier
ATTRIBUTE_USER_NAME VARCHAR2 100 Yes Attribute User Name
AGGR_BASE_ATTRIBUTE_ID NUMBER 18 Yes Aggregate Base Attribute unique identifier
AGGR_CRITERIA_ATTRIBUTE1 NUMBER 18 Aggregate Criteria for Attribute 1
AGGR_CRITERIA_ROLLUP1 VARCHAR2 30 Aggregate Criteria for RollUp 1
AGGR_CRITERIA_VALUE1 VARCHAR2 100 Aggregate Criteria for Value 1
AGGR_CRITERIA_ATTRIBUTE2 NUMBER 18 Aggregate Criteria for Attribute 2
AGGR_CRITERIA_ROLLUP2 VARCHAR2 30 Aggregate Criteria for Rollup 2
AGGR_CRITERIA_VALUE2 VARCHAR2 100 Aggregate Criteria for Value 2
AGGR_CRITERIA_ATTRIBUTE3 NUMBER 18 Aggregate Criteria for Attribute 3
AGGR_CRITERIA_ROLLUP3 VARCHAR2 30 Aggregate Criteria for Rollup 3
AGGR_CRITERIA_VALUE3 VARCHAR2 100 Aggregate Criteria for Value 3
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.

Foreign Keys

Table Foreign Table Foreign Key Column
POR_AMX_AGGREGATE_ATTRIBUTES por_amx_attributes ATTRIBUTE_ID

Indexes

Index Uniqueness Tablespace Columns
POR_AMX_AGGREGATE_ATTR_N1 Non Unique Default TASK_ID
POR_AMX_AGGREGATE_ATTR_U1 Unique Default AGGR_ATTRIBUTE_ID
POR_AMX_AGGREGATE_ATTR_U2 Unique Default ATTRIBUTE_ID