FFS_ACTION_LINK
Contains standard and custom action links for the company.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
Name | Columns |
---|---|
FFS_ACTION_LINK_PK |
ACTION_LINK_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ACTION_LINK_ID | NUMBER | 10 | Yes | Unique identifier of the action link. | |
CUSTOM | NUMBER | 3 | Yes | Boolean flag defining if this action link is created by user or provided as a part of SEED data. | |
LABEL | VARCHAR2 | 320 | Yes | Unique label identifying this action link. | |
ENTITY | NUMBER | 8 | Identifier of the entity this action can be performed for (activity, resource,. inventory, etc.)). If it is not specified, the action is available for several entities. | ||
INTERFACE | NUMBER | 8 | Defines the group of screens this action link can be added to (Dispatch. Technician screens supporting offline mode). If it is not specified. the restriction is not applied. | ||
BASE_LABEL | VARCHAR2 | 128 | Custom actions and plugins can inherit a behavior/conditions from an existent standard action. This field is intended to identify the standard action to inherit the behavior from. | ||
FEATURES | NUMBER | 10 | Yes | Set of boolean flags that define behavior of this action link. | |
TYPE | VARCHAR2 | 26 | Type of this action link: 'action', 'menu_item', 'dashboard_chart', 'quota_action', 'settings_item', 'mobile_action', 'web_routing', 'supervisor_menu_item', 'addon_action', 'resource_management_action', 'required_inventory_action', 'external_plugin_action',. | ||
SERVICE_LABEL | VARCHAR2 | 320 | Label of optional service this action link belongs to (Capacity, Routing, Forecasting, Smart_Location, ). | ||
MAX_VISIBILITY | VARCHAR2 | 9 | Maximum possible visibility level that can be specified when this link is added to a layout. | ||
URL | VARCHAR2 | 1020 | URL for standard actions that are invoked from menu. | ||
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. | ||
SEED_DATA_SOURCE | VARCHAR2 | 512 | Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file. | ||
ORA_SEED_SET1 | VARCHAR2 | 1 | Yes | Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N. | |
ORA_SEED_SET2 | VARCHAR2 | 1 | Yes | Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N. | |
DELETED_FLAG | VARCHAR2 | 1 | Indicates whether the record is logically deleted (Y - soft deleted, N or NULL - active). |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
FFS_ACTION_LINK_N1 | Non Unique | DATA | SERVICE_LABEL |
FFS_ACTION_LINK_N2 | Non Unique | DATA | TYPE |
FFS_ACTION_LINK_PK | Unique | DATA | ACTION_LINK_ID, ORA_SEED_SET1 |
FFS_ACTION_LINK_PK1 | Unique | DATA | ACTION_LINK_ID, ORA_SEED_SET2 |
FFS_ACTION_LINK_U1 | Unique | DATA | LABEL, ORA_SEED_SET1 |
FFS_ACTION_LINK_U11 | Unique | DATA | LABEL, ORA_SEED_SET2 |