FUN_SITUATION_CONTEXTS

This table contains Oracle Fusion applications situation contexts. A situation is generated in Oracle Process Automation when an Oracle Fusion application specific business object information is requested for the situation. A record is generated in this table to map the situation and the application business object.

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

FUN_SITUATION_CONTEXTS_PK

SITUATION_CONTEXT_ID

Columns

Name Datatype Length Precision Not-null Comments
SITUATION_CONTEXT_ID NUMBER 18 Yes Unique Identifier for identifying a situation context transaction.
SITUATION_ID VARCHAR2 1000 Yes Unique Identifier for a situation that is generated in Oracle Process Automation
OBJECT_TYPE VARCHAR2 150 Yes Object type that identifies Oracle Fusion applications business object category.
OBJECT_IDENTIFIER VARCHAR2 400 Yes Unique identifier for the Oracle Fusion applications business object.
OBJECT_DISPLAY_NAME VARCHAR2 150 Yes Object Identifier to display Oracle Fusion applications object to user
OBJECT_DEEPLINK_URL VARCHAR2 400 Deeplink URL to access Oracle Fusion applications business object.
OBJECT_CONTEXT_METADATA CLOB Captures object context metadata information for a specific situation.
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.
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_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
FUN_SITUATION_CONTEXTS_N1 Non Unique Default SITUATION_ID
FUN_SITUATION_CONTEXTS_PK Unique Default SITUATION_CONTEXT_ID