[Home] [Help]
[Dependency Information]
Object Name: | GL_BUDGET_BATCHES |
---|---|
Object Type: | TABLE |
Owner: | GL |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
GL_BUDGET_BATCHES stores information about your budget formula batches. For each budget, it records when you last ran the formula batch for a given accounting period. This table also tells you if your formula batch is frozen with respect to a budget. STATUS is 'F' for frozen or 'U' for unfrozen.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
GL_BUDGET_BATCHES_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
GL_BUDGET_BATCHES_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
BUDGET_VERSION_ID | NUMBER | (15) | Yes | Budget version defining column |
RECURRING_BATCH_ID | NUMBER | (15) | Yes | Recurring batch defining column |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
STATUS | VARCHAR2 | (1) | Yes | Batch status (Frozen or Unfrozen) |
LAST_EXECUTED_DATE | DATE | Date batch last run | ||
LAST_EXECUTED_START_PERIOD | VARCHAR2 | (15) | Accounting period last run began with | |
LAST_EXECUTED_END_PERIOD | VARCHAR2 | (15) | Accounting period last run ended with |
Cut, paste (and edit) the following text to query this object:
SELECT BUDGET_VERSION_ID
, RECURRING_BATCH_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, STATUS
, LAST_EXECUTED_DATE
, LAST_EXECUTED_START_PERIOD
, LAST_EXECUTED_END_PERIOD
FROM GL.GL_BUDGET_BATCHES;
GL.GL_BUDGET_BATCHES does not reference any database object
GL.GL_BUDGET_BATCHES is referenced by following:
|
|
|