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


VIEW: APPS.FEM_DSNP_ENTITIES_ATTR_V

Object Details
Object Name: FEM_DSNP_ENTITIES_ATTR_V
Object Type: VIEW
Owner: APPS
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.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
CREATED_BY_OBJECT_ID NUMBER

Identifies the Dimension Snapshot Object ID
ATTRIBUTE_ID NUMBER (9)
Identifies the attribute
VERSION_ID NUMBER

Identifies the attribute version
ENTITY_ID NUMBER

Identifies the dimension member
VALUE_SET_ID NUMBER

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
READ_ONLY_FLAG VARCHAR2 (1)
CREATION_DATE DATE

CREATED_BY NUMBER

LAST_UPDATED_BY NUMBER

LAST_UPDATE_DATE DATE

LAST_UPDATE_LOGIN NUMBER

Query Text

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


SELECT CREATED_BY_OBJECT_ID
,      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
,      READ_ONLY_FLAG
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.FEM_DSNP_ENTITIES_ATTR_V;

Dependencies

[top of page]

APPS.FEM_DSNP_ENTITIES_ATTR_V references the following:

SchemaAPPS
SynonymFEM_DSNP_ENTITIES_ATTR
SynonymFEM_ENTITIES_ATTR
SynonymFEM_ENTITIES_B

APPS.FEM_DSNP_ENTITIES_ATTR_V is not referenced by any database object