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


TABLE: PA.PA_PROJECT_ACCUM_ACTUALS

Object Details
Object Name: PA_PROJECT_ACCUM_ACTUALS
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.PA_PROJECT_ACCUM_ACTUALS
Subobject Name:
Status: VALID


PA_PROJECT_ACCUM_ACTUALS stores the summary records for cost and
revenue for each combination of project_id, task_id and
resource_list_member_id.
Actuals information is denormalized and stored at each level of
Work Breakdown Structure (equal and higher than WBS level of
actuals).
For resources, amounts are stored only at the lowest level.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_PROJECT_ACCUM_ACTUALS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROJECT_ACCUM_ID
Columns
Name Datatype Length Mandatory Comments
PROJECT_ACCUM_ID NUMBER (15) Yes The identifier of accumulation header for which this line was created
RAW_COST_ITD NUMBER

Inception to date raw cost for project
RAW_COST_YTD NUMBER

Year to date raw cost for project
RAW_COST_PP NUMBER

Raw cost for prior GL or PA period
RAW_COST_PTD NUMBER

Period to date raw cost for PA or GL period
BILLABLE_RAW_COST_ITD NUMBER

Inception to date billable raw cost for project
BILLABLE_RAW_COST_YTD NUMBER

Year to date billable raw cost for project
BILLABLE_RAW_COST_PP NUMBER

Billable raw cost for prior GL or PA period
BILLABLE_RAW_COST_PTD NUMBER

Period to date billable raw cost for PA or GL period
BURDENED_COST_ITD NUMBER

Inception to date burdened cost for project
BURDENED_COST_YTD NUMBER

Year to date burdened cost for project
BURDENED_COST_PP NUMBER

Burdened cost for prior GL or PA period
BURDENED_COST_PTD NUMBER

Period to date burdened cost for PA or GL period
BILLABLE_BURDENED_COST_ITD NUMBER

Inception to date billable burdened cost for project
BILLABLE_BURDENED_COST_YTD NUMBER

Year to date billable burdened cost for project
BILLABLE_BURDENED_COST_PP NUMBER

Billable burdened cost for prior GL or PA period
BILLABLE_BURDENED_COST_PTD NUMBER

Period to date billable burdened cost for PA or GL period
QUANTITY_ITD NUMBER

Inception to date quantity for project
QUANTITY_YTD NUMBER

Year to date quantity for project
QUANTITY_PP NUMBER

Quantity for prior GL or PA period
QUANTITY_PTD NUMBER

Period to date quantity for PA or GL period
LABOR_HOURS_ITD NUMBER

Inception to date labor hours for project
LABOR_HOURS_YTD NUMBER

Year to date labor hours for project
LABOR_HOURS_PP NUMBER

Labor hours for prior GL or PA period
LABOR_HOURS_PTD NUMBER

Period to date labor hours for PA or GL period
BILLABLE_QUANTITY_ITD NUMBER

Inception to date billable quantity for project
BILLABLE_QUANTITY_YTD NUMBER

Year to date billable quantity for project
BILLABLE_QUANTITY_PP NUMBER

Billable quantity for prior GL or PA period
BILLABLE_QUANTITY_PTD NUMBER

Period to date billable quantity for PA or GL period
BILLABLE_LABOR_HOURS_ITD NUMBER

Inception to date billable labor hours for project
BILLABLE_LABOR_HOURS_YTD NUMBER

Year to date billable labor hours for project
BILLABLE_LABOR_HOURS_PP NUMBER

Billable labor hours for prior GL or PA period
BILLABLE_LABOR_HOURS_PTD NUMBER

Period to date billable labor hours for PA or GL period
REVENUE_ITD NUMBER

Inception to date revenue for the project
REVENUE_YTD NUMBER

Year to date revenue for project
REVENUE_PP NUMBER

Prior GL or PA period revenue for the project
REVENUE_PTD NUMBER

Period to date revenue for the project
TXN_UNIT_OF_MEASURE VARCHAR2 (30)
Transaction unit of measure
LAST_UPDATED_BY NUMBER
Yes Standard Who Column
LAST_UPDATE_DATE DATE
Yes Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER
Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER
Yes Standard Who Column
REQUEST_ID NUMBER

Standard Who Column
PROGRAM_APPLICATION_ID NUMBER

Standard Who Column
PROGRAM_ID NUMBER

Standard Who Column
PROGRAM_UPDATE_DATE DATE

Standard Who Column
Query Text

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


SELECT PROJECT_ACCUM_ID
,      RAW_COST_ITD
,      RAW_COST_YTD
,      RAW_COST_PP
,      RAW_COST_PTD
,      BILLABLE_RAW_COST_ITD
,      BILLABLE_RAW_COST_YTD
,      BILLABLE_RAW_COST_PP
,      BILLABLE_RAW_COST_PTD
,      BURDENED_COST_ITD
,      BURDENED_COST_YTD
,      BURDENED_COST_PP
,      BURDENED_COST_PTD
,      BILLABLE_BURDENED_COST_ITD
,      BILLABLE_BURDENED_COST_YTD
,      BILLABLE_BURDENED_COST_PP
,      BILLABLE_BURDENED_COST_PTD
,      QUANTITY_ITD
,      QUANTITY_YTD
,      QUANTITY_PP
,      QUANTITY_PTD
,      LABOR_HOURS_ITD
,      LABOR_HOURS_YTD
,      LABOR_HOURS_PP
,      LABOR_HOURS_PTD
,      BILLABLE_QUANTITY_ITD
,      BILLABLE_QUANTITY_YTD
,      BILLABLE_QUANTITY_PP
,      BILLABLE_QUANTITY_PTD
,      BILLABLE_LABOR_HOURS_ITD
,      BILLABLE_LABOR_HOURS_YTD
,      BILLABLE_LABOR_HOURS_PP
,      BILLABLE_LABOR_HOURS_PTD
,      REVENUE_ITD
,      REVENUE_YTD
,      REVENUE_PP
,      REVENUE_PTD
,      TXN_UNIT_OF_MEASURE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
FROM PA.PA_PROJECT_ACCUM_ACTUALS;

Dependencies

[top of page]

PA.PA_PROJECT_ACCUM_ACTUALS does not reference any database object

PA.PA_PROJECT_ACCUM_ACTUALS is referenced by following:

SchemaPA
ViewPA_PROJECT_ACCUM_ACTUALS#