[Home] [Help]
[Dependency Information]
| Object Name: | FEM_DSNP_USER_DIM2_ATTR |
|---|---|
| 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_DSNP_USER_DIM2_ATTR_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
CREATED_BY_OBJECT_ID
ATTRIBUTE_ID
VERSION_ID
USER_DIM2_ID
VALUE_SET_ID
DIM_ATTRIBUTE_NUMERIC_MEMBER
DIM_ATTRIBUTE_VALUE_SET_ID
DIM_ATTRIBUTE_VARCHAR_MEMBER
NUMBER_ASSIGN_VALUE
VARCHAR_ASSIGN_VALUE
DATE_ASSIGN_VALUE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CREATED_BY_OBJECT_ID | NUMBER | (9) | Yes | Identifies the Dimension Snapshot Object ID |
| ATTRIBUTE_ID | NUMBER | (9) | Yes | Identifies the attribute |
| VERSION_ID | NUMBER | Yes | Identifies the attribute version | |
| USER_DIM2_ID | NUMBER | Yes | Identifies the dimension member | |
| VALUE_SET_ID | NUMBER | Yes | Identifies the value set for the dimension member | |
| DIM_ATTRIBUTE_NUMERIC_MEMBER | NUMBER | Stores the assignment for attributes of DIMENSION type that map to a numeric dimension | ||
| DIM_ATTRIBUTE_VALUE_SET_ID | NUMBER | Stores the value set for the assignment member for attributes of DIMENSION type that map to a value set required dimension | ||
| DIM_ATTRIBUTE_VARCHAR_MEMBER | VARCHAR2 | (30) | Stores the assignment for attributes of DIMENSION type that map to a alphanumeric dimension | |
| NUMBER_ASSIGN_VALUE | NUMBER | Stores the assignment for attributes of type NUMBER | ||
| VARCHAR_ASSIGN_VALUE | VARCHAR2 | (1000) | Stores the assignment for attributes of type VARCHAR | |
| DATE_ASSIGN_VALUE | DATE | Stores the assignment for attributes of type DATE | ||
| CREATION_DATE | DATE | Yes | Identifies the date on which the dimension snapshot was created | |
| CREATED_BY | NUMBER | Yes | Identifies the user that created the data using the Dimension Snapshot engine | |
| LAST_UPDATED_BY | NUMBER | Yes | Identifies the user that last updated the data using the Dimension Snapshot engine | |
| LAST_UPDATE_DATE | DATE | Yes | Identifies the data on which the dimension snapshot was last updated | |
| LAST_UPDATE_LOGIN | NUMBER | Identifies the login user that last updated the data |
Cut, paste (and edit) the following text to query this object:
SELECT CREATED_BY_OBJECT_ID
, ATTRIBUTE_ID
, VERSION_ID
, USER_DIM2_ID
, VALUE_SET_ID
, DIM_ATTRIBUTE_NUMERIC_MEMBER
, DIM_ATTRIBUTE_VALUE_SET_ID
, DIM_ATTRIBUTE_VARCHAR_MEMBER
, NUMBER_ASSIGN_VALUE
, VARCHAR_ASSIGN_VALUE
, DATE_ASSIGN_VALUE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM FEM.FEM_DSNP_USER_DIM2_ATTR;
FEM.FEM_DSNP_USER_DIM2_ATTR does not reference any database object
FEM.FEM_DSNP_USER_DIM2_ATTR is referenced by following:
APPS
FEM_DSNP_USER_DIM2_ATTR
|
|
|
|