DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.PA_BASE_BUDGET_BY_PA_PERIOD_V

Object Details
Object Name: PA_BASE_BUDGET_BY_PA_PERIOD_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_BASE_BUDGET_BY_PA_PERIOD_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.PA_BASE_BUDGET_BY_PA_PERIOD_V references the following:

SchemaAPPS
SynonymGL_PERIODS
ViewGL_SETS_OF_BOOKS
SynonymPA_BUDGET_ENTRY_METHODS
SynonymPA_BUDGET_LINES
SynonymPA_BUDGET_VERSIONS
SynonymPA_IMPLEMENTATIONS
PL/SQL PackagePA_MISC - show dependent code
SynonymPA_PERIODS_ALL
SynonymPA_RESOURCE_ASSIGNMENTS
SynonymPA_RESOURCE_LIST_MEMBERS
APPS.PA_BASE_BUDGET_BY_PA_PERIOD_V is referenced by following:

SchemaAPPS
ViewPA_NG_BUDGET_BY_PA_PERIOD_V