Search Results pa_expenditures_all
Overview
The PA_EXPENDITURES_ALL table is a core transactional entity within Oracle E-Business Suite's Projects module (PA). It serves as the primary header-level repository for recording and grouping expenditure items. An expenditure, in this context, represents a logical batch or grouping of cost transactions—such as labor hours, expense reports, or supplier invoices—incurred by an employee or an organization for a specific period. Its fundamental role is to act as a parent record, consolidating high-level attributes for a set of related cost details, which are stored in the child table PA_EXPENDITURE_ITEMS_ALL. The table supports multi-organization access control through its ORG_ID column, as indicated by the "_ALL" suffix in its name.
Key Information Stored
The table's primary key is EXPENDITURE_ID, a unique system-generated identifier for each expenditure grouping. Critical columns include EXPENDITURE_GROUP, which links to the PA_EXPENDITURE_GROUPS_ALL table for batch processing control, and INCURRED_BY_ORGANIZATION_ID, which identifies the organizational unit responsible for the cost. For financial processing, the table holds currency information: DENOM_CURRENCY_CODE (transaction currency), ACCT_CURRENCY_CODE (accounting currency), and ACCT_RATE_TYPE for conversion. Other significant attributes track the source (e.g., VENDOR_ID for supplier costs), dates, statuses, and descriptive information about the expenditure batch. The ORG_ID column partitions the data by operating unit.
Common Use Cases and Queries
This table is central to expenditure inquiry, audit, and reconciliation processes. A common use case involves tracing the summary details and status of costs before drilling into item-level details. For reporting, it is frequently joined to its child items and project accounting tables. Sample SQL to list expenditures for a specific organization and period would be:
- SELECT expenditure_id, expenditure_group, incurred_by_organization_id, denom_currency_code FROM pa_expenditures_all WHERE org_id = &org_id AND expenditure_ending_date BETWEEN &start_date AND &end_date;
Another critical scenario is validating the integrity of expenditure batches during month-end close or before transferring costs to General Ledger, often involving joins to PA_EXPENDITURE_ITEMS_ALL and PA_PROJECTS_ALL.
Related Objects
PA_EXPENDITURES_ALL has integral relationships with numerous other objects. Its primary child table is PA_EXPENDITURE_ITEMS_ALL, which holds the detailed line items for each expenditure header, linked via EXPENDITURE_ID. It references master data tables via foreign keys: PO_VENDORS for suppliers, HR_ALL_ORGANIZATION_UNITS for organizations, FND_CURRENCIES for currency definitions, and GL_DAILY_CONVERSION_TYPES for rate types. It is also referenced by PA_EXPENDITURE_GROUPS_ALL for batch grouping and by PA_ROUTINGS for approval workflows. This network of relationships underscores its position as a pivotal hub in the Projects transactional data model.
-
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 ,
-
APPS.GMS_AWARD_DIST_ENG dependencies on PA_EXPENDITURES_ALL
12.1.1
-
APPS.GMS_GROUP_REVERSAL_PKG dependencies on PA_EXPENDITURES_ALL
12.1.1
-
APPS.PA_FUNDS_CONTROL_PKG1 dependencies on PA_EXPENDITURES_ALL
12.1.1
-
APPS.PA_COST dependencies on PA_EXPENDITURES_ALL
12.1.1
-
APPS.PA_SELF_SERVICE_MSG_PUB dependencies on PA_EXPENDITURES_ALL
12.1.1
-
APPS.PA_WORK_TYPE_UPGRADE dependencies on PA_EXPENDITURES_ALL
12.2.2
-
APPS.PA_BURDEN_COSTING dependencies on PA_EXPENDITURES_ALL
12.2.2
-
APPS.PA_XLA_SWEEP_TXN_PKG dependencies on PA_EXPENDITURES_ALL
12.2.2
-
APPS.PA_GL_REV_XFER_AUDIT_PKG dependencies on PA_EXPENDITURES_ALL
12.2.2
-
APPS.PA_OTC_API dependencies on PA_EXPENDITURES_ALL
12.2.2
-
APPS.PA_BL_UTILS dependencies on PA_EXPENDITURES_ALL
12.2.2
-
APPS.PA_PAY_INTERFACE dependencies on PA_EXPENDITURES_ALL
12.2.2
-
APPS.GMS_RES_MAP dependencies on PA_EXPENDITURES_ALL
12.2.2
-
APPS.PA_AP_INTEGRATION dependencies on PA_EXPENDITURES_ALL
12.2.2
-
APPS.PA_TIME_CLIENT_EXTN dependencies on PA_EXPENDITURES_ALL
12.1.1
-
APPS.PJI_FM_EXTR dependencies on PA_EXPENDITURES_ALL
12.2.2
-
APPS.PA_COST_RATE_PUB dependencies on PA_EXPENDITURES_ALL
12.2.2
-
APPS.PA_PURGE_COSTING dependencies on PA_EXPENDITURES_ALL
12.1.1
-
APPS.PA_XLA_SWEEP_TXN_PKG dependencies on PA_EXPENDITURES_ALL
12.1.1
-
APPS.PA_OTC_API dependencies on PA_EXPENDITURES_ALL
12.1.1
-
APPS.PJI_RM_SUM_ROLLUP_RES dependencies on PA_EXPENDITURES_ALL
12.1.1
-
APPS.CSE_PROJ_ITEM_IN_SRV_PKG dependencies on PA_EXPENDITURES_ALL
12.1.1
-
APPS.PSP_SUM_ADJ dependencies on PA_EXPENDITURES_ALL
12.2.2
-
APPS.PA_SUMMARIZE_ACTUAL_UTIL_PVT dependencies on PA_EXPENDITURES_ALL
12.1.1
-
APPS.PA_COST_RATE_PUB dependencies on PA_EXPENDITURES_ALL
12.1.1
-
APPS.GMS_GROUP_REVERSAL_PKG dependencies on PA_EXPENDITURES_ALL
12.2.2
-
APPS.FV_GTAS_GL_PKG dependencies on PA_EXPENDITURES_ALL
12.2.2
-
APPS.GMS_PA_COSTING_PKG dependencies on PA_EXPENDITURES_ALL
12.1.1
-
APPS.PA_AUTOALLOC_WF_PKG dependencies on PA_EXPENDITURES_ALL
12.1.1
-
APPS.PA_HR_TRANSACTIONS dependencies on PA_EXPENDITURES_ALL
12.1.1
-
APPS.PA_TXN_ACCUMS dependencies on PA_EXPENDITURES_ALL
12.1.1
-
APPS.PA_TRANSACTIONS_PUB dependencies on PA_EXPENDITURES_ALL
12.1.1
-
APPS.PA_AP_INTEGRATION dependencies on PA_EXPENDITURES_ALL
12.1.1
-
APPS.CSE_DEPLOYMENT_GRP dependencies on PA_EXPENDITURES_ALL
12.2.2
-
APPS.GMS_BUDGET_BALANCE dependencies on PA_EXPENDITURES_ALL
12.2.2
-
APPS.PA_TXN_ACCUMS dependencies on PA_EXPENDITURES_ALL
12.2.2
-
APPS.PA_BL_UTILS dependencies on PA_EXPENDITURES_ALL
12.1.1
-
APPS.PA_BGT_BASELINE_PKG dependencies on PA_EXPENDITURES_ALL
12.2.2
-
APPS.PA_CLIENT_EXTN_BURDEN_RESOURCE dependencies on PA_EXPENDITURES_ALL
12.2.2
-
APPS.PA_TRANSACTIONS_PUB dependencies on PA_EXPENDITURES_ALL
12.2.2
-
APPS.PA_CLIENT_EXTN_BURDEN_RESOURCE dependencies on PA_EXPENDITURES_ALL
12.2.2
-
APPS.GMS_AWARD_DIST_ENG dependencies on PA_EXPENDITURES_ALL
12.2.2
-
APPS.PA_BL_UTILS dependencies on PA_EXPENDITURES_ALL
12.1.1
-
APPS.PA_TRANS_UTILS dependencies on PA_EXPENDITURES_ALL
12.2.2
-
APPS.PA_ADJUSTMENTS dependencies on PA_EXPENDITURES_ALL
12.2.2
-
APPS.PA_SELF_SERVICE_MSG_PUB dependencies on PA_EXPENDITURES_ALL
12.2.2
-
APPS.PSP_SUM_ADJ dependencies on PA_EXPENDITURES_ALL
12.1.1
-
APPS.PA_COST dependencies on PA_EXPENDITURES_ALL
12.2.2