[Home] [Help]
[Dependency Information]
| Object Name: | FEM_UD_LISTS |
|---|---|
| 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_UD_LISTS_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
UNDO_LIST_OBJ_DEF_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| UNDO_LIST_OBJ_DEF_ID | NUMBER | (15) | Yes | Identifies an Undo List definition. References FEM_OBJECT_DEFINITION_B.UNDO_LIST_ID. |
| INCLUDE_DEPENDENCIES_FLAG | VARCHAR2 | (1) | Yes | Indicates whether or not dependent object executions should be added to the undo list. Valid values are Y and N |
| IGNORE_DEPENDENCY_ERRS_FLAG | VARCHAR2 | (1) | Yes | In a list that does not include dependencies, indicates whether the engine should fail if a candidate is found with dependents. Valid values are Y and N. |
| EXECUTION_DATE | DATE | Yes | Date which the undo list is submitted for processing. Must be equal to or later than the current date. Use current date as the default. | |
| EXEC_STATUS_CODE | VARCHAR2 | (30) | Execution Status Code. Indicates the undo status of the undo list. | |
| OBJECT_VERSION_NUMBER | NUMBER | Yes | Object Version Number. This is a framework required column used for stale data detection. | |
| 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. |
Cut, paste (and edit) the following text to query this object:
SELECT UNDO_LIST_OBJ_DEF_ID
, INCLUDE_DEPENDENCIES_FLAG
, IGNORE_DEPENDENCY_ERRS_FLAG
, EXECUTION_DATE
, EXEC_STATUS_CODE
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM FEM.FEM_UD_LISTS;
FEM.FEM_UD_LISTS does not reference any database object
FEM.FEM_UD_LISTS is referenced by following:
APPS
FEM_UD_LISTS
|
|
|
|