FUN_FRC_SEARCH_ENTITIES

This table contains the entities for supporting enhanced search in financial reporting center.

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

FUN_FRC_SEARCH_ENTITIES_PK

ENTITY_ID

Columns

Name Datatype Length Precision Not-null Comments
ENTITY_ID NUMBER 18 Yes Unique sequence generated identifier for the entity.
ENTITY_TYPE_CODE VARCHAR2 50 Yes This is the type of entity for which data is inserted. For example, accounting flexfield, ledger.
ENTITY_TYPE_ID NUMBER Yes Identifier for entity type. For exmple if entity type is accounting flexfield, then this is chart of account id.
ENTITY_LANGUAGE VARCHAR2 4 Yes The code of the language in which the entity was created.
ENTITY_ATTRIBUTE VARCHAR2 400 Attribute associated with entity. For example, if the entity type is accounting flexfield, then this is segment value for chart of account segment.
ENTITY_ATTRIBUTE_DESC1 VARCHAR2 1000 Property associated with entity attribute. For example, if the entity type is accounting flexfield and attribute is segment value, then this is segment value description for chart of account segment.
ENTITY_ATTRIBUTE_DESC2 VARCHAR2 1000 Property associated with entity attribute. For example, if the entity type is accounting flexfield and attribute is segment value, then this is financial category for chart of account segment value.
ENTITY_ATTRIBUTE_DESC3 VARCHAR2 1000 Property associated with entity attribute. For example, if the entity type is accounting flexfield and attribute is segment value, then this is account type for chart of account segment.
ENTITY_ATTRIBUTE_DESC4 VARCHAR2 1000 Property associated with entity attribute. For example, if the entity type is accounting flexfield and attribute is segment value, then this is segment name for chart of account segment.
ENTITY_ATTRIBUTE_DESC5 VARCHAR2 1000 Property associated with entity attribute.
ENTITY_ATTRIBUTE_DESC6 VARCHAR2 1000 Property associated with entity attribute.
ENTITY_ATTRIBUTE_DESC7 VARCHAR2 1000 Property associated with entity attribute.
ENTITY_ATTRIBUTE_DESC8 VARCHAR2 1000 Property associated with entity attribute.
ENTITY_ATTRIBUTE_DESC9 VARCHAR2 1000 Property associated with entity attribute.
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.
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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.

Indexes

Index Uniqueness Tablespace Columns
FUN_FRC_SEARCH_ENTITIES_N1 Non Unique Default ENTITY_TYPE_CODE, ENTITY_TYPE_ID, ENTITY_LANGUAGE
FUN_FRC_SEARCH_ENTITIES_U1 Unique Default ENTITY_ID
FUN_FRC_SEARCH_ENT_N2 Non Unique Default ENTITY_ATTRIBUTE