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


VIEW: APPS.FEM_LEDGERS_VL

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


Ledger dimension members


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Uniquely identifies each row within mult-language views
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
READ_ONLY_FLAG VARCHAR2 (1) Yes Read only flag - a Y designates that the record cannot be edited by users
OBJECT_VERSION_NUMBER NUMBER
Yes Internal column for concurrency purposes
ENABLED_FLAG VARCHAR2 (1) Yes Enabled Flag - designates if the record is available for use (Y) or logically deleted (N)
LEDGER_ID NUMBER
Yes Ledger member identifier
LEDGER_DISPLAY_CODE VARCHAR2 (150) Yes Ledger member alphanumeric user identifier
LEDGER_NAME VARCHAR2 (150) Yes Ledger 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
,      PERSONAL_FLAG
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      READ_ONLY_FLAG
,      OBJECT_VERSION_NUMBER
,      ENABLED_FLAG
,      LEDGER_ID
,      LEDGER_DISPLAY_CODE
,      LEDGER_NAME
,      DESCRIPTION
FROM APPS.FEM_LEDGERS_VL;

Dependencies

[top of page]

APPS.FEM_LEDGERS_VL references the following:

SchemaAPPS
SynonymFEM_LEDGERS_B
SynonymFEM_LEDGERS_TL
APPS.FEM_LEDGERS_VL is referenced by following:

SchemaAPPS
Package BodyFEM_CHECK_BR_DIS_MBRS_PKG - show dependent code
Package BodyFEM_COMP_DIM_MEMBER_LOADER_PKG - show dependent code
Package BodyFEM_DATAX_LOADER_PKG - show dependent code
TriggerFEM_LEDGERS_DL
TriggerFEM_LEDGERS_IL
TriggerFEM_LEDGERS_UL
Package BodyFEM_UD_PKG - show dependent code
Package BodyGCS_XML_DT_UTILITY_PKG - show dependent code
ViewZPB_BUSAREA_LEDGERS_VL