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


VIEW: APPS.FEM_PL_TABLES_V

Object Details
Object Name: FEM_PL_TABLES_V
Object Type: VIEW
Owner: APPS
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.

View Type

Internal

[View Source]

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 Standard WHO column
CREATION_DATE DATE
Yes Standard WHO column
LAST_UPDATED_BY NUMBER (15) Yes Standard WHO column
LAST_UPDATE_DATE DATE
Yes Standard WHO column
LAST_UPDATE_LOGIN NUMBER (15)
Standard WHO column
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 APPS.FEM_PL_TABLES_V;

Dependencies

[top of page]

APPS.FEM_PL_TABLES_V references the following:

SchemaAPPS
SynonymFEM_PL_TABLES
SynonymFEM_TABLES_B

APPS.FEM_PL_TABLES_V is not referenced by any database object