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


TABLE: FEM.FEM_WF_REQUESTS

Object Details
Object Name: FEM_WF_REQUESTS
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_WF_REQUESTS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnWF_REQUEST_ID
Columns
Name Datatype Length Mandatory Comments
WF_REQUEST_ID NUMBER
Yes This column uniquely identifies a specific workflow request. The values for this column would be derived from a sequence - FEM_WF_REQUEST_ID_SEQ.
WF_REQUEST_ITEM_CODE VARCHAR2 (30) Yes This column identifies the type of item which is part of the request identified by the previous column. References FEM_WF_REQ_ITEMS.WF_REQUEST_ITEM_CODE.
WF_REQUEST_TYPE_CODE VARCHAR2 (30) Yes This column identifies the type of request e.g. Approval.
CREATION_DATE DATE
Yes Date the row was created
CREATED_BY NUMBER (15) Yes Identifies user who created row References FND_USER.USER_ID.
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 WF_REQUEST_ID
,      WF_REQUEST_ITEM_CODE
,      WF_REQUEST_TYPE_CODE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
FROM FEM.FEM_WF_REQUESTS;

Dependencies

[top of page]

FEM.FEM_WF_REQUESTS does not reference any database object

FEM.FEM_WF_REQUESTS is referenced by following:

SchemaAPPS
SynonymFEM_WF_REQUESTS