[Home] [Help]
[Dependency Information]
| Object Name: | FND_TREE_FOLDERS |
|---|---|
| Object Type: | TABLE |
| Owner: | APPLSYS |
| FND Design Data: | FND.FND_TREE_FOLDERS
|
| Subobject Name: | |
| Status: | VALID |
Used to store node information used by APPTREE to populate the
personal and public parts of the tree.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| FND_TREE_FOLDERS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
FOLDER_ID
|
| FND_TREE_FOLDERS_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
OBJ_NAME
CREATED_BY
PARENT_FOLDER_ID
FOLDER_TYPE
|
| FND_TREE_FOLDERS_N3 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
OBJ_NAME
FOLDER_TYPE
PUBLIC_FLAG
|
| FND_TREE_FOLDERS_N4 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PARENT_FOLDER_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| FOLDER_ID | NUMBER | Yes | Primary Key column | |
| OBJ_NAME | VARCHAR2 | (30) | Yes | Name of the primary object displayed in the tree |
| NODE_LABEL | VARCHAR2 | (80) | Yes | The label displayed in the tree |
| FOLDER_TYPE | VARCHAR2 | (1) | Yes | Type of Folder (Q,I,N) |
| VALUE | VARCHAR2 | (3900) | The value assigned to the node | |
| SEQUENCE | NUMBER | Yes | The order to be displayed | |
| PARENT_FOLDER_ID | NUMBER | join to folder_id | ||
| PUBLIC_FLAG | VARCHAR2 | (1) | Yes | Is this a public folder? |
| LANGUAGE | VARCHAR2 | (4) | Yes | Apps standard language column |
| CREATION_DATE | DATE | Yes | standard who | |
| CREATED_BY | NUMBER | Yes | standard who | |
| LAST_UPDATE_DATE | DATE | Yes | standard who | |
| LAST_UPDATED_BY | NUMBER | Yes | standard who | |
| LAST_UPDATE_LOGIN | NUMBER | standard who |
Cut, paste (and edit) the following text to query this object:
SELECT FOLDER_ID
, OBJ_NAME
, NODE_LABEL
, FOLDER_TYPE
, VALUE
, SEQUENCE
, PARENT_FOLDER_ID
, PUBLIC_FLAG
, LANGUAGE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM APPLSYS.FND_TREE_FOLDERS;
APPLSYS.FND_TREE_FOLDERS does not reference any database object
APPLSYS.FND_TREE_FOLDERS is referenced by following:
APPS
FND_TREE_FOLDERS
|
|
|
|