Search Results pa_expenditure_groups_all
Overview
The PA_EXPENDITURE_GROUPS_ALL table is a core data object within the Oracle E-Business Suite Projects (PA) module. It serves as the master repository for defining and storing groups of pre-approved expenditures. In the context of project financial management, these groups act as control mechanisms, enabling organizations to categorize and manage transaction flows based on predefined rules and sources. The table's role is integral to the expenditure lifecycle, linking transaction sources and system linkages to actual expenditure records, thereby enforcing business rules and approval workflows for project-related costs. Its multi-org structure, indicated by the _ALL suffix and the ORG_ID column, supports implementations operating in a shared services model across multiple business units.
Key Information Stored
The table's primary purpose is to uniquely identify each valid expenditure group within an operating unit. The composite primary key, consisting of EXPENDITURE_GROUP and ORG_ID, enforces this uniqueness. Key columns, as inferred from the metadata, include the EXPENDITURE_GROUP itself, which holds the name or code of the group. The ORG_ID column stores the identifier for the operating unit. Critical foreign key columns establish vital relationships: the TRANSACTION_SOURCE column links to PA_TRANSACTION_SOURCES to define the origin of transactions (e.g., Payables, Inventory), and the SYSTEM_LINKAGE_FUNCTION column links to PA_SYSTEM_LINKAGES to control integration with other EBS modules like General Ledger.
Common Use Cases and Queries
A primary use case is validating and reporting on expenditures associated with specific pre-defined groups. Administrators use this table to set up and maintain the groups, while transactional processes reference it to validate incoming expenditure items. Common queries include listing all active expenditure groups for an operating unit or identifying the transaction source for a specific group to troubleshoot integration issues. For example, a simple report to show all groups with their linked sources might use SQL such as:
- SELECT peg.EXPENDITURE_GROUP, peg.ORG_ID, pts.TRANSACTION_SOURCE_NAME
- FROM PA_EXPENDITURE_GROUPS_ALL peg,
- PA_TRANSACTION_SOURCES pts
- WHERE peg.TRANSACTION_SOURCE = pts.TRANSACTION_SOURCE
- AND peg.ORG_ID = :p_org_id;
Another critical use case is tracing expenditures back to their approved group for audit purposes, leveraging the foreign key relationship to the PA_EXPENDITURES_ALL table.
Related Objects
As documented in the ETRM metadata, PA_EXPENDITURE_GROUPS_ALL has defined relationships with several key tables. It is referenced by the PA_EXPENDITURES_ALL table via the EXPENDITURE_GROUP and ORG_ID columns, making it the parent for all expenditure transactions classified under a group. It is a child table to both PA_TRANSACTION_SOURCES (via TRANSACTION_SOURCE) and PA_SYSTEM_LINKAGES (via SYSTEM_LINKAGE_FUNCTION). These relationships are fundamental: the link to PA_TRANSACTION_SOURCES dictates the feeder system for the expenditures, while the link to PA_SYSTEM_LINKAGES governs the accounting rules applied during the transfer of project costs to the General Ledger. This positions the table as a central control point in the project accounting flow.
-
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 ,
-
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_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 ,
-
View: PABV_EXPENDITURE_GROUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_EXPENDITURE_GROUPS, object_name:PABV_EXPENDITURE_GROUPS, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_EXPENDITURE_GROUPS ,
-
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_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: PABV_EXPENDITURE_GROUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_EXPENDITURE_GROUPS, object_name:PABV_EXPENDITURE_GROUPS, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_EXPENDITURE_GROUPS ,
-
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_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: PAFV_EXPENDITURE_GROUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_EXPENDITURE_GROUPS, object_name:PAFV_EXPENDITURE_GROUPS, status:VALID, product: PA - Projects , description: Business view to show information about the expenditure batches entered. , implementation_dba_data: APPS.PAFV_EXPENDITURE_GROUPS ,
-
Table: PA_SYSTEM_LINKAGES
12.1.1
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: PAFV_EXPENDITURE_GROUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_EXPENDITURE_GROUPS, object_name:PAFV_EXPENDITURE_GROUPS, status:VALID, product: PA - Projects , description: Business view to show information about the expenditure batches entered. , implementation_dba_data: APPS.PAFV_EXPENDITURE_GROUPS ,
-
View: PA_EXPENDITURE_GROUPS
12.1.1
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_EXPENDITURE_GROUPS
12.2.2
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: 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 ,
-
View: PAFV_EXPENDITURES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_EXPENDITURES, object_name:PAFV_EXPENDITURES, status:VALID, product: PA - Projects , description: Business view to show information about the expenditures entered. Business view to show information about the expenditures entered. , implementation_dba_data: APPS.PAFV_EXPENDITURES ,
-
View: PAFV_EXPENDITURES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_EXPENDITURES, object_name:PAFV_EXPENDITURES, status:VALID, product: PA - Projects , description: Business view to show information about the expenditures entered. Business view to show information about the expenditures entered. , implementation_dba_data: APPS.PAFV_EXPENDITURES ,