[Home] [Help]
[Dependency Information]
Object Name: | GLBV_GL_BUDGET_ASSIGNMENTS |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
General Ledger budget assignments are accounts associated with a budget organization.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LEDGER_ID | NUMBER | (15) | Yes | Accounting books defining column |
LEDGER_NAME | VARCHAR2 | (30) | Yes | |
BUDGET_ORGANIZATION_ID | NUMBER | (15) | Yes | Budget version defining column |
ACCOUNT_ID | NUMBER | (15) | Yes | Key flexfield combination defining column |
_KF:ACCOUNT | CHAR | (17) | ||
CURRENCY | VARCHAR2 | (15) | Yes | |
_LA:ENTRY_TYPE | CHAR | (48) | ||
_LA:AMOUNT_TYPE | CHAR | (49) | ||
_LA:BOUNDARY | CHAR | (53) | ||
FUNDING_BUDGET_ID | NUMBER | (15) | ||
_LA:FUNDS_CHECK_LEVEL | CHAR | (66) | ||
AUTO_ENCUMBRANCE_FLAG | VARCHAR2 | (0) |
Cut, paste (and edit) the following text to query this object:
SELECT LEDGER_ID
, LEDGER_NAME
, BUDGET_ORGANIZATION_ID
, ACCOUNT_ID
, _KF:ACCOUNT
, CURRENCY
, _LA:ENTRY_TYPE
, _LA:AMOUNT_TYPE
, _LA:BOUNDARY
, FUNDING_BUDGET_ID
, _LA:FUNDS_CHECK_LEVEL
, AUTO_ENCUMBRANCE_FLAG
FROM APPS.GLBV_GL_BUDGET_ASSIGNMENTS;
APPS.GLBV_GL_BUDGET_ASSIGNMENTS is not referenced by any database object
|
|
|