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


TABLE: PA.PA_EMPLOYEE_ORG_ACCUM_ALL

Object Details
Object Name: PA_EMPLOYEE_ORG_ACCUM_ALL
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.PA_EMPLOYEE_ORG_ACCUM_ALL
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.

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 5
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_EMPLOYEE_ORG_ACCUM_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnORGANIZATION_ID
ColumnPROJECT_TYPE
ColumnEXPENDITURE_TYPE
ColumnWEEK_ENDING_DATE
ColumnORG_ID
PA_EMPLOYEE_ORG_ACCUM_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnWEEK_ENDING_DATE
Columns
Name Datatype Length Mandatory Comments
ORGANIZATION_ID NUMBER (15) Yes The identifier of the organization for which the totals apply
PROJECT_TYPE VARCHAR2 (20) Yes The project type by which the totals are grouped
EXPENDITURE_TYPE VARCHAR2 (30) Yes The expenditure type by which the totals are grouped. This column can be used to separate overtime and straight time hours
WEEK_ENDING_DATE DATE
Yes The week ending date in which the work was performed based on the expenditure item date
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER (15) Yes Standard Who Column
TOTAL_HOURS NUMBER (22)
Total Hours
TOTAL_RAW_COST NUMBER (22)
Total Raw Cost
TOTAL_BURDEN_COST NUMBER (22)
Total Burden Cost
TOTAL_REVENUE NUMBER (22)
Total Revenue
BILLABLE_HOURS NUMBER (22)
Billable Hours
BILLABLE_RAW_COST NUMBER (22)
Billable Raw Cost
BILLABLE_BURDEN_COST NUMBER (22)
Billable Burden Cost
INC_TOTAL_HOURS NUMBER (22)
The incremental total hours. 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_REVENUE NUMBER (22)
The incremental total revenue. This column is only temporarily populated during the processing of the accumulation row
INC_BILLABLE_HOURS NUMBER (22)
The incremental billable hours. 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
ROLLUP_FLAG VARCHAR2 (1)
The flag to mark the lowest level organization accumulation row. This column is only temporarily populated during the processing of the 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

Standard Who Column
LAST_UPDATED_BY NUMBER (15)
Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column
ORG_ID VARCHAR2 (1)
Operating unit identifier for multi-organization installations
Query Text

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


SELECT ORGANIZATION_ID
,      PROJECT_TYPE
,      EXPENDITURE_TYPE
,      WEEK_ENDING_DATE
,      CREATION_DATE
,      CREATED_BY
,      TOTAL_HOURS
,      TOTAL_RAW_COST
,      TOTAL_BURDEN_COST
,      TOTAL_REVENUE
,      BILLABLE_HOURS
,      BILLABLE_RAW_COST
,      BILLABLE_BURDEN_COST
,      INC_TOTAL_HOURS
,      INC_TOTAL_RAW_COST
,      INC_TOTAL_BURDEN_COST
,      INC_TOTAL_REVENUE
,      INC_BILLABLE_HOURS
,      INC_BILLABLE_RAW_COST
,      INC_BILLABLE_BURDEN_COST
,      ROLLUP_FLAG
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      ORG_ID
FROM PA.PA_EMPLOYEE_ORG_ACCUM_ALL;

Dependencies

[top of page]

PA.PA_EMPLOYEE_ORG_ACCUM_ALL does not reference any database object

PA.PA_EMPLOYEE_ORG_ACCUM_ALL is referenced by following:

SchemaPA
ViewPA_EMPLOYEE_ORG_ACCUM_ALL#