[Home] [Help]
[Dependency Information]
| Object Name: | FEM_ENTITY_TYPES_PRIV |
|---|---|
| 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_PRIV_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
USER_ID
ENTITY_TYPE_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| USER_ID | NUMBER | (15) | Yes | Identifies the user to which the member privilege applies |
| ENTITY_TYPE_CODE | VARCHAR2 | (30) | Yes | Code identifying the dimension member |
| CREATION_DATE | DATE | Yes | Designates the date on which the dimension member privilege was created | |
| CREATED_BY | NUMBER | (15) | Yes | Identifies the user that created the dimension member privilege |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Identifies the user that last updated the dimension member privilege |
| LAST_UPDATE_DATE | DATE | Yes | Designates the last date on which the dimension member was updated privilege | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Identifies the login that last updated the dimension member privilege |
Cut, paste (and edit) the following text to query this object:
SELECT USER_ID
, ENTITY_TYPE_CODE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM FEM.FEM_ENTITY_TYPES_PRIV;
FEM.FEM_ENTITY_TYPES_PRIV does not reference any database object
FEM.FEM_ENTITY_TYPES_PRIV is referenced by following:
APPS
FEM_ENTITY_TYPES_PRIV
|
|
|
|