[Home] [Help]
[Dependency Information]
| Object Name: | GLBV_GL_BUDGET_ORGANIZATIONS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | SQLGL.GLBV_GL_BUDGET_ORGANIZATIONS
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
General Ledger budget organizations are groups responsible for entering and maintaining budget data for a set of accounts.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BUDGET_ORGANIZATION_ID | NUMBER | (15) | Yes | Budget organization defining column |
| BUDGET_ORGANIZATION_NAME | VARCHAR2 | (25) | Yes | Budget organization name |
| LEDGER_ID | NUMBER | (15) | Yes | |
| START_EFFECTIVE_DATE | DATE | |||
| END_EFFECTIVE_DATE | DATE | |||
| DESCRIPTION | VARCHAR2 | (240) | ||
| _LA:REQUIRE_PASSWORD_FLAG | CHAR | (82) |
Cut, paste (and edit) the following text to query this object:
SELECT BUDGET_ORGANIZATION_ID
, BUDGET_ORGANIZATION_NAME
, LEDGER_ID
, START_EFFECTIVE_DATE
, END_EFFECTIVE_DATE
, DESCRIPTION
, _LA:REQUIRE_PASSWORD_FLAG
FROM APPS.GLBV_GL_BUDGET_ORGANIZATIONS;
APPS
GL_BUDGET_ENTITIES
APPS.GLBV_GL_BUDGET_ORGANIZATIONS is not referenced by any database object
|
|
|
|