[Home] [Help]
[Dependency Information]
| Object Name: | GL_BUDGETS_REQUIRE_JOURNALS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | SQLGL.GL_BUDGETS_REQUIRE_JOURNALS_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 |
|---|---|---|---|---|
| BUDGET_VERSION_ID | NUMBER | (15) | Yes | Budget version defining column |
| BUDGET_NAME | VARCHAR2 | (15) | Yes | Budget name |
| LEDGER_ID | NUMBER | (15) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT BUDGET_VERSION_ID
, BUDGET_NAME
, LEDGER_ID
FROM APPS.GL_BUDGETS_REQUIRE_JOURNALS_V;
APPS
GL_BUDGETS
GL_BUDGET_VERSIONS
APPS.GL_BUDGETS_REQUIRE_JOURNALS_V is not referenced by any database object
|
|
|
|