[Home] [Help]
[Dependency Information]
| Object Name: | GL_ALL_BUD_ORGS_VIEW |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | SQLGL.GL_ALL_BUD_ORGS_VIEW
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BUDGET_ENTITY_ID | NUMBER | Budget organization defining column | ||
| NAME | VARCHAR2 | (80) | Budget organization name | |
| LEDGER_ID | NUMBER | |||
| DESCRIPTION | VARCHAR2 | (240) |
Cut, paste (and edit) the following text to query this object:
SELECT BUDGET_ENTITY_ID
, NAME
, LEDGER_ID
, DESCRIPTION
FROM APPS.GL_ALL_BUD_ORGS_VIEW;
APPS
GL_BUDGET_ENTITIES
GL_LOOKUPS
APPS.GL_ALL_BUD_ORGS_VIEW is not referenced by any database object
|
|
|
|