[Home] [Help]
[Dependency Information]
| Object Name: | FEM_ENC_TYPES_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_ENC_TYPES_ATTR_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ATTRIBUTE_ID
VERSION_ID
ENCUMBRANCE_TYPE_ID
DIM_ATTRIBUTE_NUMERIC_MEMBER
DIM_ATTRIBUTE_VARCHAR_MEMBER
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ATTRIBUTE_ID | NUMBER | Yes | Dimension Attribute Identifier | |
| VERSION_ID | NUMBER | Yes | Identifier of the version for the attribute assignment | |
| ENCUMBRANCE_TYPE_ID | NUMBER | Yes | Encumbrance Type member identifier | |
| DIM_ATTRIBUTE_NUMERIC_MEMBER | NUMBER | This column is populated with the attribute assignment when the assignment is from a dimension with a numeric identifier | ||
| DIM_ATTRIBUTE_VALUE_SET_ID | NUMBER | This column is populated with the Value Set of the assigned member when the attribute assignment is from a value set dimension | ||
| DIM_ATTRIBUTE_VARCHAR_MEMBER | VARCHAR2 | (30) | This column is populated with the attribute assignment when the assignment is from a dimension with a alphanumeric identifier | |
| NUMBER_ASSIGN_VALUE | NUMBER | This column is populated with an assignment for attributes designated as having free form number assignments | ||
| VARCHAR_ASSIGN_VALUE | VARCHAR2 | (1000) | This column is populated with an assignment for attributes designated as having free form alphanumeric assignments | |
| DATE_ASSIGN_VALUE | DATE | This column is populated with an assignment for attributes designated as having date assignments | ||
| CREATION_DATE | DATE | Yes | Identifies the date on which the row was created | |
| CREATED_BY | NUMBER | (15) | Yes | Identifies the user that created the row |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Identifies the user that last modified the row |
| LAST_UPDATE_DATE | DATE | Yes | Identifies the date on which the row was last modified | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Identifies the login user that last modified the row | |
| AW_SNAPSHOT_FLAG | VARCHAR2 | (1) | ||
| OBJECT_VERSION_NUMBER | NUMBER | Yes | Object Version Number for stale data detection | |
| 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
, ENCUMBRANCE_TYPE_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
, AW_SNAPSHOT_FLAG
, OBJECT_VERSION_NUMBER
, READ_ONLY_FLAG
FROM FEM.FEM_ENC_TYPES_ATTR;
FEM.FEM_ENC_TYPES_ATTR does not reference any database object
FEM.FEM_ENC_TYPES_ATTR is referenced by following:
APPS
FEM_ENC_TYPES_ATTR
|
|
|
|