DBA Data[Home] [Help] [Dependency Information]


TABLE: FEM.FEM_USER_FOLDERS

Object Details
Object Name: FEM_USER_FOLDERS
Object Type: TABLE
Owner: FEM
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FEM_USER_FOLDERS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnUSER_ID
ColumnFOLDER_ID
Columns
Name Datatype Length Mandatory Comments
FOLDER_ID NUMBER (9) Yes Folder ID. References FEM_FOLDERS_B.FOLDER_ID.
USER_ID NUMBER (15) Yes User ID (references FND_USER.USER.ID).
WRITE_FLAG VARCHAR2 (1) Yes Indicates whether a user may create objects in the folder. Y means the user can create objects in the folder and N means the user may only read objects in the folder.
CREATED_BY NUMBER (15) Yes Identifies user who created row References FND_USER.USER_ID.
CREATION_DATE DATE
Yes Date the row was created
LAST_UPDATED_BY NUMBER (15) Yes Identifies user who last modified the row.
LAST_UPDATE_DATE DATE
Yes Date row was last modified.
LAST_UPDATE_LOGIN NUMBER (15)
Login ID of user who last modified the row.
OBJECT_VERSION_NUMBER NUMBER
Yes Object Version Number. This is a framework required column used for stale data detection.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT FOLDER_ID
,      USER_ID
,      WRITE_FLAG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
FROM FEM.FEM_USER_FOLDERS;

Dependencies

[top of page]

FEM.FEM_USER_FOLDERS does not reference any database object

FEM.FEM_USER_FOLDERS is referenced by following:

SchemaAPPS
SynonymFEM_USER_FOLDERS