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


VIEW: APPS.FEM_DIM_ATTR_VERSIONS_VL

Object Details
Object Name: FEM_DIM_ATTR_VERSIONS_VL
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

MultiLingual view (a language resolved view of the data.)

[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Framework required column identifying the row
VERSION_ID NUMBER
Yes Attribute Version Identifier
ATTRIBUTE_ID NUMBER (9) Yes Attribute Identifier
AW_SNAPSHOT_FLAG VARCHAR2 (1) Yes Designates that the version is a preserved copy because it has been captured into the analytic workspace
VERSION_DISPLAY_CODE VARCHAR2 (150) Yes Non translatable alphanumeric identifier of the version
OBJECT_VERSION_NUMBER NUMBER
Yes Object Version Number for stale data detection
LAST_UPDATE_LOGIN NUMBER

Identifies the login user that last updated the data
CREATION_DATE DATE
Yes Identifies the date on which the data was created
CREATED_BY NUMBER
Yes Identifies the user that created the data
LAST_UPDATED_BY NUMBER
Yes Identifies the user that last updated the data
LAST_UPDATE_DATE DATE
Yes Identifies the data on which the data was last updated
DEFAULT_VERSION_FLAG VARCHAR2 (1) Yes Designates the version that is used for the attribute in the absence of a specified version
PERSONAL_FLAG VARCHAR2 (1) Yes Designates whether or not the member is a personal dimension member
VERSION_NAME VARCHAR2 (80) Yes Version name
DESCRIPTION VARCHAR2 (255)
Description
Query Text

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


SELECT ROW_ID
,      VERSION_ID
,      ATTRIBUTE_ID
,      AW_SNAPSHOT_FLAG
,      VERSION_DISPLAY_CODE
,      OBJECT_VERSION_NUMBER
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      DEFAULT_VERSION_FLAG
,      PERSONAL_FLAG
,      VERSION_NAME
,      DESCRIPTION
FROM APPS.FEM_DIM_ATTR_VERSIONS_VL;

Dependencies

[top of page]

APPS.FEM_DIM_ATTR_VERSIONS_VL references the following:

SchemaAPPS
SynonymFEM_DIM_ATTR_VERSIONS_B
SynonymFEM_DIM_ATTR_VERSIONS_TL
APPS.FEM_DIM_ATTR_VERSIONS_VL is referenced by following:

SchemaAPPS
Package BodyFEM_COMP_DIM_MEMBER_LOADER_PKG - show dependent code
Package BodyFEM_CONDITIONS_API - show dependent code
TriggerFEM_DIM_ATTR_VERSIONS_DL
TriggerFEM_DIM_ATTR_VERSIONS_IL
TriggerFEM_DIM_ATTR_VERSIONS_UL
Package BodyFEM_DIM_UTILS_PVT - show dependent code
Package BodyFEM_REFRESH_UTIL_PKG - show dependent code