FND_DEEP_LINK_LIST_BK

Details

  • Schema: DEEP_LINK

  • Object owner: FND

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

FND_DEEP_LINK_LIST_BK_PK

OBJECT_TYPE, ACTION, CUST_SET_ID

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
OBJECT_KEY_PARAM_NAMES VARCHAR2 400 OBJECT_KEY_PARAM_NAMES
CUST_SET_ID VARCHAR2 300 Yes CUST_SET_ID
MOBILE_ENABLED VARCHAR2 5 MOBILE_ENABLED

Indexes

Index Uniqueness Tablespace Columns
FND_DEEP_LINK_LIST_BK_U1 Unique Default OBJECT_TYPE, ACTION, CUST_SET_ID