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


TABLE: FEM.FEM_PL_TABLES

Object Details
Object Name: FEM_PL_TABLES
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_TABLES_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnREQUEST_ID
ColumnOBJECT_ID
ColumnTABLE_NAME
ColumnSTATEMENT_TYPE
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.
TABLE_NAME VARCHAR2 (30) Yes Table Name
STATEMENT_TYPE VARCHAR2 (30) Yes Type of statement that was used to modify the data in the table. Valid values are INSERT if an insert statement was used, and UPDATE for update statements.
NUM_OF_OUTPUT_ROWS NUMBER
Yes Number of output rows. Indicates the number of rows updated or inserted in a table by a process.
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
,      TABLE_NAME
,      STATEMENT_TYPE
,      NUM_OF_OUTPUT_ROWS
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM FEM.FEM_PL_TABLES;

Dependencies

[top of page]

FEM.FEM_PL_TABLES does not reference any database object

FEM.FEM_PL_TABLES is referenced by following:

SchemaAPPS
SynonymFEM_PL_TABLES