[Home] [Help]
[Dependency Information]
| Object Name: | FEM_USER_LOV190_B |
|---|---|
| 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_USER_LOV190_B_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
USER_LOV190_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| USER_LOV190_CODE | VARCHAR2 | (30) | Yes | Code identifying the dimension member |
| ENABLED_FLAG | VARCHAR2 | (1) | Yes | Designates whether or not the dimension member is enabled |
| PERSONAL_FLAG | VARCHAR2 | (1) | Yes | Designates whether or not the dimension member is a personal member only available to the Created By user |
| CREATION_DATE | DATE | Yes | Designates the date on which the dimension member was created | |
| CREATED_BY | NUMBER | (15) | Yes | Identifies the user that created the dimension member |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Identifies the user that last updated the dimension member |
| LAST_UPDATE_DATE | DATE | Yes | Designates the last date on which the dimension member was updated | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Identifies the login that last updated the dimension member | |
| OBJECT_VERSION_NUMBER | NUMBER | Yes | Framework required column for stale data detection | |
| READ_ONLY_FLAG | VARCHAR2 | (1) | Yes | Designates whether or not the dimension member is updatable |
Cut, paste (and edit) the following text to query this object:
SELECT USER_LOV190_CODE
, ENABLED_FLAG
, PERSONAL_FLAG
, CREATION_DATE
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, OBJECT_VERSION_NUMBER
, READ_ONLY_FLAG
FROM FEM.FEM_USER_LOV190_B;
FEM.FEM_USER_LOV190_B does not reference any database object
FEM.FEM_USER_LOV190_B is referenced by following:
APPS
FEM_USER_LOV190_B
|
|
|
|