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 ,
-
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_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_ROUTINGS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ROUTINGS, object_name:PA_ROUTINGS, status:VALID, product: PA - Projects , description: Steps in the approval cycle for online timecards and expense reports , implementation_dba_data: PA.PA_ROUTINGS ,
-
Table: PA_EXPENDITURE_GROUPS_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPENDITURE_GROUPS_ALL, object_name:PA_EXPENDITURE_GROUPS_ALL, status:VALID, product: PA - Projects , description: Groups of pre-approved expenditures , implementation_dba_data: PA.PA_EXPENDITURE_GROUPS_ALL ,
-
Table: PA_ROUTINGS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ROUTINGS, object_name:PA_ROUTINGS, status:VALID, product: PA - Projects , description: Steps in the approval cycle for online timecards and expense reports , implementation_dba_data: PA.PA_ROUTINGS ,
-
Table: PA_EXPENDITURE_GROUPS_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPENDITURE_GROUPS_ALL, object_name:PA_EXPENDITURE_GROUPS_ALL, status:VALID, product: PA - Projects , description: Groups of pre-approved expenditures , implementation_dba_data: PA.PA_EXPENDITURE_GROUPS_ALL ,
-
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_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: PABV_EXPENDITURES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_EXPENDITURES, object_name:PABV_EXPENDITURES, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_EXPENDITURES ,
-
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 ,
-
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 ,
-
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 ,
-
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_XLA_COST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XLA_COST_V, object_name:PA_XLA_COST_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_XLA_COST_V ,
-
View: PA_CAPITAL_EVENT_COSTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CAPITAL_EVENT_COSTS_V, object_name:PA_CAPITAL_EVENT_COSTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CAPITAL_EVENT_COSTS_V ,
-
View: PABV_EXPENDITURES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_EXPENDITURES, object_name:PABV_EXPENDITURES, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_EXPENDITURES ,
-
View: PA_XLA_CROSSCHARGE_V
12.2.2
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 ,
-
View: PA_CDL_BURDEN_DETAIL_V_R
12.2.2
product: PA - Projects , description: Summarization criteria for burden summarization of expenditure items.This view is based on PA_CDL_BURDEN_DETAIL_V. It is a User customizable view defined over the PA_CDL_BURDEN_DETAIL_V. User can change the columns to be included in summary , implementation_dba_data: Not implemented in this database ,
-
View: PA_CDL_BURDEN_SUM_ERROR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CDL_BURDEN_SUM_ERROR_V, object_name:PA_CDL_BURDEN_SUM_ERROR_V, status:VALID, product: PA - Projects , description: Cost distribution lines that are in exception for burden summarization , implementation_dba_data: APPS.PA_CDL_BURDEN_SUM_ERROR_V ,
-
View: PA_CC_GL_COST_AUDIT_REP_MRC_V
12.2.2
product: PA - Projects , description: View for Cross Charge Audit by GL Account showing the Cross Charge Distribution Lines and the corresponding entries in Oracle General Ledger. This view shows the cross charge transactions in Oracle Projects for both GL Categories (Borrowed , implementation_dba_data: Not implemented in this database ,
-
View: PA_XLA_COST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XLA_COST_V, object_name:PA_XLA_COST_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_XLA_COST_V ,
-
View: PA_CDL_BURDEN_DETAIL_V_R
12.1.1
product: PA - Projects , description: Summarization criteria for burden summarization of expenditure items.This view is based on PA_CDL_BURDEN_DETAIL_V. It is a User customizable view defined over the PA_CDL_BURDEN_DETAIL_V. User can change the columns to be included in summary , implementation_dba_data: Not implemented in this database ,
-
View: PA_CDL_BURDEN_SUM_ERROR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CDL_BURDEN_SUM_ERROR_V, object_name:PA_CDL_BURDEN_SUM_ERROR_V, status:VALID, product: PA - Projects , description: Cost distribution lines that are in exception for burden summarization , implementation_dba_data: APPS.PA_CDL_BURDEN_SUM_ERROR_V ,
-
View: PA_EXPENDITURES_MRC_V
12.2.2
product: PA - Projects , description: Single-org, single MRC currency view , implementation_dba_data: Not implemented in this database ,
-
View: PA_EXPENDITURES_MRC_V
12.1.1
product: PA - Projects , description: Single-org, single MRC currency view , implementation_dba_data: Not implemented in this database ,
-
View: PA_CDL_BURDEN_DETAIL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IPA.PA_CDL_BURDEN_DETAIL_V PA.PA_CDL_BURDEN_DETAIL_V, object_name:PA_CDL_BURDEN_DETAIL_V, status:VALID, product: PA - Projects , description: Summarization criteria for burden summarization of expenditure items.This view is based on PA_CDL_BURDEN_DETAIL_V. It is a User customizable view defined over the PA_CDL_BURDEN_DETAIL_V. User can change the columns to be included in summary , implementation_dba_data: APPS.PA_CDL_BURDEN_DETAIL_V ,
-
View: PA_COST_EXCEPTIONS_DET_MRC_V
12.1.1
product: PA - Projects , description: pa_cost_exceptions_det_mrc_v is a view that identifies the Cost Distribution Lines that prevent a period - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: PA_EXPENDITURES_MRC_V2
12.2.2
product: PA - Projects , description: Single-org, single currency view , implementation_dba_data: Not implemented in this database ,
-
View: PA_CC_GL_COST_AUDIT_REP_MRC_V
12.1.1
product: PA - Projects , description: View for Cross Charge Audit by GL Account showing the Cross Charge Distribution Lines and the corresponding entries in Oracle General Ledger. This view shows the cross charge transactions in Oracle Projects for both GL Categories (Borrowed , implementation_dba_data: Not implemented in this database ,
-
View: PA_BILLING_INV_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BILLING_INV_TRANSACTIONS_V, object_name:PA_BILLING_INV_TRANSACTIONS_V, status:VALID, product: PA - Projects , description: Returns detail information for amount processed in the current run , implementation_dba_data: APPS.PA_BILLING_INV_TRANSACTIONS_V ,
-
View: PA_REV_BURDEN_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REV_BURDEN_DETAILS_V, object_name:PA_REV_BURDEN_DETAILS_V, status:VALID, product: PA - Projects , description: PA_REV_BURDEN_DETAILS_V shows the individual burden cost components of the revenue amount for expenditure items that accrue revenue using burden schedules. , implementation_dba_data: APPS.PA_REV_BURDEN_DETAILS_V ,
-
View: PA_CC_EXCEPTIONS_SUM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CC_EXCEPTIONS_SUM_V, object_name:PA_CC_EXCEPTIONS_SUM_V, status:VALID, product: PA - Projects , description: Cross charge distributions that prevent a period from being closed.This view is used in period close reports. , implementation_dba_data: APPS.PA_CC_EXCEPTIONS_SUM_V ,
-
View: PA_EXPENDITURES
12.1.1
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PAFV_EXPENDITURES_OLD
12.2.2
product: PA - Projects , description: Business view to show information about the expenditures entered. , implementation_dba_data: Not implemented in this database ,
-
View: PA_EXPENDITURES_MRC_V2
12.1.1
product: PA - Projects , description: Single-org, single currency view , implementation_dba_data: Not implemented in this database ,
-
View: PA_COST_EXCEPTIONS_DET_MRC_V
12.2.2
product: PA - Projects , description: pa_cost_exceptions_det_mrc_v is a view that identifies the Cost Distribution Lines that prevent a period - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: PA_EXPENDITURES
12.2.2
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_CC_EXCEPTIONS_SUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CC_EXCEPTIONS_SUM_V, object_name:PA_CC_EXCEPTIONS_SUM_V, status:VALID, product: PA - Projects , description: Cross charge distributions that prevent a period from being closed.This view is used in period close reports. , implementation_dba_data: APPS.PA_CC_EXCEPTIONS_SUM_V ,
-
View: PA_XLA_EXP_HEADER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XLA_EXP_HEADER_V, object_name:PA_XLA_EXP_HEADER_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_XLA_EXP_HEADER_V ,
-
View: PA_CC_EXCEPTIONS_SUM_MRC_V
12.2.2
product: PA - Projects , description: This view is used in period close reports. It shows all cross charge distribution lines that prevent closing a period , implementation_dba_data: Not implemented in this database ,
-
View: PA_BILLING_REV_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BILLING_REV_TRANSACTIONS_V, object_name:PA_BILLING_REV_TRANSACTIONS_V, status:VALID, product: PA - Projects , description: Returns detail information for amounts processed in the current run of revenue generation. , implementation_dba_data: APPS.PA_BILLING_REV_TRANSACTIONS_V ,
-
View: PA_COST_EXCEPTIONS_DET_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_COST_EXCEPTIONS_DET_V, object_name:PA_COST_EXCEPTIONS_DET_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_DET_V ,
-
View: PA_GL_COST_EXCEPT_DET_MRC_V
12.2.2
product: PA - Projects , description: pa_gl_cost_except_det_mrc_v is a view that identifies the Cost Distribution Lines that prevent a period from being closed. , implementation_dba_data: Not implemented in this database ,
-
View: PA_BILLING_INV_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BILLING_INV_TRANSACTIONS_V, object_name:PA_BILLING_INV_TRANSACTIONS_V, status:VALID, product: PA - Projects , description: Returns detail information for amount processed in the current run , implementation_dba_data: APPS.PA_BILLING_INV_TRANSACTIONS_V ,
-
View: PA_XLA_EXP_HEADER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XLA_EXP_HEADER_V, object_name:PA_XLA_EXP_HEADER_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_XLA_EXP_HEADER_V ,
-
View: PA_COST_EXCEPTIONS_DET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_COST_EXCEPTIONS_DET_V, object_name:PA_COST_EXCEPTIONS_DET_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_DET_V ,
-
View: PA_GL_COST_EXCEPT_DET_MRC_V
12.1.1
product: PA - Projects , description: pa_gl_cost_except_det_mrc_v is a view that identifies the Cost Distribution Lines that prevent a period from being closed. , implementation_dba_data: Not implemented in this database ,
-
View: PAFV_EXPENDITURES_OLD
12.1.1
product: PA - Projects , description: Business view to show information about the expenditures entered. , implementation_dba_data: Not implemented in this database ,