POQ_RECENT_ACTIVITIES

POQ_RECENT_ACTIVITIES contains all the recent activities made on 4 transaction objects - initiative, qualification, assessment, questionnaire and the activity of cancelation of a supplier from an initiative.

Details

  • Schema: FUSION

  • Object owner: POQ

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

POQ_RECENT_ACTIVITIES_PK

RECENT_ACTIVITY_ID

Columns

Name Datatype Length Precision Not-null Comments
RECENT_ACTIVITY_ID NUMBER 18 Yes System-generated unique identifier.
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.
POQ_OBJECT_ID NUMBER 18 Yes Unique id of the object specified by the POQ_OBJECT_TYPE column.
POQ_OBJECT_TYPE VARCHAR2 30 Yes Type of POQ object on which the activity took place.
ACTIVITY_TYPE VARCHAR2 50 Yes Type of activity for a particular object.
ACTIVITY_DATE DATE Yes Date of activity at which activity is performed.
ENABLED_FLAG VARCHAR2 1 Yes Y or N flag to indicate that we stop showing the older and irrelevant records.
PERFORMED_BY NUMBER 18 Identifier of the person who has taken this action.
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.

Indexes

Index Uniqueness Tablespace Columns
POQ_RECENT_ACTIVITIES_N1 Non Unique Default POQ_OBJECT_ID, POQ_OBJECT_TYPE
POQ_RECENT_ACTIVITIES_PK Unique Default RECENT_ACTIVITY_ID
POQ_RECENT_ACTIVITIES_U1 Unique Default POQ_OBJECT_ID, ACTIVITY_TYPE, ACTIVITY_DATE