POR_AMX_CUSTOM_ATTRIBUTES

This table contains information about the user defined attributes of type custom.

Details

  • Schema: FUSION

  • Object owner: POR

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

POR_AMX_CUSTOM_ATTR_PK

CUSTOM_ATTRIBUTE_ID

Columns

Name Datatype Length Precision Not-null Comments
CUSTOM_ATTRIBUTE_ID NUMBER 18 Yes Custom Attribute 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
CUSTOM_FUNCTION VARCHAR2 100 Yes Custom Function
CUSTOM_INPUT_ATTRIBUTE1 NUMBER 18 Custom Input for Attribute 1
CUSTOM_INPUT_LITERAL_VALUE1 VARCHAR2 100 Custom Input for Literal Value 1
CUSTOM_INPUT_ATTRIBUTE2 NUMBER 18 Custom Input for Attribute 2
CUSTOM_INPUT_LITERAL_VALUE2 VARCHAR2 100 Custom Input for Literal Value 2
CUSTOM_INPUT_ATTRIBUTE3 NUMBER 18 Custom Input for Attribute 3
CUSTOM_INPUT_LITERAL_VALUE3 VARCHAR2 100 Custom Input for Literal Value 3
CUSTOM_INPUT_ATTRIBUTE4 NUMBER 18 Custom Input for Attribute 4
CUSTOM_INPUT_LITERAL_VALUE4 VARCHAR2 100 Custom Input for Literal Value 4
CUSTOM_INPUT_ATTRIBUTE5 NUMBER 18 Custom Input for Attribute 5
CUSTOM_INPUT_LITERAL_VALUE5 VARCHAR2 100 Custom Input for Literal Value 5
CUSTOM_INPUT_ATTRIBUTE6 NUMBER 18 Custom Input for Attribute 6
CUSTOM_INPUT_LITERAL_VALUE6 VARCHAR2 100 Custom Input for Literal Value 6
CUSTOM_INPUT_ATTRIBUTE7 NUMBER 18 Custom Input for Attribute 7
CUSTOM_INPUT_LITERAL_VALUE7 VARCHAR2 100 Custom Input for Literal Value 7
RULE_DATA_TYPE VARCHAR2 100 Yes Rule Data Type
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_CUSTOM_ATTRIBUTES por_amx_attributes ATTRIBUTE_ID

Indexes

Index Uniqueness Tablespace Columns
POR_AMX_CUSTOM_ATTR_N1 Non Unique Default TASK_ID
POR_AMX_CUSTOM_ATTR_U1 Unique Default CUSTOM_ATTRIBUTE_ID
POR_AMX_CUSTOM_ATTR_U2 Unique Default ATTRIBUTE_ID