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


VIEW: APPS.FEM_USER_DIM2_VS

Object Details
Object Name: FEM_USER_DIM2_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
USER_DIM2_ID NUMBER
Yes User Dimension2 Identifier
DIMENSION_GROUP_ID NUMBER (9)
Dimension Group Identifier
USER_DIM2_DISPLAY_CODE VARCHAR2 (150) Yes Non-translatable alphanumeric member identifier
ENABLED_FLAG VARCHAR2 (1) Yes Enabled Flag
PERSONAL_FLAG VARCHAR2 (1) Yes Designates whether or not the member is a personal dimension member
USER_DIM2_NAME VARCHAR2 (150) Yes User Dimension2 name
DESCRIPTION VARCHAR2 (255)
Description
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
READ_ONLY_FLAG VARCHAR2 (1) Yes Designates whether or not the Dimension member is protected from update
Query Text

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


SELECT USER_DIM2_ID
,      DIMENSION_GROUP_ID
,      USER_DIM2_DISPLAY_CODE
,      ENABLED_FLAG
,      PERSONAL_FLAG
,      USER_DIM2_NAME
,      DESCRIPTION
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      READ_ONLY_FLAG
FROM APPS.FEM_USER_DIM2_VS;

Dependencies

[top of page]

APPS.FEM_USER_DIM2_VS references the following:

SchemaAPPS
SynonymFEM_DIMENSIONS_B
PL/SQL PackageFEM_DIMENSION_UTIL_PKG - show dependent code
SynonymFEM_USER_DIM2_B
SynonymFEM_USER_DIM2_TL
APPS.FEM_USER_DIM2_VS is referenced by following:

SchemaAPPS
Package BodyFEM_DIM_UTILS_PVT - show dependent code