[Home] [Help]
[Dependency Information]
Object Name: | GLFV_GL_BUDGET_ORGANIZATIONS |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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 | |
LEDGER_NAME | VARCHAR2 | (30) | Yes | |
START_EFFECTIVE_DATE | DATE | |||
END_EFFECTIVE_DATE | DATE | |||
DESCRIPTION | VARCHAR2 | (240) | ||
_LA:REQUIRE_PASSWORD_FLAG | CHAR | (64) | ||
_DF | CHAR | (33) |
Cut, paste (and edit) the following text to query this object:
SELECT BUDGET_ORGANIZATION_ID
, BUDGET_ORGANIZATION_NAME
, LEDGER_ID
, LEDGER_NAME
, START_EFFECTIVE_DATE
, END_EFFECTIVE_DATE
, DESCRIPTION
, _LA:REQUIRE_PASSWORD_FLAG
, _DF
FROM APPS.GLFV_GL_BUDGET_ORGANIZATIONS;
APPS.GLFV_GL_BUDGET_ORGANIZATIONS is not referenced by any database object
|
|
|