EGP_ES_PICKER_APPLICATIONS

This table stores the combination of the picker application.

Details

  • Schema: FUSION

  • Object owner: EGP

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

EGP_ES_PICKER_APPLICATION_PK

PICKER_APPLICATION_ID

Columns

Name Datatype Length Precision Not-null Comments
PICKER_APPLICATION_ID NUMBER 18 Yes Unique identifier of the picker applications.
INDEX_NAME VARCHAR2 240 Value that identifies the index which the picker application is associated with.
APPLICATION VARCHAR2 80 Name of an application that the picker is used.
TASK_FLOW VARCHAR2 512 Name of a taskflow that the picker is used.
ENABLED_FLAG VARCHAR2 1 Enabled flag of an application/taskflow that the item picker is used.
SEED_ATTRIBUTES_VERSION VARCHAR2 40 Seeded Attributes version of an application/taskflow that the picker is used.
SEED_VIEW_VERSION VARCHAR2 40 Seeded View version of an application/taskflow that the picker is used.
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_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
EGP_ES_PICKER_APPLICATION_N1 Non Unique Default INDEX_NAME, APPLICATION, TASK_FLOW
EGP_ES_PICKER_APPLICATION_U1 Unique Default PICKER_APPLICATION_ID