FND_FAVORITE_ITEMS
This table is created to store favorite items created by logged in user in fusion applications.
Details
-
Schema: FAV_RECENTITEMS
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
FND_FAVORITE_ITEMS_PK |
FAVORITE_ITEMS_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| FAVORITE_ITEMS_ID | NUMBER | 18 | Yes | FAVORITE_ITEMS_ID | |
| USER_ID | VARCHAR2 | 64 | Yes | USER_ID | |
| FAVORITE_NAME | VARCHAR2 | 150 | Yes | FAVORITE_NAME | |
| PARENT_FOLDER_ID | NUMBER | 18 | PARENT_FOLDER_ID | ||
| FAVORITE_TYPE | VARCHAR2 | 6 | Yes | FAVORITE_TYPE | |
| TASKFLOW_ID | VARCHAR2 | 260 | TASKFLOW_ID | ||
| WEBAPP_NAME | VARCHAR2 | 60 | WEBAPP_NAME | ||
| REUSE_INSTANCE | VARCHAR2 | 1 | REUSE_INSTANCE | ||
| TASKFLOW_LABEL | VARCHAR2 | 260 | TASKFLOW_LABEL | ||
| TASK_TYPE | VARCHAR2 | 20 | TASK_TYPE | ||
| KEY_MAP | VARCHAR2 | 260 | KEY_MAP | ||
| PARAMETERS_MAP | VARCHAR2 | 1000 | PARAMETERS_MAP | ||
| TASK_PARAMETERS_MAP | VARCHAR2 | 1000 | TASK_PARAMETERS_MAP | ||
| FORCE_REFRESH | VARCHAR2 | 1 | FORCE_REFRESH | ||
| VIEW_ID | VARCHAR2 | 60 | VIEW_ID | ||
| FAVORITE_ITEM_ORDER | NUMBER | FAVORITE_ITEM_ORDER | |||
| CONTEXTUAL_AREA_COLLASPED | VARCHAR2 | 1 | this column indicates if the contextual area should be rendered or not. | ||
| CONTEXTUAL_AREA_WIDTH | NUMBER | 18 | width of contextual area if rendered. | ||
| CUSTOM_OBJECT | BLOB | to store serialized version of custom data passed via fndMethodParameters | |||
| 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. | |
| 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_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| ENTERPRISE_ID | NUMBER | 18 | Yes | for multi-tenancy support | |
| FUSE_CARD_CODE | VARCHAR2 | 100 | FUSE_CARD_CODE | ||
| FUSE_OBJECT_CODE | VARCHAR2 | 100 | FUSE_OBJECT_CODE | ||
| UI_TYPE | VARCHAR2 | 1 | UI_TYPE | ||
| OBJECT_NAME | VARCHAR2 | 4000 | OBJECT_NAME | ||
| OBJECT_TYPE | VARCHAR2 | 30 | OBJECT_TYPE | ||
| CONTEXT_CODE | VARCHAR2 | 30 | CONTEXT_CODE |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| FND_FAVORITE_ITEMS_N1 | Non Unique | Default | USER_ID |
| FND_FAVORITE_ITEMS_N3 | Non Unique | Default | PARENT_FOLDER_ID |
| FND_FAVORITE_ITEMS_U1 | Unique | Default | FAVORITE_ITEMS_ID |