PJS_USER_PERSISTED_MEASURES

This table contains List of measures configured in review performance page by a user. It will be used to persist the columns selected in PO page .

Details

  • Schema: FUSION

  • Object owner: PJS

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

PJS_USER_PERSISTED_MEASURES_PK

USER_GUID, MEASURE_CODE

Columns

Name Datatype Length Precision Not-null Comments
USER_GUID VARCHAR2 64 Yes USER GUID
MEASURE_CODE VARCHAR2 240 Yes MEASURE CODE
STATIC_MEASURE_FLAG VARCHAR2 1 STATIC MEASURE FLAG is 'Y' if measure is of type STATIC and vice versa
STATIC_MEASURE_TYPE VARCHAR2 30 Static measure type - 'TASK' for Task structure static columns, 'RESOURCE' for Resource structure static columns, null for dynamic measures in both task and Resource structure
DISPLAY_SEQUENCE NUMBER Display Sequence
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE_CHAR1 VARCHAR2 30 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR2 VARCHAR2 30 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR3 VARCHAR2 30 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR4 VARCHAR2 30 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR5 VARCHAR2 30 Descriptive Flexfield: segment of the user descriptive flexfield.
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.

Indexes

Index Uniqueness Tablespace Columns
PJS_USER_PERSISTED_MEASURES_U1 Unique Default USER_GUID, MEASURE_CODE