DBA Data[Home] [Help] [Dependency Information]


TABLE: FEM.FEM_DSNP_EXT_AC_TYP_ATTR

Object Details
Object Name: FEM_DSNP_EXT_AC_TYP_ATTR
Object Type: TABLE
Owner: FEM
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FEM_DSNP_EXT_AC_TYP_ATTR_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCREATED_BY_OBJECT_ID
ColumnATTRIBUTE_ID
ColumnVERSION_ID
ColumnEXT_ACCOUNT_TYPE_CODE
ColumnDIM_ATTRIBUTE_NUMERIC_MEMBER
ColumnDIM_ATTRIBUTE_VALUE_SET_ID
ColumnDIM_ATTRIBUTE_VARCHAR_MEMBER
ColumnNUMBER_ASSIGN_VALUE
ColumnVARCHAR_ASSIGN_VALUE
ColumnDATE_ASSIGN_VALUE
Columns
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
EXT_ACCOUNT_TYPE_CODE VARCHAR2 (30) Yes Identifies 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
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT CREATED_BY_OBJECT_ID
,      ATTRIBUTE_ID
,      VERSION_ID
,      EXT_ACCOUNT_TYPE_CODE
,      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_EXT_AC_TYP_ATTR;

Dependencies

[top of page]

FEM.FEM_DSNP_EXT_AC_TYP_ATTR does not reference any database object

FEM.FEM_DSNP_EXT_AC_TYP_ATTR is referenced by following:

SchemaAPPS
SynonymFEM_DSNP_EXT_AC_TYP_ATTR