[Home] [Help]
[Dependency Information]
| Object Name: | GL_SOB_NAMES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | SQLGL.GL_SOB_NAMES_V
|
| Subobject Name: | |
| Status: | VALID |
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.
| 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 |
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;
APPS
GL_SETS_OF_BOOKS
APPS.GL_SOB_NAMES_V is not referenced by any database object
|
|
|
|