[Home] [Help]
[Dependency Information]
Object Name: | PSBBV_BUDGET_REVISIONS |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
PSBBV_BUDGET_REVISIONS displays worksheet information.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
BUDGET_REVISION_ID | NUMBER | (20) | Yes | Budget revision unique identifier |
JUSTIFICATION | VARCHAR2 | (240) | Textual justification for the budget revision | |
BUDGET_GROUP_ID | NUMBER | (20) | Yes | Textual justification for the budget revision |
BALANCE_TYPE | VARCHAR2 | (4) | Yes | |
GL_BUDGET_SET_ID | NUMBER | (20) | Unique Identifier for the GL budget set associated with the budget revision | |
FROM_GL_PERIOD_NAME | VARCHAR2 | (15) | Start GL period in the range of periods for which the mass budget revision has to be done | |
TO_GL_PERIOD_NAME | VARCHAR2 | (15) | End GL period in the range of periods for which the budget revision has to be done | |
EFFECTIVE_START_DATE | DATE | Effective start date for position mass budget revisions | ||
EFFECTIVE_END_DATE | DATE | Effective end date for position mass budget revisions | ||
_LA:BUDGET_REVISION_TYPE | CHAR | (69) | Indicates whether the budget to be revised is a commitment budget or regular budget.'C' - indicates commitment budget,'O' - indicates others | |
_LA:TRANSACTION_TYPE | CHAR | (71) | Indicates the type of budget revision transaction, e.g Budget Transfer / Budget Adjustments | |
PERMANENT_REVISION | VARCHAR2 | (1) | Yes | Indicates if the budget revisions are permanent or temporary. If the budget revision is temporary it should not be considered for projecting budgets for the future years |
REVISE_BY_POSITION | VARCHAR2 | (1) | ||
REQUESTOR | NUMBER | (20) | Yes | Employee identifier of the user who requests for the budget revision |
PARAMETER_SET_ID | NUMBER | (15) | Parameter set unique identifier associated with the budget revision and used for mass budget revisions | |
CONSTRAINT_SET_ID | NUMBER | (20) | Constraint set unique identifier associated with the budget revision . | |
SUBMISSION_DATE | DATE | Date on which the budget revision is submitted for approval | ||
SUBMISSION_STATUS | VARCHAR2 | (1) | Indicates status of budget revision submission. Valid values are 'C' - complete, 'I' - incomplete , 'E' - error | |
APPROVAL_ORIG_SYSTEM | VARCHAR2 | (30) | Originating system of the Workflow role chosento override regular approval hierarchy. | |
APPROVAL_OVERRIDE_BY | NUMBER | Indicates the overriding approver for the budget revision which bypasses the normal approval hierarchy | ||
FREEZE_FLAG | VARCHAR2 | (1) | Indicates if the budget revision is frozen and cannot accept further revisions until unfrozen. Valid values are 'Y' and 'N' | |
BASE_LINE_REVISION | VARCHAR2 | (1) | Indicates if the budget revision is a version of the original budget that was posted from the budget preparation phase | |
GLOBAL_BUDGET_REVISION | VARCHAR2 | (1) | Indicates if this is a global budget revision. A global budget revision can be distributed to lower-level budget groups using distribution rules | |
GLOBAL_BUDGET_REVISION_ID | NUMBER | (20) | Unique identifier for the global budget revision from which this distributed budget revision was created |
Cut, paste (and edit) the following text to query this object:
SELECT BUDGET_REVISION_ID
, JUSTIFICATION
, BUDGET_GROUP_ID
, BALANCE_TYPE
, GL_BUDGET_SET_ID
, FROM_GL_PERIOD_NAME
, TO_GL_PERIOD_NAME
, EFFECTIVE_START_DATE
, EFFECTIVE_END_DATE
, _LA:BUDGET_REVISION_TYPE
, _LA:TRANSACTION_TYPE
, PERMANENT_REVISION
, REVISE_BY_POSITION
, REQUESTOR
, PARAMETER_SET_ID
, CONSTRAINT_SET_ID
, SUBMISSION_DATE
, SUBMISSION_STATUS
, APPROVAL_ORIG_SYSTEM
, APPROVAL_OVERRIDE_BY
, FREEZE_FLAG
, BASE_LINE_REVISION
, GLOBAL_BUDGET_REVISION
, GLOBAL_BUDGET_REVISION_ID
FROM APPS.PSBBV_BUDGET_REVISIONS;
APPS.PSBBV_BUDGET_REVISIONS is not referenced by any database object
|
|
|