[Home] [Help]
[Dependency Information]
| Object Name: | FEM_PL_OBJECT_EXECUTIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | FEM |
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| FEM_PL_OBJECT_EXECUTIONS_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
REQUEST_ID
OBJECT_ID
|
| FEM_PL_OBJECT_EXECUTIONS_UK1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
EVENT_ORDER
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| REQUEST_ID | NUMBER | Yes | Identifies the concurrent request instance that processed the object. References FEM_PL_REQUESTS.REQUEST_ID. | |
| OBJECT_ID | NUMBER | (9) | Yes | Identifies the object which was executed. References FEM_CATALOG_OF_OBJECTS.OBJECT_ID. |
| EXEC_OBJECT_DEFINITION_ID | NUMBER | (9) | Yes | Object definition ID whose execution by the engine resulted in the creation of this row. References FEM_OBJECT_DEFINITION_B.OBJECT_DEFINITION_ID. |
| EVENT_ORDER | NUMBER | Yes | Event Order. This number is unique within the table and denotes the order in which transactions which generate process locks are logged in this table. This column is populated using a sequence FEM_EVENT_ORDER_SEQ | |
| DISPLAY_FLAG | VARCHAR2 | (1) | Yes | Indicates whether or not an object execution may be displayed on the undo interface. Valid values are Y for yes display on undo interface, and N for do not display on undo interface |
| EXEC_STATUS_CODE | VARCHAR2 | (30) | Yes | Execution Status Code. Indicates the status of the object execution |
| NUM_OF_INPUT_ROWS | NUMBER | Indicates the number of input data rows used by the 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. | |
| ERRORS_REPORTED | NUMBER | Number of errors reported. | ||
| ERRORS_REPROCESSED | NUMBER | Number of errors successfully reprocessed. |
Cut, paste (and edit) the following text to query this object:
SELECT REQUEST_ID
, OBJECT_ID
, EXEC_OBJECT_DEFINITION_ID
, EVENT_ORDER
, DISPLAY_FLAG
, EXEC_STATUS_CODE
, NUM_OF_INPUT_ROWS
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ERRORS_REPORTED
, ERRORS_REPROCESSED
FROM FEM.FEM_PL_OBJECT_EXECUTIONS;
FEM.FEM_PL_OBJECT_EXECUTIONS does not reference any database object
FEM.FEM_PL_OBJECT_EXECUTIONS is referenced by following:
APPS
FEM_PL_OBJECT_EXECUTIONS
|
|
|
|