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 ,
-
APPS.PA_UTILS2 dependencies on PA_EXPENDITURE_ITEMS_ALL
12.1.1
-
APPS.PA_REP_UTIL_SETUP dependencies on PA_EXPENDITURE_ITEMS_ALL
12.1.1
-
APPS.CSE_PROJ_ITEM_IN_SRV_PKG dependencies on PA_EXPENDITURE_ITEMS_ALL
12.1.1
-
APPS.PA_CLIENT_EXTN_BURDEN_RESOURCE dependencies on PA_EXPENDITURE_ITEMS_ALL
12.1.1
-
APPS.PA_TIEBACK_ADJ_COSTS dependencies on PA_EXPENDITURE_ITEMS_ALL
12.1.1
-
APPS.GMS_PA_API dependencies on PA_EXPENDITURE_ITEMS_ALL
12.1.1
-
APPS.PJI_FM_EXTR dependencies on PA_EXPENDITURE_ITEMS_ALL
12.1.1
-
APPS.PA_NL_INSTALLED dependencies on PA_EXPENDITURE_ITEMS_ALL
12.1.1
-
APPS.PA_TRANSACTIONS_PUB dependencies on PA_EXPENDITURE_ITEMS_ALL
12.1.1
-
APPS.PA_WORK_TYPE_UPGRADE dependencies on PA_EXPENDITURE_ITEMS_ALL
12.1.1
-
APPS.PA_MULTI_CURRENCY_BILLING dependencies on PA_EXPENDITURE_ITEMS_ALL
12.1.1
-
APPS.PA_PURGE_CAPITAL dependencies on PA_EXPENDITURE_ITEMS_ALL
12.1.1
-
APPS.PA_TRANS_UTILS dependencies on PA_EXPENDITURE_ITEMS_ALL
12.1.1
-
APPS.PA_BILLING dependencies on PA_EXPENDITURE_ITEMS_ALL
12.1.1
-
APPS.PA_COST dependencies on PA_EXPENDITURE_ITEMS_ALL
12.1.1
-
APPS.PA_UTILS dependencies on PA_EXPENDITURE_ITEMS_ALL
12.1.1
-
APPS.PA_SUMMARIZE_ACTUAL_UTIL_PVT dependencies on PA_EXPENDITURE_ITEMS_ALL
12.1.1
-
APPS.PA_GMS_API dependencies on PA_EXPENDITURE_ITEMS_ALL
12.1.1
-
APPS.PA_BILL_PCT dependencies on PA_EXPENDITURE_ITEMS_ALL
12.1.1
-
APPS.PA_PURGE_VALIDATE_ICIP dependencies on PA_EXPENDITURE_ITEMS_ALL
12.1.1
-
APPS.PA_CC_IDENT dependencies on PA_EXPENDITURE_ITEMS_ALL
12.1.1
-
APPS.PA_AUTOALLOC_WF_PKG dependencies on PA_EXPENDITURE_ITEMS_ALL
12.1.1
-
APPS.PA_PROJ_TSK_UTILS dependencies on PA_EXPENDITURE_ITEMS_ALL
12.1.1
-
APPS.PA_MCB_REVENUE_PKG dependencies on PA_EXPENDITURE_ITEMS_ALL
12.1.1
-
APPS.GMS_BUDGET_BALANCE dependencies on PA_EXPENDITURE_ITEMS_ALL
12.2.2
-
APPS.GMS_BILLING_ADJUSTMENTS dependencies on PA_EXPENDITURE_ITEMS_ALL
12.2.2
-
APPS.PA_ADJUSTMENTS dependencies on PA_EXPENDITURE_ITEMS_ALL
12.2.2
-
APPS.GMS_COST_PLUS_EXTN dependencies on PA_EXPENDITURE_ITEMS_ALL
12.2.2
-
APPS.PA_RETENTION_PKG dependencies on PA_EXPENDITURE_ITEMS_ALL
12.2.2
-
APPS.CSE_COST_COLLECTOR dependencies on PA_EXPENDITURE_ITEMS_ALL
12.2.2
-
APPS.CSE_DEPLOYMENT_GRP dependencies on PA_EXPENDITURE_ITEMS_ALL
12.2.2
-
APPS.PA_CC_TRANSFER_PRICE dependencies on PA_EXPENDITURE_ITEMS_ALL
12.2.2
-
APPS.PA_BILLING_PROCESS_PKG dependencies on PA_EXPENDITURE_ITEMS_ALL
12.2.2
-
APPS.PA_COST_RATE_PUB dependencies on PA_EXPENDITURE_ITEMS_ALL
12.2.2
-
APPS.GMS_PA_COSTING_PKG dependencies on PA_EXPENDITURE_ITEMS_ALL
12.2.2
-
APPS.PA_TRANSACTION_SOURCES_PKG dependencies on PA_EXPENDITURE_ITEMS_ALL
12.2.2
-
APPS.AP_ISP_UTILITIES_PKG dependencies on PA_EXPENDITURE_ITEMS_ALL
12.2.2
-
APPS.PA_GMS_API dependencies on PA_EXPENDITURE_ITEMS_ALL
12.2.2
-
APPS.PA_PAY_INTERFACE dependencies on PA_EXPENDITURE_ITEMS_ALL
12.2.2
-
APPS.PA_CC_BL_PROCESS dependencies on PA_EXPENDITURE_ITEMS_ALL
12.2.2
-
APPS.PA_BGT_BASELINE_PKG dependencies on PA_EXPENDITURE_ITEMS_ALL
12.2.2
-
APPS.PA_OTC_API dependencies on PA_EXPENDITURE_ITEMS_ALL
12.2.2
-
APPS.PA_TRX_IMPORT dependencies on PA_EXPENDITURE_ITEMS_ALL
12.2.2
-
APPS.FV_FACTS1_GL_PKG dependencies on PA_EXPENDITURE_ITEMS_ALL
12.2.2
-
APPS.PA_GL_REV_XFER_AUDIT_PKG dependencies on PA_EXPENDITURE_ITEMS_ALL
12.2.2
-
APPS.IPA_ASSET_MECH_APIS_PKG dependencies on PA_EXPENDITURE_ITEMS_ALL
12.2.2
-
APPS.PA_ACC_GEN_WF_PKG dependencies on PA_EXPENDITURE_ITEMS_ALL
12.1.1
-
APPS.PA_OTC_API dependencies on PA_EXPENDITURE_ITEMS_ALL
12.1.1