Search Results pa_expenditure_items_all
The PA_EXPENDITURE_ITEMS_ALL
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical component of the Project Accounting (PA) module. It serves as the primary repository for expenditure item details, capturing transactional data related to project costs, including labor, non-labor, and other expense types. This table is integral to project cost tracking, billing, and financial reporting processes. Below is a detailed analysis of its structure, functionality, and significance within Oracle EBS.
Table Overview
ThePA_EXPENDITURE_ITEMS_ALL
table stores detailed records of all expenditure items posted to projects. Each row represents an individual expenditure entry, which may originate from various sources such as Oracle Time & Labor (OTL), Payables, Inventory, or manual entries. The table is multi-org enabled, allowing data segregation by operating unit, and follows the standard Oracle EBS architecture with a corresponding _ALL
suffix to support multiple organizations.
Key Columns and Their Significance
The table contains numerous columns, but the most critical ones include:- EXPENDITURE_ITEM_ID: Primary key uniquely identifying each expenditure item.
- EXPENDITURE_ID: Foreign key linking to the parent expenditure record in
PA_EXPENDITURES_ALL
. - PROJECT_ID: References the project to which the expenditure is charged.
- TASK_ID: Associates the expenditure with a specific project task.
- EXPENDITURE_TYPE: Classifies the expenditure (e.g., Labor, Expense, Material).
- EXPENDITURE_ITEM_DATE: The date the expenditure was incurred.
- QUANTITY: The quantity of units (e.g., hours for labor).
- RAW_COST: The unburdened cost amount.
- BURDEN_COST: The cost after applying burdening rules (overhead).
- BILLABLE_FLAG: Indicates whether the item is billable to the customer.
- GL_PERIOD_NAME: The accounting period in which the expenditure is recorded.
Integration with Other Modules
ThePA_EXPENDITURE_ITEMS_ALL
table integrates with several Oracle EBS modules:
- Oracle Time & Labor (OTL): Labor hours are transferred as expenditure items.
- Payables: Supplier invoices are recorded as non-labor expenditures.
- Inventory: Material issues to projects are captured as expenditure items.
- General Ledger (GL): Costs are transferred to GL via the Project Accounting interface.
Workflow and Processing
Expenditure items typically follow a workflow:- Creation: Items are created via manual entry, interface tables, or feeder systems.
- Validation: System validates against project/task dates, rates, and cross-charge rules.
- Costing: Raw and burden costs are calculated using predefined rates.
- Transfer to GL: Items are summarized and posted to the General Ledger.
Customizations and Extensions
Organizations often extend the table's functionality by:- Adding custom columns via Descriptive Flexfields (DFFs).
- Implementing triggers or APIs to enforce business rules.
- Creating custom reports using the table as a data source.
Performance Considerations
Due to its transactional nature, the table can grow significantly in large implementations. Key performance optimizations include:- Indexing frequently queried columns (e.g.,
PROJECT_ID
,EXPENDITURE_ITEM_DATE
). - Partitioning by date ranges for archival purposes.
- Purging obsolete records using standard Oracle purge utilities.
Conclusion
ThePA_EXPENDITURE_ITEMS_ALL
table is a cornerstone of Oracle Project Accounting, enabling granular tracking of project costs. Its integration with multiple EBS modules ensures a seamless flow of financial data, while its flexible structure supports diverse business requirements. Proper understanding and management of this table are essential for accurate project costing, billing, and reporting in Oracle EBS 12.1.1 and 12.2.2 environments.
-
Table: PA_EXPENDITURE_ITEMS_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPENDITURE_ITEMS_ALL, object_name:PA_EXPENDITURE_ITEMS_ALL, status:VALID, product: PA - Projects , description: The smallest units of expenditure charged to projects and tasks , implementation_dba_data: PA.PA_EXPENDITURE_ITEMS_ALL ,
-
Table: PA_EXPENDITURE_ITEMS_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPENDITURE_ITEMS_ALL, object_name:PA_EXPENDITURE_ITEMS_ALL, status:VALID, product: PA - Projects , description: The smallest units of expenditure charged to projects and tasks , implementation_dba_data: PA.PA_EXPENDITURE_ITEMS_ALL ,
-
Table: PA_EXPENDITURES_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPENDITURES_ALL, object_name:PA_EXPENDITURES_ALL, status:VALID, product: PA - Projects , description: Groups of expenditure items incurred by employees or organizations for an expenditure period , implementation_dba_data: PA.PA_EXPENDITURES_ALL ,
-
Table: PA_EXPENDITURES_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPENDITURES_ALL, object_name:PA_EXPENDITURES_ALL, status:VALID, product: PA - Projects , description: Groups of expenditure items incurred by employees or organizations for an expenditure period , implementation_dba_data: PA.PA_EXPENDITURES_ALL ,
-
View: PA_CRDL_REVERSAL_RATE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CRDL_REVERSAL_RATE_V, object_name:PA_CRDL_REVERSAL_RATE_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CRDL_REVERSAL_RATE_V ,
-
View: PA_PROJ_TRANSFERS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_TRANSFERS_VIEW, object_name:PA_PROJ_TRANSFERS_VIEW, status:VALID, product: PA - Projects , description: View of transferred expenditure items. , implementation_dba_data: APPS.PA_PROJ_TRANSFERS_VIEW ,
-
View: PA_PROJ_TRANSFERS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_TRANSFERS_VIEW, object_name:PA_PROJ_TRANSFERS_VIEW, status:VALID, product: PA - Projects , description: View of transferred expenditure items. , implementation_dba_data: APPS.PA_PROJ_TRANSFERS_VIEW ,
-
Table: PA_AUD_COST_DIST_LINES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_AUD_COST_DIST_LINES, object_name:PA_AUD_COST_DIST_LINES, status:VALID, product: PA - Projects , description: PA_AUD_COST_DIST_LINES stores audit information for summarized burden expenditure items. , implementation_dba_data: PA.PA_AUD_COST_DIST_LINES ,
-
Table: PA_EXPENDITURE_COMMENTS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPENDITURE_COMMENTS, object_name:PA_EXPENDITURE_COMMENTS, status:VALID, product: PA - Projects , description: Free text entered for expenditure items to explain or further describe work performed , implementation_dba_data: PA.PA_EXPENDITURE_COMMENTS ,
-
Table: PA_AUD_COST_DIST_LINES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_AUD_COST_DIST_LINES, object_name:PA_AUD_COST_DIST_LINES, status:VALID, product: PA - Projects , description: PA_AUD_COST_DIST_LINES stores audit information for summarized burden expenditure items. , implementation_dba_data: PA.PA_AUD_COST_DIST_LINES ,
-
Table: PA_LABOR_COST_MULTIPLIERS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_LABOR_COST_MULTIPLIERS, object_name:PA_LABOR_COST_MULTIPLIERS, status:VALID, product: PA - Projects , description: Multipliers used to determine premium hourly cost rates for labor overtime expenditure items , implementation_dba_data: PA.PA_LABOR_COST_MULTIPLIERS ,
-
Table: PA_EXPEND_ITEM_ADJ_ACTIVITIES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPEND_ITEM_ADJ_ACTIVITIES, object_name:PA_EXPEND_ITEM_ADJ_ACTIVITIES, status:VALID, product: PA - Projects , description: Information about cost and/or revenue adjustments made to expenditure items through the Oracle Projects forms , implementation_dba_data: PA.PA_EXPEND_ITEM_ADJ_ACTIVITIES ,
-
Table: PA_EXPENDITURE_COMMENTS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPENDITURE_COMMENTS, object_name:PA_EXPENDITURE_COMMENTS, status:VALID, product: PA - Projects , description: Free text entered for expenditure items to explain or further describe work performed , implementation_dba_data: PA.PA_EXPENDITURE_COMMENTS ,
-
View: PA_CAP_EVENTS_CDL_COST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CAP_EVENTS_CDL_COST_V, object_name:PA_CAP_EVENTS_CDL_COST_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CAP_EVENTS_CDL_COST_V ,
-
Table: PA_LABOR_COST_MULTIPLIERS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_LABOR_COST_MULTIPLIERS, object_name:PA_LABOR_COST_MULTIPLIERS, status:VALID, product: PA - Projects , description: Multipliers used to determine premium hourly cost rates for labor overtime expenditure items , implementation_dba_data: PA.PA_LABOR_COST_MULTIPLIERS ,
-
Table: PA_NON_LABOR_RESOURCE_ORGS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_NON_LABOR_RESOURCE_ORGS, object_name:PA_NON_LABOR_RESOURCE_ORGS, status:VALID, product: PA - Projects , description: Assignments of non-labor resources to organizations , implementation_dba_data: PA.PA_NON_LABOR_RESOURCE_ORGS ,
-
Table: PA_NON_LABOR_RESOURCE_ORGS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_NON_LABOR_RESOURCE_ORGS, object_name:PA_NON_LABOR_RESOURCE_ORGS, status:VALID, product: PA - Projects , description: Assignments of non-labor resources to organizations , implementation_dba_data: PA.PA_NON_LABOR_RESOURCE_ORGS ,
-
View: PA_CAP_EVENTS_CDL_COST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CAP_EVENTS_CDL_COST_V, object_name:PA_CAP_EVENTS_CDL_COST_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CAP_EVENTS_CDL_COST_V ,
-
Table: PA_MC_CC_DIST_LINES_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_MC_CC_DIST_LINES_ALL, object_name:PA_MC_CC_DIST_LINES_ALL, status:VALID, product: PA - Projects , description: Information about cross charge distributions of expenditure items for each reporting set of books. , implementation_dba_data: PA.PA_MC_CC_DIST_LINES_ALL ,
-
Table: PA_MC_CC_DIST_LINES_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_MC_CC_DIST_LINES_ALL, object_name:PA_MC_CC_DIST_LINES_ALL, status:VALID, product: PA - Projects , description: Information about cross charge distributions of expenditure items for each reporting set of books. , implementation_dba_data: PA.PA_MC_CC_DIST_LINES_ALL ,
-
Table: PA_MC_EXP_ITEMS_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_MC_EXP_ITEMS_ALL, object_name:PA_MC_EXP_ITEMS_ALL, status:VALID, product: PA - Projects , description: Information for the smallest expenditure units charged to projects and tasks in each reporting currency. , implementation_dba_data: PA.PA_MC_EXP_ITEMS_ALL ,
-
Table: PA_TRANSACTION_SOURCES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TRANSACTION_SOURCES, object_name:PA_TRANSACTION_SOURCES, status:VALID, product: PA - Projects , description: Implementation-defined sources of imported transactions originating in an external system , implementation_dba_data: PA.PA_TRANSACTION_SOURCES ,
-
Table: PA_EXPEND_ITEM_ADJ_ACTIVITIES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPEND_ITEM_ADJ_ACTIVITIES, object_name:PA_EXPEND_ITEM_ADJ_ACTIVITIES, status:VALID, product: PA - Projects , description: Information about cost and/or revenue adjustments made to expenditure items through the Oracle Projects forms , implementation_dba_data: PA.PA_EXPEND_ITEM_ADJ_ACTIVITIES ,
-
Table: PA_TRANSACTION_SOURCES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TRANSACTION_SOURCES, object_name:PA_TRANSACTION_SOURCES, status:VALID, product: PA - Projects , description: Implementation-defined sources of imported transactions originating in an external system , implementation_dba_data: PA.PA_TRANSACTION_SOURCES ,
-
Table: PA_ALLOC_TXN_DETAILS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ALLOC_TXN_DETAILS, object_name:PA_ALLOC_TXN_DETAILS, status:VALID, product: PA - Projects , description: Transactions created by an allocation run , implementation_dba_data: PA.PA_ALLOC_TXN_DETAILS ,
-
Table: PA_MC_COST_DIST_LINES_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_MC_COST_DIST_LINES_ALL, object_name:PA_MC_COST_DIST_LINES_ALL, status:VALID, product: PA - Projects , description: Information about the cost distribution of expenditure items for each reporting set of books , implementation_dba_data: PA.PA_MC_COST_DIST_LINES_ALL ,
-
Table: PA_MC_EXP_ITEMS_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_MC_EXP_ITEMS_ALL, object_name:PA_MC_EXP_ITEMS_ALL, status:VALID, product: PA - Projects , description: Information for the smallest expenditure units charged to projects and tasks in each reporting currency. , implementation_dba_data: PA.PA_MC_EXP_ITEMS_ALL ,
-
View: PA_CE_EXP_REPORTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CE_EXP_REPORTS_V, object_name:PA_CE_EXP_REPORTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CE_EXP_REPORTS_V ,
-
Table: PA_MC_COST_DIST_LINES_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_MC_COST_DIST_LINES_ALL, object_name:PA_MC_COST_DIST_LINES_ALL, status:VALID, product: PA - Projects , description: Information about the cost distribution of expenditure items for each reporting set of books , implementation_dba_data: PA.PA_MC_COST_DIST_LINES_ALL ,
-
Table: PA_ALLOC_TXN_DETAILS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ALLOC_TXN_DETAILS, object_name:PA_ALLOC_TXN_DETAILS, status:VALID, product: PA - Projects , description: Transactions created by an allocation run , implementation_dba_data: PA.PA_ALLOC_TXN_DETAILS ,
-
View: PA_DEDUCTION_SUMMARY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DEDUCTION_SUMMARY_V, object_name:PA_DEDUCTION_SUMMARY_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_DEDUCTION_SUMMARY_V ,
-
View: PA_CE_EXP_REPORTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CE_EXP_REPORTS_V, object_name:PA_CE_EXP_REPORTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CE_EXP_REPORTS_V ,
-
View: PA_CE_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CE_TRANSACTIONS_V, object_name:PA_CE_TRANSACTIONS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CE_TRANSACTIONS_V ,
-
View: PA_COST_EXCEPTIONS_SUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_COST_EXCEPTIONS_SUM_V, object_name:PA_COST_EXCEPTIONS_SUM_V, status:VALID, product: PA - Projects , description: Identifies the details Cost Distribution Lines that prevent a period from being closed. , implementation_dba_data: APPS.PA_COST_EXCEPTIONS_SUM_V ,
-
Table: PA_CC_DIST_LINES_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CC_DIST_LINES_ALL, object_name:PA_CC_DIST_LINES_ALL, status:VALID, product: PA - Projects , description: Information about the accounting distributions related to transfer price for cross charged expenditure items. , implementation_dba_data: PA.PA_CC_DIST_LINES_ALL ,
-
View: PA_BURDEN_EXP_ITEM_CDL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BURDEN_EXP_ITEM_CDL_V, object_name:PA_BURDEN_EXP_ITEM_CDL_V, status:VALID, product: PA - Projects , description: All summarized burden expenditure items and their cost distribution lines , implementation_dba_data: APPS.PA_BURDEN_EXP_ITEM_CDL_V ,
-
Table: PA_CAPITAL_EVENTS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CAPITAL_EVENTS, object_name:PA_CAPITAL_EVENTS, status:VALID, product: PA - Projects , description: Stores information about events used to group costs and assets for capitalization and events used to generate retirement cost adjustments. Based on the Event Processing Method defined at the project level, capital events are system generat , implementation_dba_data: PA.PA_CAPITAL_EVENTS ,
-
Table: PA_CAPITAL_EVENTS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CAPITAL_EVENTS, object_name:PA_CAPITAL_EVENTS, status:VALID, product: PA - Projects , description: Stores information about events used to group costs and assets for capitalization and events used to generate retirement cost adjustments. Based on the Event Processing Method defined at the project level, capital events are system generat , implementation_dba_data: PA.PA_CAPITAL_EVENTS ,
-
View: PA_COST_EXCEPTIONS_SUM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_COST_EXCEPTIONS_SUM_V, object_name:PA_COST_EXCEPTIONS_SUM_V, status:VALID, product: PA - Projects , description: Identifies the details Cost Distribution Lines that prevent a period from being closed. , implementation_dba_data: APPS.PA_COST_EXCEPTIONS_SUM_V ,
-
Table: PA_WORK_TYPES_B
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_WORK_TYPES_B, object_name:PA_WORK_TYPES_B, status:VALID, product: PA - Projects , description: This table stores implementation-defined types of work being carried out in Projects in the base language. , implementation_dba_data: PA.PA_WORK_TYPES_B ,
-
Table: PA_WORK_TYPES_B
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_WORK_TYPES_B, object_name:PA_WORK_TYPES_B, status:VALID, product: PA - Projects , description: This table stores implementation-defined types of work being carried out in Projects in the base language. , implementation_dba_data: PA.PA_WORK_TYPES_B ,
-
View: PA_CE_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CE_TRANSACTIONS_V, object_name:PA_CE_TRANSACTIONS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CE_TRANSACTIONS_V ,
-
View: PA_BURDEN_EXP_ITEM_CDL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BURDEN_EXP_ITEM_CDL_V, object_name:PA_BURDEN_EXP_ITEM_CDL_V, status:VALID, product: PA - Projects , description: All summarized burden expenditure items and their cost distribution lines , implementation_dba_data: APPS.PA_BURDEN_EXP_ITEM_CDL_V ,
-
View: PA_PROJ_UNBILLED_EXPEND_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_UNBILLED_EXPEND_VIEW, object_name:PA_PROJ_UNBILLED_EXPEND_VIEW, status:VALID, product: PA - Projects , description: Unbilled expenditure items for projects , implementation_dba_data: APPS.PA_PROJ_UNBILLED_EXPEND_VIEW ,
-
Table: PA_CC_DIST_LINES_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CC_DIST_LINES_ALL, object_name:PA_CC_DIST_LINES_ALL, status:VALID, product: PA - Projects , description: Information about the accounting distributions related to transfer price for cross charged expenditure items. , implementation_dba_data: PA.PA_CC_DIST_LINES_ALL ,
-
Table: PA_DRAFT_INVOICE_DETAILS_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_DRAFT_INVOICE_DETAILS_ALL, object_name:PA_DRAFT_INVOICE_DETAILS_ALL, status:VALID, product: PA - Projects , description: Intercompany invoice details for cross charged transactions , implementation_dba_data: PA.PA_DRAFT_INVOICE_DETAILS_ALL ,
-
Table: PA_DRAFT_INVOICE_DETAILS_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_DRAFT_INVOICE_DETAILS_ALL, object_name:PA_DRAFT_INVOICE_DETAILS_ALL, status:VALID, product: PA - Projects , description: Intercompany invoice details for cross charged transactions , implementation_dba_data: PA.PA_DRAFT_INVOICE_DETAILS_ALL ,
-
View: PA_XLA_CROSSCHARGE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XLA_CROSSCHARGE_V, object_name:PA_XLA_CROSSCHARGE_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_XLA_CROSSCHARGE_V ,
-
Table: PA_SYSTEM_LINKAGES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_SYSTEM_LINKAGES, object_name:PA_SYSTEM_LINKAGES, status:VALID, product: PA - Projects , description: System-defined categories that classify expenditure types and determine how expenditure items of each type are processed , implementation_dba_data: PA.PA_SYSTEM_LINKAGES ,
-
View: PA_GL_UNCOST_EXCEPT_SUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_GL_UNCOST_EXCEPT_SUM_V, object_name:PA_GL_UNCOST_EXCEPT_SUM_V, status:VALID, product: PA - Projects , description: PA_GL_UNCOST_EXCEPT_SUM_V is a view that identifies the Cost Distribution Lines that prevent a period , implementation_dba_data: APPS.PA_GL_UNCOST_EXCEPT_SUM_V ,