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


TABLE: PA.PA_TXN_ACCUM_AR

Object Details
Object Name: PA_TXN_ACCUM_AR
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.PA_TXN_ACCUM_AR
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: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_TXN_ACCUM_AR_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPURGE_PROJECT_ID
Columns
Name Datatype Length Mandatory Comments
PURGE_BATCH_ID NUMBER (15) Yes Purge batch Id
PURGE_RELEASE VARCHAR2 (50) Yes Purge release version
PURGE_PROJECT_ID NUMBER (15) Yes Purge Project Id
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column
REQUEST_ID NUMBER (15)
Concurrent program Who column
PROGRAM_APPLICATION_ID NUMBER (15)
Concurrent program Who column
PROGRAM_ID NUMBER (15)
Concurrent program Who column
PROGRAM_UPDATE_DATE DATE

Concurrent program Who column
I_TOT_QUANTITY NUMBER

Also stores future period quantity
I_TOT_LABOR_HOURS NUMBER

Also stores future period labor hours
I_TOT_BILLABLE_RAW_COST NUMBER

Also stores future period billable raw cost
I_TOT_BILLABLE_BURDENED_COST NUMBER

Also stores future period billable burdened cost
I_TOT_BILLABLE_QUANTITY NUMBER

Also stores future period billable quantity
I_TOT_BILLABLE_LABOR_HOURS NUMBER

Also stores future period billable labor hours
COST_IND_COMPILED_SET_ID NUMBER (15)
Indirect compiled set id used for calculating burdened cost
REV_IND_COMPILED_SET_ID NUMBER (15)
Indirect compiled set id used for calculating revenue
INV_IND_COMPILED_SET_ID NUMBER (15)
Indirect compiled set id used for calculating invoice
CMT_IND_COMPILED_SET_ID NUMBER (15)
Indirect compiled set used for calculating burdened cost for commitments
UNIT_OF_MEASURE VARCHAR2 (30)
Unit of measure for commitments or actual cost
ACTUAL_COST_ROLLUP_FLAG VARCHAR2 (1)
Indicates if the actual cost is rolled up to pa_project_accum_actuals
REVENUE_ROLLUP_FLAG VARCHAR2 (1)
Indicates if the revenue is rolled up to pa_project_accum_actuals
CMT_ROLLUP_FLAG VARCHAR2 (1)
Indicates if the commitment are rolled up to pa_project_accum_commitments
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_DATE DATE
Yes Standard Who Column
TOT_QUANTITY NUMBER

Total quantity amount
TOT_LABOR_HOURS NUMBER

Total labor hours amount
TOT_BILLABLE_RAW_COST NUMBER

Total billable raw cost amount
TOT_BILLABLE_BURDENED_COST NUMBER

Total billable burdened cost amount
TOT_BILLABLE_QUANTITY NUMBER

Total billable quantity amount
TOT_BILLABLE_LABOR_HOURS NUMBER

Total billable labor hours amount
TOT_CMT_RAW_COST NUMBER

Total commitment raw cost amount
TOT_CMT_BURDENED_COST NUMBER

Total commitment burdened cost amount
TOT_CMT_QUANTITY NUMBER

Total commitment quantity amount
I_TOT_REVENUE NUMBER

Also stores future period revenue amount
I_TOT_RAW_COST NUMBER

Also stores future period raw cost amount
I_TOT_BURDENED_COST NUMBER

Also stores future period burdened cost amount
NON_LABOR_RESOURCE_ORG_ID NUMBER (15)
Non labor resource organization id of the accumulated txn
EVENT_TYPE_CLASSIFICATION VARCHAR2 (30)
Event type classification of the accumulated txn
SYSTEM_LINKAGE_FUNCTION VARCHAR2 (30)
System linkage function of the accumulated txn
PROJECT_ID NUMBER (15)
Identifier of project for the accumulated txn
TASK_ID NUMBER (15)
Identifier of task for the accumulated txn
PA_PERIOD VARCHAR2 (20)
PA period name of the accumulated txn
GL_PERIOD VARCHAR2 (15)
GL period name of the accumulated txn
MONTH_ENDING_DATE DATE

