[Home] [Help]
[Dependency Information]
| Object Name: | PA_BASE_BUDGET_BY_PA_PERIOD_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_BASE_BUDGET_BY_PA_PERIOD_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BUDGET_VERSION_ID | NUMBER | (15) | Yes | The identifier of the budget version |
| PROJECT_ID | NUMBER | (15) | Yes | The identifier of the project for which the budget is entered |
| TASK_ID | NUMBER | (15) | Yes | The identifier of the task for which the budget is entered |
| BUDGET_TYPE_CODE | VARCHAR2 | (30) | The type of budget | |
| PA_PERIOD | VARCHAR2 | (20) | Yes | The pa period for which the budget is entered |
| GL_PERIOD_NAME | VARCHAR2 | (15) | Yes | |
| PERIOD_YEAR | NUMBER | (15) | Yes | |
| PERIOD_START_DATE | DATE | Yes | The start date of the pa period | |
| PERIOD_END_DATE | DATE | Yes | The end date of the pa period | |
| RESOURCE_LIST_MEMBER_ID | NUMBER | (15) | Yes | The identifier of the resource list member used for the budget |
| RESOURCE_ALIAS | VARCHAR2 | (80) | ||
| RESOURCE_LIST_ID | NUMBER | (15) | Yes | The identifier of the resource list used for the budget |
| RESOURCE_ID | NUMBER | (15) | Yes | The identifier of the resource used for the budget |
| RESOURCE_ACCUMULATED_FLAG | VARCHAR2 | (1) | Yes | Flag that indicates if the budget version has been accumulated |
| RAW_COST | NUMBER | The raw cost of the budget for the pa period | ||
| BURDENED_COST | NUMBER | The burdened cost of the budget for the pa period | ||
| REVENUE | NUMBER | The revenue of the budget for the pa period | ||
| QUANTITY | NUMBER | The quantity of the budget for the pa period | ||
| LABOR_QUANTITY | NUMBER | The labor hours of the budget for the pa period | ||
| UNIT_OF_MEASURE | VARCHAR2 | (30) | The unit of measure of the budget in the pa period. This is the unit of measure of the resource | |
| ORG_ID | NUMBER | (15) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT BUDGET_VERSION_ID
, PROJECT_ID
, TASK_ID
, BUDGET_TYPE_CODE
, PA_PERIOD
, GL_PERIOD_NAME
, PERIOD_YEAR
, PERIOD_START_DATE
, PERIOD_END_DATE
, RESOURCE_LIST_MEMBER_ID
, RESOURCE_ALIAS
, RESOURCE_LIST_ID
, RESOURCE_ID
, RESOURCE_ACCUMULATED_FLAG
, RAW_COST
, BURDENED_COST
, REVENUE
, QUANTITY
, LABOR_QUANTITY
, UNIT_OF_MEASURE
, ORG_ID
FROM APPS.PA_BASE_BUDGET_BY_PA_PERIOD_V;
APPS
GL_PERIODS
GL_SETS_OF_BOOKS
PA_BUDGET_ENTRY_METHODS
PA_BUDGET_LINES
PA_BUDGET_VERSIONS
PA_IMPLEMENTATIONS
PA_MISC
- show dependent code
PA_PERIODS_ALL
PA_RESOURCE_ASSIGNMENTS
PA_RESOURCE_LIST_MEMBERS
APPS
PA_NG_BUDGET_BY_PA_PERIOD_V
|
|
|
|