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


VIEW: APPS.FEM_USER_DIM8_VL

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

View Type

A public view which may be useful for custom reporting or other data
requirements.


User Dimension08 dimension members


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Uniquely identifies each row within mult-language views
USER_DIM8_ID NUMBER
Yes User Dimension08 member identifier
VALUE_SET_ID NUMBER
Yes Value Set member identifier
DIMENSION_GROUP_ID NUMBER (9)
Level (Dimension Group) internal identifier
USER_DIM8_DISPLAY_CODE VARCHAR2 (150) Yes User Dimension08 member alphanumeric user identifier
ENABLED_FLAG VARCHAR2 (1) Yes Enabled Flag - designates if the record is available for use (Y) or logically deleted (N)
PERSONAL_FLAG VARCHAR2 (1) Yes A Y designates that the record belongs to a personal dimension member that is only available to the user that created the member
CREATION_DATE DATE
Yes Creation Date for the record
CREATED_BY NUMBER (15) Yes Created By user
LAST_UPDATED_BY NUMBER (15) Yes Last Updated by user
LAST_UPDATE_DATE DATE
Yes Last update date for the record
LAST_UPDATE_LOGIN NUMBER (15)
Last update login for the record
OBJECT_VERSION_NUMBER NUMBER
Yes Internal column for concurrency purposes
READ_ONLY_FLAG VARCHAR2 (1) Yes Read only flag - a Y designates that the record cannot be edited by users
USER_DIM8_NAME VARCHAR2 (150) Yes User Dimension08 member translatable name
DESCRIPTION VARCHAR2 (255)
General Ledger Period Set member translatable name
Query Text

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


SELECT ROW_ID
,      USER_DIM8_ID
,      VALUE_SET_ID
,      DIMENSION_GROUP_ID
,      USER_DIM8_DISPLAY_CODE
,      ENABLED_FLAG
,      PERSONAL_FLAG
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      READ_ONLY_FLAG
,      USER_DIM8_NAME
,      DESCRIPTION
FROM APPS.FEM_USER_DIM8_VL;

Dependencies

[top of page]

APPS.FEM_USER_DIM8_VL references the following:

SchemaAPPS
SynonymFEM_USER_DIM8_B
SynonymFEM_USER_DIM8_TL
APPS.FEM_USER_DIM8_VL is referenced by following:

SchemaAPPS
TriggerFEM_USER_DIM8_DL
TriggerFEM_USER_DIM8_IL
TriggerFEM_USER_DIM8_UL