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


VIEW: APPS.FEM_DATA_TYPES_VL

Object Details
Object Name: FEM_DATA_TYPES_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.


FEM Data Type dimension members


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Uniquely identifies each row within mult-language views
LAST_UPDATE_LOGIN NUMBER

Last update login for the record
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
CREATED_BY NUMBER
Yes Created By user
LAST_UPDATED_BY NUMBER
Yes Last Updated by user
LAST_UPDATE_DATE DATE
Yes Last update date for the record
FEM_DATA_TYPE_CODE VARCHAR2 (30) Yes FEM Data Type member identifier
ENABLED_FLAG VARCHAR2 (1) Yes Enabled Flag - designates if the record is available for use (Y) or logically deleted (N)
CREATION_DATE DATE
Yes Creation Date for the record
READ_ONLY_FLAG VARCHAR2 (1) Yes Read only flag - a Y designates that the record cannot be edited by users
FEM_DATA_TYPE_NAME VARCHAR2 (150) Yes FEM Data Type 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
,      LAST_UPDATE_LOGIN
,      PERSONAL_FLAG
,      CREATED_BY
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      FEM_DATA_TYPE_CODE
,      ENABLED_FLAG
,      CREATION_DATE
,      READ_ONLY_FLAG
,      FEM_DATA_TYPE_NAME
,      DESCRIPTION
FROM APPS.FEM_DATA_TYPES_VL;

Dependencies

[top of page]

APPS.FEM_DATA_TYPES_VL references the following:

SchemaAPPS
SynonymFEM_DATA_TYPES_B
SynonymFEM_DATA_TYPES_TL
APPS.FEM_DATA_TYPES_VL is referenced by following:

SchemaAPPS
Package BodyFEM_ADMIN_UTIL_PKG - show dependent code
TriggerFEM_DATA_TYPES_DL
TriggerFEM_DATA_TYPES_IL
TriggerFEM_DATA_TYPES_UL