[Home] [Help]
[Dependency Information]
| Object Name: | GL_ENTITY_BUDGETS |
|---|---|
| Object Type: | TABLE |
| Owner: | GL |
| FND Design Data: | SQLGL.GL_ENTITY_BUDGETS
|
| Subobject Name: | |
| Status: | VALID |
GL_ENTITY_BUDGETS stores information about the relation between budget organizations and budgets. In particular, this table tells you whether a budget is frozen with respect to a budget organization. This table corresponds to the Organizations section of the Freeze Budgets form. FROZEN_FLAG is 'Y' if a budget is frozen or 'N' if it is not frozen. You need one row for each combination of budget organization and budget.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GL_ENTITY_BUDGETS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
BUDGET_ENTITY_ID
BUDGET_VERSION_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BUDGET_ENTITY_ID | NUMBER | (15) | Yes | Budget Organization defining column |
| BUDGET_VERSION_ID | NUMBER | (15) | Yes | Budget version defining column |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| FROZEN_FLAG | VARCHAR2 | (1) | Yes | Freeze budget organization flag |
| CREATION_DATE | DATE | Standard Who column | ||
| CREATED_BY | NUMBER | (15) | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
| ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| CONTEXT | VARCHAR2 | (150) | Descriptive flexfield context |
Cut, paste (and edit) the following text to query this object:
SELECT BUDGET_ENTITY_ID
, BUDGET_VERSION_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, FROZEN_FLAG
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, ATTRIBUTE1
, ATTRIBUTE2
, ATTRIBUTE3
, ATTRIBUTE4
, ATTRIBUTE5
, CONTEXT
FROM GL.GL_ENTITY_BUDGETS;
GL.GL_ENTITY_BUDGETS does not reference any database object
GL.GL_ENTITY_BUDGETS is referenced by following:
APPS
GL_ENTITY_BUDGETS
|
|
|
|