Search Results pa_expenditure_categories
Overview
The PA_EXPENDITURE_CATEGORIES table is a core reference table within the Oracle E-Business Suite Projects (PA) module, serving as a master repository for implementation-defined cost classifications. It provides a high-level grouping mechanism for detailed expenditure types, enabling structured cost management, budgeting, and reporting across projects. Its primary role is to act as a parent classification, allowing organizations to categorize diverse expenditure types—such as labor, equipment, or materials—into logical, business-relevant cost groups. This categorization is fundamental for configuring project accounting rules, defining budget controls, and ensuring consistent cost processing throughout the application.
Key Information Stored
The table's central column is EXPENDITURE_CATEGORY, which serves as the primary key. This column stores the unique, user-defined code representing the cost grouping, such as 'LABOR', 'TRAVEL', or 'MATERIAL'. While the provided ETRM excerpt focuses on the table's relationships, standard implementation reveals additional descriptive columns typically present, including a NAME and DESCRIPTION for the category, and system-controlled columns like LAST_UPDATE_DATE and LAST_UPDATED_BY. The integrity of the EXPENDITURE_CATEGORY code is enforced by the primary key constraint PA_EXPENDITURE_CATEGORIES_PK, ensuring it remains unique and non-null across the system.
Common Use Cases and Queries
This table is primarily referenced for validation, reporting, and setup tasks. A common use case is validating expenditure items entered via Oracle Projects or imported from external systems against the approved list of categories. For reporting, it is frequently joined to transaction tables to roll up detailed costs into summary category-level reports. Administrators query this table during implementation to review or maintain the defined cost structure. A typical SQL pattern involves joining to the PA_EXPENDITURE_TYPES table to see all detailed types within a category:
- SELECT ec.expenditure_category, ec.name, et.expenditure_type FROM pa_expenditure_categories ec, pa_expenditure_types et WHERE ec.expenditure_category = et.expenditure_category ORDER BY 1;
Another common query retrieves all categories for use in a list of values (LOV) during configuration of budget lines, resource assignments, or transaction controls.
Related Objects
As indicated by the extensive foreign key relationships, PA_EXPENDITURE_CATEGORIES is a critical parent table referenced throughout the Projects module. Key dependent objects include:
- PA_EXPENDITURE_TYPES: The direct child table, where each detailed expenditure type is assigned to a category.
- PA_BUDGET_ITEMS and PA_RESOURCE_ASSIGNMENTS: Used for planning and budgeting costs at the category level.
- PA_TRANSACTION_CONTROLS and PA_COST_DIST_OVERRIDES: Reference the category to define processing rules for transactions.
- PA_RESOURCE_LIST_MEMBERS and PA_RESOURCE_MAPS: Utilize the category for defining resource breakdown structures and mapping.
- IGW_IMPLEMENTATIONS_ALL (Grants Accounting): References the category for configuring indirect cost rules, highlighting integration with other financial modules.
These relationships underscore the table's central role in maintaining data integrity and enforcing business rules across project financial management.
-
Table: PA_EXPENDITURE_CATEGORIES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPENDITURE_CATEGORIES, object_name:PA_EXPENDITURE_CATEGORIES, status:VALID, product: PA - Projects , description: Implementation-defined groupings of expenditure types by type of cost , implementation_dba_data: PA.PA_EXPENDITURE_CATEGORIES ,
-
Table: PA_EXPENDITURE_CATEGORIES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPENDITURE_CATEGORIES, object_name:PA_EXPENDITURE_CATEGORIES, status:VALID, product: PA - Projects , description: Implementation-defined groupings of expenditure types by type of cost , implementation_dba_data: PA.PA_EXPENDITURE_CATEGORIES ,
-
View: PA_EXPEND_CATEGORIES_RES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPEND_CATEGORIES_RES_V, object_name:PA_EXPEND_CATEGORIES_RES_V, status:VALID, product: PA - Projects , description: 10Sc Only , implementation_dba_data: APPS.PA_EXPEND_CATEGORIES_RES_V ,
-
View: PA_EXPEND_CATEGORIES_RES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPEND_CATEGORIES_RES_V, object_name:PA_EXPEND_CATEGORIES_RES_V, status:VALID, product: PA - Projects , description: 10Sc Only , implementation_dba_data: APPS.PA_EXPEND_CATEGORIES_RES_V ,
-
Table: PA_BUDGET_ITEMS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_BUDGET_ITEMS, object_name:PA_BUDGET_ITEMS, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: PA.PA_BUDGET_ITEMS ,
-
Table: PA_COST_DIST_OVERRIDES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_COST_DIST_OVERRIDES, object_name:PA_COST_DIST_OVERRIDES, status:VALID, product: PA - Projects , description: Configurations used to override the expenditure organization used by AutoAccounting for projects , implementation_dba_data: PA.PA_COST_DIST_OVERRIDES ,
-
Table: PA_COST_DIST_OVERRIDES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_COST_DIST_OVERRIDES, object_name:PA_COST_DIST_OVERRIDES, status:VALID, product: PA - Projects , description: Configurations used to override the expenditure organization used by AutoAccounting for projects , implementation_dba_data: PA.PA_COST_DIST_OVERRIDES ,
-
Table: PA_PROJ_RETN_RULES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJ_RETN_RULES, object_name:PA_PROJ_RETN_RULES, status:VALID, product: PA - Projects , description: PA_PROJ_RETN_RULES stores retention setup rules. These rules are entered at the project or top task level. , implementation_dba_data: PA.PA_PROJ_RETN_RULES ,
-
Table: PA_PROJ_RETN_RULES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJ_RETN_RULES, object_name:PA_PROJ_RETN_RULES, status:VALID, product: PA - Projects , description: PA_PROJ_RETN_RULES stores retention setup rules. These rules are entered at the project or top task level. , implementation_dba_data: PA.PA_PROJ_RETN_RULES ,
-
Table: PA_BUDGET_ITEMS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_BUDGET_ITEMS, object_name:PA_BUDGET_ITEMS, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: PA.PA_BUDGET_ITEMS ,
-
View: PABV_EXPENDITURE_CATEGORIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_EXPENDITURE_CATEGORIES, object_name:PABV_EXPENDITURE_CATEGORIES, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_EXPENDITURE_CATEGORIES ,
-
View: PABV_EXPENDITURE_CATEGORIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_EXPENDITURE_CATEGORIES, object_name:PABV_EXPENDITURE_CATEGORIES, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_EXPENDITURE_CATEGORIES ,
-
Table: PA_TRANSACTION_CONTROLS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TRANSACTION_CONTROLS, object_name:PA_TRANSACTION_CONTROLS, status:VALID, product: PA - Projects , description: Transaction controls of chargeable and billable status for projects and tasks , implementation_dba_data: PA.PA_TRANSACTION_CONTROLS ,
-
Table: PA_TRANSACTION_CONTROLS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TRANSACTION_CONTROLS, object_name:PA_TRANSACTION_CONTROLS, status:VALID, product: PA - Projects , description: Transaction controls of chargeable and billable status for projects and tasks , implementation_dba_data: PA.PA_TRANSACTION_CONTROLS ,
-
View: PAFV_EXPENDITURE_CATEGORIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_EXPENDITURE_CATEGORIES, object_name:PAFV_EXPENDITURE_CATEGORIES, status:VALID, product: PA - Projects , description: Business view to show information about the classification of expenditure types. , implementation_dba_data: APPS.PAFV_EXPENDITURE_CATEGORIES ,
-
View: PAFV_EXPENDITURE_CATEGORIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_EXPENDITURE_CATEGORIES, object_name:PAFV_EXPENDITURE_CATEGORIES, status:VALID, product: PA - Projects , description: Business view to show information about the classification of expenditure types. , implementation_dba_data: APPS.PAFV_EXPENDITURE_CATEGORIES ,
-
Table: PA_PROJECT_EXP_ITEM_ACCUM
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_EXP_ITEM_ACCUM, object_name:PA_PROJECT_EXP_ITEM_ACCUM, status:VALID, product: PA - Projects , description: Accumulated revenue, costs, and quantities from expenditure items (used only when running in Dual Accumulation Mode). , implementation_dba_data: PA.PA_PROJECT_EXP_ITEM_ACCUM ,
-
Table: PA_PROJECT_EXP_ITEM_ACCUM
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_EXP_ITEM_ACCUM, object_name:PA_PROJECT_EXP_ITEM_ACCUM, status:VALID, product: PA - Projects , description: Accumulated revenue, costs, and quantities from expenditure items (used only when running in Dual Accumulation Mode). , implementation_dba_data: PA.PA_PROJECT_EXP_ITEM_ACCUM ,
-
Table: PA_RESOURCE_MAPS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_MAPS, object_name:PA_RESOURCE_MAPS, status:VALID, product: PA - Projects , description: Mapping of a resource list member to a combination of resource transaction attributes , implementation_dba_data: PA.PA_RESOURCE_MAPS ,
-
Table: PA_RESOURCE_TXN_ATTRIBUTES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_TXN_ATTRIBUTES, object_name:PA_RESOURCE_TXN_ATTRIBUTES, status:VALID, product: PA - Projects , description: Combination of transaction attributes for a resource that define which transactions to map to the resource , implementation_dba_data: PA.PA_RESOURCE_TXN_ATTRIBUTES ,
-
View: PAFV_EXPENDITURE_TYPES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_EXPENDITURE_TYPES, object_name:PAFV_EXPENDITURE_TYPES, status:VALID, product: PA - Projects , description: Business view to show the classification of the expenditures charged. , implementation_dba_data: APPS.PAFV_EXPENDITURE_TYPES ,
-
Table: PA_RESOURCE_TXN_ATTRIBUTES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_TXN_ATTRIBUTES, object_name:PA_RESOURCE_TXN_ATTRIBUTES, status:VALID, product: PA - Projects , description: Combination of transaction attributes for a resource that define which transactions to map to the resource , implementation_dba_data: PA.PA_RESOURCE_TXN_ATTRIBUTES ,
-
Table: PA_RESOURCE_MAPS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_MAPS, object_name:PA_RESOURCE_MAPS, status:VALID, product: PA - Projects , description: Mapping of a resource list member to a combination of resource transaction attributes , implementation_dba_data: PA.PA_RESOURCE_MAPS ,
-
View: PAFV_EXPENDITURE_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_EXPENDITURE_TYPES, object_name:PAFV_EXPENDITURE_TYPES, status:VALID, product: PA - Projects , description: Business view to show the classification of the expenditures charged. , implementation_dba_data: APPS.PAFV_EXPENDITURE_TYPES ,
-
View: PA_EXPENDITURE_TYPES_DESC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPENDITURE_TYPES_DESC_V, object_name:PA_EXPENDITURE_TYPES_DESC_V, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PA_EXPENDITURE_TYPES_DESC_V ,
-
View: PA_EXPENDITURE_TYPES_DESC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPENDITURE_TYPES_DESC_V, object_name:PA_EXPENDITURE_TYPES_DESC_V, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PA_EXPENDITURE_TYPES_DESC_V ,
-
Table: PA_RESOURCE_ASSIGNMENTS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_ASSIGNMENTS, object_name:PA_RESOURCE_ASSIGNMENTS, status:VALID, product: PA - Projects , description: Resource assignments for a budget version at a branch of project's work breakdown , implementation_dba_data: PA.PA_RESOURCE_ASSIGNMENTS ,
-
Table: PA_RESOURCE_LIST_MEMBERS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_LIST_MEMBERS, object_name:PA_RESOURCE_LIST_MEMBERS, status:VALID, product: PA - Projects , description: Resources within a resource list , implementation_dba_data: PA.PA_RESOURCE_LIST_MEMBERS ,
-
Table: PA_RESOURCE_ASSIGNMENTS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_ASSIGNMENTS, object_name:PA_RESOURCE_ASSIGNMENTS, status:VALID, product: PA - Projects , description: Resource assignments for a budget version at a branch of project's work breakdown , implementation_dba_data: PA.PA_RESOURCE_ASSIGNMENTS ,
-
Table: PA_RESOURCE_LIST_MEMBERS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_LIST_MEMBERS, object_name:PA_RESOURCE_LIST_MEMBERS, status:VALID, product: PA - Projects , description: Resources within a resource list , implementation_dba_data: PA.PA_RESOURCE_LIST_MEMBERS ,
-
View: PA_RESOURCE_TXN_ATTRIBUTES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RESOURCE_TXN_ATTRIBUTES_V, object_name:PA_RESOURCE_TXN_ATTRIBUTES_V, status:VALID, product: PA - Projects , description: 10Sc only , implementation_dba_data: APPS.PA_RESOURCE_TXN_ATTRIBUTES_V ,
-
View: PA_RESOURCE_TXN_ATTRIBUTES_V_R
12.1.1
product: PA - Projects , description: 10Sc only , implementation_dba_data: Not implemented in this database ,
-
View: PA_RESOURCE_TXN_ATTRIBUTES_V_R
12.2.2
product: PA - Projects , description: 10Sc only , implementation_dba_data: Not implemented in this database ,
-
View: PA_RESOURCE_TXN_ATTRIBUTES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RESOURCE_TXN_ATTRIBUTES_V, object_name:PA_RESOURCE_TXN_ATTRIBUTES_V, status:VALID, product: PA - Projects , description: 10Sc only , implementation_dba_data: APPS.PA_RESOURCE_TXN_ATTRIBUTES_V ,
-
Table: PA_EXPENDITURE_TYPES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPENDITURE_TYPES, object_name:PA_EXPENDITURE_TYPES, status:VALID, product: PA - Projects , description: Implementation-defined classifications of expenditures charged to projects and tasks , implementation_dba_data: PA.PA_EXPENDITURE_TYPES ,
-
Table: PA_EXPENDITURE_TYPES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPENDITURE_TYPES, object_name:PA_EXPENDITURE_TYPES, status:VALID, product: PA - Projects , description: Implementation-defined classifications of expenditures charged to projects and tasks , implementation_dba_data: PA.PA_EXPENDITURE_TYPES ,