[Home] [Help]
[Dependency Information]
| Object Name: | PA_PROJ_CCREV_COST_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_PROJ_CCREV_COST_V
|
| Subobject Name: | |
| Status: | VALID |
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.
| 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. |
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;
APPS
PA_COST_DISTRIBUTION_LINES_ALL
PA_PERIODS
PA_TASKS
PA_TXN_ACCUM
APPS.PA_PROJ_CCREV_COST_V is not referenced by any database object
|
|
|
|