ZCA_MASS_UPD_OBJECT_ATTRS

The ZCA_MASS_UPD_OBJECT_ATTRS table stores the filtering criteria per object of mass update request. The ZCA_MASS_UPD_OBJECT_ATTRS table stores the attribute name, type, values and operator for each object . This information is used by the mass update process to identify the records to be updated.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

ZCA_MASS_UPD_OBJECT_ATTRS_PK

OBJECT_ATTR_ID

Columns

Name Datatype Length Precision Not-null Comments
OBJECT_ATTR_ID NUMBER 18 Yes Unique identifier for the Object Attribute. Primary key.
REQUEST_DETAIL_ID NUMBER 18 Yes Foreign key to REQUEST_DETAIL_ID in ZCA_MASS_UPD_REQ_DETAILS
OBJECT_ATTR_NAME VARCHAR2 100 Name of object attribute.
OBJECT_ATTR_TYPE VARCHAR2 30 Type of object attribute
OBJECT_ATTR_VALUE1 VARCHAR2 100 Value of object attribute
OBJECT_ATTR_VALUE2 VARCHAR2 100 Value of object attribute. This value will be populated only in case of BETWEEN operator.
OBJECT_ATTR_OPERATOR VARCHAR2 100 Object attribute operator
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.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Foreign Keys

Table Foreign Table Foreign Key Column
ZCA_MASS_UPD_OBJECT_ATTRS zca_mass_upd_req_details REQUEST_DETAIL_ID

Indexes

Index Uniqueness Tablespace Columns
ZCA_MASS_UPD_OBJECT_ATTRS_PK Unique Default OBJECT_ATTR_ID