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


TABLE: FEM.FEM_PL_CHAINS

Object Details
Object Name: FEM_PL_CHAINS
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_PL_CHAINS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnREQUEST_ID
ColumnOBJECT_ID
ColumnSOURCE_CREATED_BY_REQUEST_ID
ColumnSOURCE_CREATED_BY_OBJECT_ID
Columns
Name Datatype Length Mandatory Comments
REQUEST_ID NUMBER
Yes Identifies the concurrent request instance that spawned the concurrent program. References FEM_PL_OBJECT_EXECUTIONS.REQUEST_ID.
OBJECT_ID NUMBER (9) Yes Identifies the object which was executed. References FEM_PL_OBJECT_EXECUTIONS.OBJECT_ID.
SOURCE_CREATED_BY_REQUEST_ID NUMBER
Yes Identifies the object execution whose results served as input to this process lock. References FEM_PL_OBJECT_EXECUTIONS.REQUEST_ID.
SOURCE_CREATED_BY_OBJECT_ID NUMBER (9) Yes Identifies the object execution whose results served as input to this process lock. References FEM_PL_OBJECT_EXECUTIONS.OBJECT_ID.
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.
Query Text

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


SELECT REQUEST_ID
,      OBJECT_ID
,      SOURCE_CREATED_BY_REQUEST_ID
,      SOURCE_CREATED_BY_OBJECT_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM FEM.FEM_PL_CHAINS;

Dependencies

[top of page]

FEM.FEM_PL_CHAINS does not reference any database object

FEM.FEM_PL_CHAINS is referenced by following:

SchemaAPPS
SynonymFEM_PL_CHAINS