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


VIEW: APPS.FEM_COMPANIES_ATTR_VS

Object Details
Object Name: FEM_COMPANIES_ATTR_VS
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
ATTRIBUTE_ID NUMBER
Yes Attribute Identifier
VERSION_ID NUMBER
Yes Attribute Version Identifier
COMPANY_ID NUMBER
Yes Company dimension member 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
Query Text

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


SELECT ATTRIBUTE_ID
,      VERSION_ID
,      COMPANY_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
FROM APPS.FEM_COMPANIES_ATTR_VS;

Dependencies

[top of page]

APPS.FEM_COMPANIES_ATTR_VS references the following:

SchemaAPPS
SynonymFEM_COMPANIES_ATTR
SynonymFEM_DIMENSIONS_B
PL/SQL PackageFEM_DIMENSION_UTIL_PKG - show dependent code

APPS.FEM_COMPANIES_ATTR_VS is not referenced by any database object