SVC_MCA_NAV_ACTION

This table is used to store the navigation action related to the SVC MCA setup. Provides detail about which screen needs to be popped and with what parameters.

Details

  • Schema: FUSION

  • Object owner: FUSION

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

SVC_MCA_NAV_ACTION_PK

NAVIGATION_ACTION_ID

Columns

Name Datatype Length Precision Not-null Comments Status
NAVIGATION_ACTION_ID NUMBER 18 Yes Auto-generated number and primary key for this table. Active
NAME VARCHAR2 64 Yes A unique identifier for a user friendly name of the lookup set.
DISPLAY_NAME VARCHAR2 100 A user friendly display name for this navigation action
METHOD_NAME VARCHAR2 20 Yes Deprecated - The method for the navigation action
PATH VARCHAR2 500 Yes The path used for the navigation action
DESCRIPTION VARCHAR2 250 A detailed description of the lookup set.
VIEW_ID VARCHAR2 500 The view id used for the navigation path
WEBAPP_NAME VARCHAR2 250 Name of the web application for this navigation action
LABEL VARCHAR2 64 Label used for the navigation action
TASK_KEY_LIST VARCHAR2 500 Deprecated - Key list to pass into the task flow to open in the target workspace. This is a semicolon delimited keys or key-value pairs. For example, "key1;key2=value2"
TASK_PARAM_LIST VARCHAR2 500 Deprecated - Parameters list to pass in to the task flow to open in the target workspace
PAGE_PARAM_LIST VARCHAR2 500 Deprecated - Parameters list for the page. This is a semicolon delimited String of name value pairs. For example, "param1=value1;param2=value2"
TITLE_PREFIX VARCHAR2 80 The beginning portion of the title displayed on the navigation page.
TITLE_TOKEN_ID NUMBER 18 The value of the token to display as part of the title.
TITLE_SUFFIX VARCHAR2 80 The suffix of the title displayed for the navigated page.
ENTITY_ID NUMBER 18 This is used to identify the view object used to derive the parameters for Map parameters associated to the page.
EDITABLE_FLAG VARCHAR2 1 Yes Indicates if this is a seeded record.
UI_TYPE_CD VARCHAR2 30 Yes The user interface type mapping to the lookup type 'ORA_SVC_MCA_SCREEN_PAGE_TYPE'.
PAGE_TYPE_CD VARCHAR2 30 The page type mapping to the lookup type 'ORA_SVC_MCA_PAGE_TYPE'.
PAGE_KEY VARCHAR2 256 This is specified to uniquely identify a page and is used by page developers.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row. Active
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row. Active
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row. Active
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row. Active
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. Active
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. Active
DELETED_FLAG VARCHAR2 1 Yes Indicates whether the category is logically deleted (Y or N). Active
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.

Foreign Keys

Table Foreign Table Foreign Key Column
SVC_MCA_NAV_ACTION svc_mca_token TITLE_TOKEN_ID
svc_mca_actions svc_mca_nav_action RELATIVE_ACTION_ID

Indexes

Index Uniqueness Tablespace Columns Status
SVC_MCA_NAV_ACTION_N1 Non Unique Default TITLE_TOKEN_ID
SVC_MCA_NAV_ACTION_N2 Non Unique Default ENTITY_ID
SVC_MCA_NAV_ACTION_PK Unique Default NAVIGATION_ACTION_ID, ORA_SEED_SET1 Active
SVC_MCA_NAV_ACTION_PK1 Unique Default NAVIGATION_ACTION_ID, ORA_SEED_SET2
SVC_MCA_NAV_ACTION_U1 Unique Default NAME, ORA_SEED_SET1
SVC_MCA_NAV_ACTION_U11 Unique Default NAME, ORA_SEED_SET2