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


VIEW: APPS.PA_PROJ_CCREV_COST_V

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

View Type

A public view which may be useful for custom reporting or other data
requirements.


PA_PROJ_CCREV_COST_V is a view that summarizes the burdened cost for use in cost-to-cost revenue calculation.


[View Source]

Columns
Name Datatype Length Mandatory Comments
PROJECT_ID NUMBER (15)
Identifier of the project.
TASK_ID NUMBER (15)
Identifier of the task.
BURDENED_COST NUMBER

Burdened cost.
PA_START_DATE DATE

Date range effective from.
PA_END_DATE DATE

Date range effective until.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PROJECT_ID
,      TASK_ID
,      BURDENED_COST
,      PA_START_DATE
,      PA_END_DATE
FROM APPS.PA_PROJ_CCREV_COST_V;

Dependencies

[top of page]

APPS.PA_PROJ_CCREV_COST_V references the following:

SchemaAPPS
SynonymPA_COST_DISTRIBUTION_LINES_ALL
SynonymPA_PERIODS
SynonymPA_TASKS
SynonymPA_TXN_ACCUM

APPS.PA_PROJ_CCREV_COST_V is not referenced by any database object