[Home] [Help]
[Dependency Information]
| Object Name: | FEM_DATASETS_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_DATASETS_PRIV_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
USER_ID
DATASET_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| USER_ID | NUMBER | (15) | Yes | Identifies the user to which the member privilege applies |
| DATASET_CODE | NUMBER | Yes | Number 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
, DATASET_CODE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM FEM.FEM_DATASETS_PRIV;
FEM.FEM_DATASETS_PRIV does not reference any database object
FEM.FEM_DATASETS_PRIV is referenced by following:
APPS
FEM_DATASETS_PRIV
|
|
|
|