EGO_FLEXFIELDS_METADATA

This table stores the metadata for extensible flexfields after successful flexfields deployment .

Details

  • Schema: FUSION

  • Object owner: EGO

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

EGO_FLEXFIELDS_METADATA_PK

FLEXFIELD_METADATA_ID

Columns

Name Datatype Length Precision Not-null Comments
FLEXFIELD_METADATA_ID NUMBER 18 Yes Stores the Unique identifier for the row.
ITEM_CLASS_CODE VARCHAR2 800 Yes Stores the unique user-defined identifier for an item class.
PAGE_CODE VARCHAR2 30 Yes Stores the unique user-defined identifier for a page.
ATTRIBUTE_GROUP VARCHAR2 80 Yes Stores the context code associated to the page.
DESCRIPTIVE_FLEXFIELD_CODE VARCHAR2 40 Yes Stores the descriptive flexfield code of the page.
FLEXFIELD_USAGE_CODE VARCHAR2 30 Yes Store the flexfield usage code of the page.
FULL_FLEXFIELD_METADATA CLOB Stores the JSON object with full flexfield metadata.
DEPLOYMENT_STATUS VARCHAR2 20 Yes Stores the status of the flexfield metadata deployment.
LAST_SUCCESSFUL_DEPLOYMENT TIMESTAMP Indicates the last successful flexfield metadata deployment.
ERROR_MESSAGE VARCHAR2 800 Stores the exception message thrown during deployment if exist.
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
EGO_FLEXFIELDS_METADATA_N1 Non Unique EGO_FLEXFIELDS_METADATA_N1 ITEM_CLASS_CODE, PAGE_CODE, DESCRIPTIVE_FLEXFIELD_CODE
EGO_FLEXFIELDS_METADATA_U1 Unique EGO_FLEXFIELDS_METADATA_U1 FLEXFIELD_METADATA_ID