Search Results pa_expenditure_items_all
Overview
The PA_EXPENDITURE_ITEMS_ALL table is a core transactional table within the Oracle E-Business Suite Projects module (PA). It stores the smallest, most granular units of cost or expenditure charged to projects and tasks, forming the foundation for project costing, billing, and financial analysis. Every row represents a single expenditure item, such as a labor hour, a purchased item, or an expense report line, that is associated with a specific project task. Its role is critical for capturing raw cost data, which is subsequently processed for capitalization, invoicing, and transfer to the General Ledger. The '_ALL' suffix indicates it is a multi-org table, storing data for all operating units.
Key Information Stored
The table's primary key is the system-generated EXPENDITURE_ITEM_ID. Essential columns include EXPENDITURE_ID, linking the item to its parent batch header in PA_EXPENDITURES_ALL; PROJECT_ID and TASK_ID, defining the charge destination; and EXPENDITURE_TYPE, classifying the nature of the cost. It holds comprehensive financial data such as raw and burdened cost amounts, quantities, and dates. Crucially, it maintains multi-currency information through columns like DENOM_CURRENCY_CODE (transaction currency), ACCT_CURRENCY_CODE (ledger currency), and PROJECT_CURRENCY_CODE, along with associated exchange rate types (e.g., ACCT_RATE_TYPE) for conversions.
Common Use Cases and Queries
Direct updates to this table are strongly discouraged outside of approved Oracle APIs (e.g., PA_EXPENDITURE_ITEMS_PUB) due to complex downstream integrations. Common operational and reporting use cases involve querying expenditure details. For instance, identifying items for a specific project or analyzing costs by type and task are frequent needs. A sample query to examine expenditure items might be:
- SELECT expenditure_item_id, project_id, task_id, expenditure_type, raw_cost, denom_currency_code
- FROM pa_expenditure_items_all
- WHERE project_id = :p_project_id
- AND expenditure_item_date BETWEEN :p_start_date AND :p_end_date;
Data fixes, when necessary, must be orchestrated through the public APIs to maintain data integrity, particularly for attributes like expenditure type or project/task assignment, which trigger validation and posting workflows.
Related Objects
PA_EXPENDITURE_ITEMS_ALL has extensive relationships within the EBS schema. Its primary parent is PA_EXPENDITURES_ALL. Key foreign keys link to PA_PROJECTS_ALL, PA_TASKS, and PA_EXPENDITURE_TYPES for basic validation. It also references FND_CURRENCIES and GL_DAILY_CONVERSION_TYPES for currency management. The table has self-referential foreign keys for transferred (TRANSFERRED_FROM_EXP_ITEM_ID) and source items (SOURCE_EXPENDITURE_ITEM_ID), supporting internal adjustments and allocations. Data from this table flows into cost distribution, revenue accrual, and invoice generation processes, impacting tables like PA_COST_DISTRIBUTION_LINES_ALL and PA_DRAFT_INVOICE_ITEMS_ALL.
-
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_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 ,
-
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 ,
-
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.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 ,
-
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_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 ,
-
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_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_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_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_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 ,
-
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 ,
-
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_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_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_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_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_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 ,
-
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 ,
-
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 ,
-
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 ,
-
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 ,
-
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 ,
-
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.2.2
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 ,