[Home] [Help]
[Dependency Information]
| Object Name: | FEM_ENTITY_TYPES_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_ENTITY_TYPES_B_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ENTITY_TYPE_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ENTITY_TYPE_CODE | VARCHAR2 | (30) | Yes | Entity Type Code |
| ENABLED_FLAG | VARCHAR2 | (1) | Yes | Enabled Flag |
| PERSONAL_FLAG | VARCHAR2 | (1) | Yes | Designates whether or not the Dimension member is a personal member available only to the Created By user |
| CREATION_DATE | DATE | Yes | Identifies the date on which the data was created | |
| CREATED_BY | NUMBER | Yes | Identifies the user that created the data | |
| LAST_UPDATED_BY | NUMBER | Yes | Identifies the user that last updated the data | |
| LAST_UPDATE_DATE | DATE | Yes | Identifies the data on which the data was last updated | |
| LAST_UPDATE_LOGIN | NUMBER | Identifies the login user that last updated the data | ||
| READ_ONLY_FLAG | VARCHAR2 | (1) | Yes | Designates whether or not the Dimension member is protected from update |
| OBJECT_VERSION_NUMBER | NUMBER | Yes | Object Version Number for stale data detection |
Cut, paste (and edit) the following text to query this object:
SELECT ENTITY_TYPE_CODE
, ENABLED_FLAG
, PERSONAL_FLAG
, CREATION_DATE
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, READ_ONLY_FLAG
, OBJECT_VERSION_NUMBER
FROM FEM.FEM_ENTITY_TYPES_B;
FEM.FEM_ENTITY_TYPES_B does not reference any database object
FEM.FEM_ENTITY_TYPES_B is referenced by following:
APPS
FEM_ENTITY_TYPES_B
|
|
|
|