[Home] [Help]
[Dependency Information]
| Object Name: | PA_PROJECT_EXP_ITEM_ACCUM |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_PROJECT_EXP_ITEM_ACCUM
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 40 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_PROJECT_EXP_ITEM_ACCUM_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PROJECT_ID
TASK_ID
PA_PERIOD
GL_PERIOD
EXPENDITURE_TYPE
EXPENDITURE_ORGANIZATION_ID
|
| PA_PROJECT_EXP_ITEM_ACCUM_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
ROLLUP_FLAG
REQUEST_ID
|
| PA_PROJECT_EXP_ITEM_ACCUM_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PA_PERIOD
GL_PERIOD
|
| PA_PROJECT_EXP_ITEM_ACCUM_N3 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
GL_PERIOD
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PROJECT_ID | NUMBER | (15) | Yes | The identifier of the project for which the totals apply |
| TASK_ID | NUMBER | (15) | Yes | The identifier of the task for which the totals apply. This value is set to 0 for project level records. Totals are rolled up the wbs; every level tasks total is stored in the database |
| PA_PERIOD | VARCHAR2 | (20) | Yes | The PA period in which the cost and revenue totals are generated |
| GL_PERIOD | VARCHAR2 | (15) | Yes | The GL period in which the cost and revenue totals are generated |
| EXPENDITURE_TYPE | VARCHAR2 | (30) | Yes | The expenditure type by which the totals are grouped |
| EXPENDITURE_ORGANIZATION_ID | NUMBER | (15) | The identifier of the organization that incurred the charges. | |
| CREATION_DATE | DATE | Yes | Standard Who Column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who Column |
| EXPENDITURE_CATEGORY | VARCHAR2 | (30) | Yes | The expenditure category of the expenditure type, denormalized for easier reporting |
| REVENUE_CATEGORY | VARCHAR2 | (30) | Yes | The revenue category of the expenditure type, denormalized for easier reporting |
| TOTAL_REVENUE | NUMBER | (22) | Total Revenue | |
| TOTAL_RAW_COST | NUMBER | (22) | Total Raw Cost | |
| TOTAL_BURDEN_COST | NUMBER | (22) | Total Burden Cost | |
| TOTAL_QUANTITY | NUMBER | (22) | Total Quantity | |
| BILLABLE_RAW_COST | NUMBER | (22) | Billable Raw Cost | |
| BILLABLE_BURDEN_COST | NUMBER | (22) | Billable Burden Cost | |
| BILLABLE_QUANTITY | NUMBER | (22) | Billable Quantity | |
| INC_TOTAL_REVENUE | NUMBER | (22) | The incremental total revenue. This column is only temporarily populated during the processing of the accumulation row | |
| INC_TOTAL_RAW_COST | NUMBER | (22) | The incremental total raw cost. This column is only temporarily populated during the processing of the accumulation row | |
| INC_TOTAL_BURDEN_COST | NUMBER | (22) | The incremental total burden cost. This column is only temporarily populated during the processing of the accumulation row | |
| INC_TOTAL_QUANTITY | NUMBER | (22) | The incremental total quantity. This column is only temporarily populated during the processing of the accumulation row | |
| INC_BILLABLE_RAW_COST | NUMBER | (22) | The incremental billable raw cost. This column is only temporarily populated during the processing of the accumulation row | |
| INC_BILLABLE_BURDEN_COST | NUMBER | (22) | The incremental billable burden cost. This column is only temporarily populated during the processing of the accumulation row | |
| INC_BILLABLE_QUANTITY | NUMBER | (22) | The incremental billable quantity. This column is only temporarily populated during the processing of the accumulation row | |
| ROLLUP_FLAG | VARCHAR2 | (1) | The flag to mark the lowest level task accumulation row. This column is only temporarily set during the processing of the project expenditure item accumulation rows | |
| REQUEST_ID | NUMBER | (15) | Standard Who Column | |
| PROGRAM_APPLICATION_ID | NUMBER | (15) | Standard Who Column | |
| PROGRAM_ID | NUMBER | (15) | Standard Who Column | |
| PROGRAM_UPDATE_DATE | DATE | Standard Who Column | ||
| LAST_UPDATE_DATE | DATE | Yes | Standard Who Column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who Column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who Column |
Cut, paste (and edit) the following text to query this object:
SELECT PROJECT_ID
, TASK_ID
, PA_PERIOD
, GL_PERIOD
, EXPENDITURE_TYPE
, EXPENDITURE_ORGANIZATION_ID
, CREATION_DATE
, CREATED_BY
, EXPENDITURE_CATEGORY
, REVENUE_CATEGORY
, TOTAL_REVENUE
, TOTAL_RAW_COST
, TOTAL_BURDEN_COST
, TOTAL_QUANTITY
, BILLABLE_RAW_COST
, BILLABLE_BURDEN_COST
, BILLABLE_QUANTITY
, INC_TOTAL_REVENUE
, INC_TOTAL_RAW_COST
, INC_TOTAL_BURDEN_COST
, INC_TOTAL_QUANTITY
, INC_BILLABLE_RAW_COST
, INC_BILLABLE_BURDEN_COST
, INC_BILLABLE_QUANTITY
, ROLLUP_FLAG
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM PA.PA_PROJECT_EXP_ITEM_ACCUM;
PA.PA_PROJECT_EXP_ITEM_ACCUM does not reference any database object
PA.PA_PROJECT_EXP_ITEM_ACCUM is referenced by following:
PA
PA_PROJECT_EXP_ITEM_ACCUM#
|
|
|
|