Month ending date for the accumulated transaction
WEEK_ENDING_DATE DATE

Week ending date for the accumulated transaction
TOT_REVENUE NUMBER

Total revenue amount
TOT_RAW_COST NUMBER

Total Raw cost amount
TOT_BURDENED_COST NUMBER

Total Burdened cost amount
TXN_ACCUM_ID NUMBER (15)
The identifier uniquely identifies txns that were groups of accumulated txns
PERSON_ID NUMBER (15)
The identifier of the person for which accumulation is done
JOB_ID NUMBER (15)
The identifier of the job for which accumulation is done
ORGANIZATION_ID NUMBER (15)
The identifier of the organization for which accumulation is done
VENDOR_ID NUMBER (15)
The identifier of the supplier for which accumulation is done
EXPENDITURE_TYPE VARCHAR2 (30)
Expenditure type of the accumulated txn
EVENT_TYPE VARCHAR2 (30)
Event type of the accumulated txn
NON_LABOR_RESOURCE VARCHAR2 (20)
Expenditure category of the accumulated txn
EXPENDITURE_CATEGORY VARCHAR2 (30)
Expenditure category of the accumulated txn
REVENUE_CATEGORY VARCHAR2 (30)
Revenue category of the accumulated txn
ADW_NOTIFY_FLAG VARCHAR2 (1)
The flag that indicates whether this row needs to be sent to the interface table or not. This column is required for Oracle Project Analysis Collection Pack.
Query Text

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


SELECT PURGE_BATCH_ID
,      PURGE_RELEASE
,      PURGE_PROJECT_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      I_TOT_QUANTITY
,      I_TOT_LABOR_HOURS
,      I_TOT_BILLABLE_RAW_COST
,      I_TOT_BILLABLE_BURDENED_COST
,      I_TOT_BILLABLE_QUANTITY
,      I_TOT_BILLABLE_LABOR_HOURS
,      COST_IND_COMPILED_SET_ID
,      REV_IND_COMPILED_SET_ID
,      INV_IND_COMPILED_SET_ID
,      CMT_IND_COMPILED_SET_ID
,      UNIT_OF_MEASURE
,      ACTUAL_COST_ROLLUP_FLAG
,      REVENUE_ROLLUP_FLAG
,      CMT_ROLLUP_FLAG
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      TOT_QUANTITY
,      TOT_LABOR_HOURS
,      TOT_BILLABLE_RAW_COST
,      TOT_BILLABLE_BURDENED_COST
,      TOT_BILLABLE_QUANTITY
,      TOT_BILLABLE_LABOR_HOURS
,      TOT_CMT_RAW_COST
,      TOT_CMT_BURDENED_COST
,      TOT_CMT_QUANTITY
,      I_TOT_REVENUE
,      I_TOT_RAW_COST
,      I_TOT_BURDENED_COST
,      NON_LABOR_RESOURCE_ORG_ID
,      EVENT_TYPE_CLASSIFICATION
,      SYSTEM_LINKAGE_FUNCTION
,      PROJECT_ID
,      TASK_ID
,      PA_PERIOD
,      GL_PERIOD
,      MONTH_ENDING_DATE
,      WEEK_ENDING_DATE
,      TOT_REVENUE
,      TOT_RAW_COST
,      TOT_BURDENED_COST
,      TXN_ACCUM_ID
,      PERSON_ID
,      JOB_ID
,      ORGANIZATION_ID
,      VENDOR_ID
,      EXPENDITURE_TYPE
,      EVENT_TYPE
,      NON_LABOR_RESOURCE
,      EXPENDITURE_CATEGORY
,      REVENUE_CATEGORY
,      ADW_NOTIFY_FLAG
FROM PA.PA_TXN_ACCUM_AR;

Dependencies

[top of page]

PA.PA_TXN_ACCUM_AR does not reference any database object

PA.PA_TXN_ACCUM_AR is referenced by following:

SchemaAPPS
SynonymPA_TXN_ACCUM_AR