FND_DEEP_LINK_LIST
This table contains the list of Deep Links created. Most of the deep links in the table are seeded. Some could be created programmatically. This table is for internal use only.
Details
-
Schema: DEEP_LINK
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
Name | Columns |
---|---|
FND_DEEP_LINK_LIST_PK |
OBJECT_TYPE, ACTION |
Columns
Name | Datatype | Length | Not-null | Comments |
---|---|---|---|---|
OBJECT_TYPE | VARCHAR2 | 30 | Yes | OBJECT_TYPE |
VB_METADATA | VARCHAR2 | 4000 | VB_METADATA | |
PAGE_TYPE | VARCHAR2 | 1000 | PAGE_TYPE | |
ACTION | VARCHAR2 | 100 | Yes | ACTION |
GLOBAL_ITEM_NODE_ID | VARCHAR2 | 100 | Yes | GLOBAL_ITEM_NODE_ID |
TASK_ITEM_NODE_ID | VARCHAR2 | 100 | TASK_ITEM_NODE_ID | |
TASKFLOW_ID | VARCHAR2 | 260 | TASKFLOW_ID | |
TASKFLOW_LABEL | VARCHAR2 | 260 | TASKFLOW_LABEL | |
TASKFLOW_CONVERTER | VARCHAR2 | 260 | TASKFLOW_CONVERTER | |
FOCUS_VIEW_ID | VARCHAR2 | 60 | FOCUS_VIEW_ID | |
DEEP_LINK_URL | VARCHAR2 | 4000 | DEEP_LINK_URL | |
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 | Yes | Who column: indicates the session login associated to the user who last updated the row. |
MODULE_ID | VARCHAR2 | 32 | Yes | Seed Data Framework: indicates the module that owns the row. A module is an entry in Application Taxonomy such as a Logical Business Area. When the MODULE_ID column exists and the owner of the row is not specified, then the Seed Data Framework will not extract the row as seed data. |
TASKFLOW_PARAMS | VARCHAR2 | 400 | TASKFLOW_PARAMS | |
SEED_DATA_SOURCE | VARCHAR2 | 512 | Seed data file from which the row originates. | |
OBJECT_KEY_PARAM_NAMES | VARCHAR2 | 400 | OBJECT_KEY_PARAM_NAMES | |
MOBILE_ENABLED | VARCHAR2 | 5 | MOBILE_ENABLED | |
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 |
---|---|---|
irc_camp_deep_links_b | fnd_deep_link_list | OBJECT_TYPE, ACTION |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
FND_DEEP_LINK_LIST_U1 | Unique | Default | OBJECT_TYPE, ACTION, ORA_SEED_SET1 |
FND_DEEP_LINK_LIST_U11 | Unique | Default | OBJECT_TYPE, ACTION, ORA_SEED_SET2 |