FFS_UTYPE_CTX_ACTION_LINK

Binding action links and contexts for user type configuration screen.

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: DATA

Primary Key

Name Columns

FFS_UTYPE_CTX_ACTION_LINK_PK

CONTEXT_ID_FROM, CONTEXT_ID_TO

Columns

Name Datatype Length Precision Not-null Comments
CONTEXT_ID_FROM NUMBER 5 Yes Context ID the action link goes from.
CONTEXT_ID_TO NUMBER 5 Yes Context ID the action link goes to.
ACTION_LINK_ID NUMBER 10 Reference to the related Action Link ID.
SIDE_FROM VARCHAR2 10 Describes the deprecated context layout tree screen. Arrow position. Values 'top', 'bottom', 'left', 'right', 'topLeft', 'bottomLeft'.
SIDE_TO VARCHAR2 10 Describes the deprecated context layout tree screen. Arrow position. Values 'top', 'bottom', 'left', 'right', 'topLeft', 'bottomLeft'.
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.

Indexes

Index Uniqueness Tablespace Columns
FFS_UTYPE_CTX_ACTION_LINK_PK Unique DATA CONTEXT_ID_FROM, CONTEXT_ID_TO