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


VIEW: APPS.GL_SOB_NAMES_V

Object Details
Object Name: GL_SOB_NAMES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewSQLGL.GL_SOB_NAMES_V
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
NAME VARCHAR2 (30) Yes
SHORT_NAME VARCHAR2 (20) Yes
SET_OF_BOOKS_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_SOB_FLAG VARCHAR2 (1) Yes
Query Text

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


SELECT NAME
,      SHORT_NAME
,      SET_OF_BOOKS_ID
,      CHART_OF_ACCOUNTS_ID
,      PERIOD_SET_NAME
,      CURRENCY_CODE
,      ENABLE_AVERAGE_BALANCES_FLAG
,      CONSOLIDATION_SOB_FLAG
FROM APPS.GL_SOB_NAMES_V;

Dependencies

[top of page]

APPS.GL_SOB_NAMES_V references the following:

SchemaAPPS
ViewGL_SETS_OF_BOOKS

APPS.GL_SOB_NAMES_V is not referenced by any database object