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


VIEW: APPS.FEM_CALENDARS_VL

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


Calendar dimension members


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Uniquely identifies each row within mult-language views
READ_ONLY_FLAG VARCHAR2 (1) Yes Read only flag - a Y designates that the record cannot be edited by users
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
ENABLED_FLAG VARCHAR2 (1) Yes Enabled Flag - designates if the record is available for use (Y) or logically deleted (N)
CALENDAR_DISPLAY_CODE VARCHAR2 (150) Yes Calendar member alphanumeric user identifier
CALENDAR_ID NUMBER (5) Yes Calendar member identifier
CREATION_DATE DATE
Yes Creation Date for the record
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
LAST_UPDATE_LOGIN NUMBER

Last update login for the record
OBJECT_VERSION_NUMBER NUMBER
Yes Internal column for concurrency purposes
CALENDAR_NAME VARCHAR2 (150) Yes Calendar 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
,      READ_ONLY_FLAG
,      PERSONAL_FLAG
,      ENABLED_FLAG
,      CALENDAR_DISPLAY_CODE
,      CALENDAR_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      CALENDAR_NAME
,      DESCRIPTION
FROM APPS.FEM_CALENDARS_VL;

Dependencies

[top of page]

APPS.FEM_CALENDARS_VL references the following:

SchemaAPPS
SynonymFEM_CALENDARS_B
SynonymFEM_CALENDARS_TL
APPS.FEM_CALENDARS_VL is referenced by following:

SchemaAPPS
TriggerFEM_CALENDARS_DL
TriggerFEM_CALENDARS_IL
TriggerFEM_CALENDARS_UL
Package BodyFEM_DIMENSION_MIGRATION_PKG - show dependent code
Package BodyFEM_UD_PKG - show dependent code