ZPS_OBJ_ACCESS

Stores details of Object Access to support recents and favourites feature.

Details

  • Schema: FUSION

  • Object owner: ZPS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZPS_OBJ_ACCESS_PK

OBJ_ACCESS_ID

Columns

Name Datatype Length Precision Not-null Comments
OBJ_ACCESS_ID NUMBER 18 Yes Primary key
OBJECT_TYPE VARCHAR2 100 Yes Object Type
OBJECT_ID NUMBER 18 Yes The primary key of the Objext.
OBJECT_NUMBER VARCHAR2 100 Object Number
DATA CLOB The Json representation of the object
CONFIG CLOB Configurations
ACCESS_COUNT NUMBER 9 Yes Number of times object accessed
USER_ID NUMBER 18 Yes User Id
USER_NAME VARCHAR2 256 Yes User name
IS_DELETED VARCHAR2 1 Is the record active
LATITUDE VARCHAR2 128 Latitude of the request orignated
LONGITUDE VARCHAR2 128 Longitude of the request orignated
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
ZPS_OBJ_ACCESS_U1 Unique Default OBJ_ACCESS_ID
ZPS_OBJ_ACCESS_U2 Unique Default OBJECT_ID, OBJECT_TYPE, USER_ID