ACA_PARAMETRIC_SRCH_ATTRS

Store Attributes for Parametric Search for the item and change classes.

Details

  • Schema: FUSION

  • Object owner: ACA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ACA_PARAMETRIC_SRCH_ATTRS_PK

PARAM_ATTRS_ID

Columns

Name Datatype Length Precision Not-null Comments
PARAM_ATTRS_ID NUMBER 18 Yes Primary Key for the table, auto populated from the system key generator
BUSINESS_OBJECT_TYPE VARCHAR2 30 Yes Business Object Type, stores the type for different item and change classes.
BUSINESS_OBJECT_CODE VARCHAR2 800 Yes Business Object Code, stores the category code of the category like ROOT_ICC etc., for different item classes, and change classes
ATTR_GROUP_NAME VARCHAR2 80 Context Code for the attribute that is being selected/populated, this will not be null for operational attributes and eff and dff attributes
ATTRIBUTE_NAME VARCHAR2 90 Yes Name of the attribute to be shown in the search
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.
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.

Indexes

Index Uniqueness Tablespace Columns
ACA_PARAMETRIC_SRCH_ATTRS_U1 Unique Default PARAM_ATTRS_ID
ACA_PARAMETRIC_SRCH_ATTRS_U2 Unique Default BUSINESS_OBJECT_CODE, ATTR_GROUP_NAME, BUSINESS_OBJECT_TYPE, ATTRIBUTE_NAME