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


VIEW: APPS.GL_LEDGER_NAMES_V

Object Details
Object Name: GL_LEDGER_NAMES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewSQLGL.GL_LEDGER_NAMES_V
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
NAME VARCHAR2 (30) Yes
SHORT_NAME VARCHAR2 (20) Yes
LEDGER_ID NUMBER (15) Yes
CHART_OF_ACCOUNTS_ID NUMBER (15) Yes
PERIOD_SET_NAME VARCHAR2 (15) Yes
CURRENCY_CODE VARCHAR2 (15) Yes
ENABLE_AVERAGE_BALANCES_FLAG VARCHAR2 (1) Yes
CONSOLIDATION_LEDGER_FLAG VARCHAR2 (1) Yes
Query Text

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


SELECT NAME
,      SHORT_NAME
,      LEDGER_ID
,      CHART_OF_ACCOUNTS_ID
,      PERIOD_SET_NAME
,      CURRENCY_CODE
,      ENABLE_AVERAGE_BALANCES_FLAG
,      CONSOLIDATION_LEDGER_FLAG
FROM APPS.GL_LEDGER_NAMES_V;

Dependencies

[top of page]

APPS.GL_LEDGER_NAMES_V references the following:

SchemaAPPS
SynonymGL_LEDGERS

APPS.GL_LEDGER_NAMES_V is not referenced by any database object