[Home] [Help]
[Dependency Information]
Object Name: | FND_DEFAULT_FOLDERS |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
FND_DEFAULT_FOLDERS stores information about default
folder assignments. Each row includes the name of the object
(an object uniquely identifies the set of fields available in the
form) in the folders, the user identifier, and the folder
identifier. You need one row for each folder that is designated
as the default folder.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FND_DEFAULT_FOLDERS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
OBJECT | VARCHAR2 | (30) | Yes | Folder object |
USER_ID | NUMBER | Yes | User identifier (positive value) or responsibility identifier (negative value) | |
FOLDER_ID | NUMBER | Yes | Folder identifier | |
CREATION_DATE | DATE | Yes | Standard Who column | |
CREATED_BY | NUMBER | Yes | Standard Who column | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | Yes | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | Standard Who column | ||
APPLICATION_ID | NUMBER | Application identifier | ||
BEHAVIOR_MODE | VARCHAR2 | (1) |
Cut, paste (and edit) the following text to query this object:
SELECT OBJECT
, USER_ID
, FOLDER_ID
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, APPLICATION_ID
, BEHAVIOR_MODE
FROM APPLSYS.FND_DEFAULT_FOLDERS;
APPLSYS.FND_DEFAULT_FOLDERS does not reference any database object
APPLSYS.FND_DEFAULT_FOLDERS is referenced by following:
|
|
|