[Home] [Help]
[Dependency Information]
| Object Name: | FEM_ENTITIES_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_ENTITIES_ATTR_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ATTRIBUTE_ID
VERSION_ID
ENTITY_ID
VALUE_SET_ID
DIM_ATTRIBUTE_NUMERIC_MEMBER
DIM_ATTRIBUTE_VALUE_SET_ID
DIM_ATTRIBUTE_VARCHAR_MEMBER
|
| FEM_ENTITIES_ATTR_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
ENTITY_ID
ATTRIBUTE_ID
VERSION_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ATTRIBUTE_ID | NUMBER | (9) | Yes | Attribute Identifier |
| VERSION_ID | NUMBER | Yes | Attribute Version Identifier | |
| ENTITY_ID | NUMBER | Yes | Entity dimension member identifier | |
| VALUE_SET_ID | NUMBER | Yes | Value Set Identifier | |
| DIM_ATTRIBUTE_NUMERIC_MEMBER | NUMBER | Dimension Attribute Numeric Member designates the numeric dimension member of the attribute assignment | ||
| DIM_ATTRIBUTE_VALUE_SET_ID | NUMBER | Dimension Attribute Value Set Identifier | ||
| DIM_ATTRIBUTE_VARCHAR_MEMBER | VARCHAR2 | (30) | Dimension Attribute Varchar Member designates the alphanumeric member identifier of the attribute assignment | |
| NUMBER_ASSIGN_VALUE | NUMBER | Number Assignment Value of the attribute assignment | ||
| VARCHAR_ASSIGN_VALUE | VARCHAR2 | (1000) | Varchar Assignment Value of the attribute assignment | |
| DATE_ASSIGN_VALUE | DATE | Date Assignment Value | ||
| CREATION_DATE | DATE | Yes | Identifies the date on which the data was created | |
| CREATED_BY | NUMBER | (15) | Yes | Identifies the user that created the data |
| LAST_UPDATED_BY | NUMBER | (15) | 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 | (15) | Identifies the login user that last updated the data | |
| OBJECT_VERSION_NUMBER | NUMBER | Yes | Object Version Number for stale data detection | |
| AW_SNAPSHOT_FLAG | VARCHAR2 | (1) | Yes | Designates whether or not the attribute assignment has been imported into the Analytic Workspace |
| READ_ONLY_FLAG | VARCHAR2 | (1) | A Y designates that the attribute assignment is protected from update |
Cut, paste (and edit) the following text to query this object:
SELECT ATTRIBUTE_ID
, VERSION_ID
, ENTITY_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
, OBJECT_VERSION_NUMBER
, AW_SNAPSHOT_FLAG
, READ_ONLY_FLAG
FROM FEM.FEM_ENTITIES_ATTR;
FEM.FEM_ENTITIES_ATTR does not reference any database object
FEM.FEM_ENTITIES_ATTR is referenced by following:
APPS
FEM_ENTITIES_ATTR
|
|
|
|