Search Results pa_all_exp_types_it
Overview
The PA_ALL_EXP_TYPES_IT table is a core data object within the Oracle E-Business Suite Projects (PA) module, specifically in versions 12.1.1 and 12.2.2. It serves as the master table for the top-level nodes in the standard hierarchy of the expenditure type dimension. This dimension is fundamental to project costing and accounting, as it classifies all project-related spending (e.g., Labor, Materials, Travel). The table's primary role is to define and maintain the highest-level categories under which detailed expenditure types are organized, providing a structured framework for reporting, summarization, and financial control across projects.
Key Information Stored
While the provided metadata does not list specific columns, the documented primary key and foreign key relationships indicate its core structure. The primary key column is ALL_EXPENDITURE_TYPES, which uniquely identifies each top-level expenditure category. This column is the anchor point for the hierarchy. The table likely contains descriptive columns for these categories, such as a name, description, and effective date range. Its design ensures referential integrity, as it is the parent table from which detailed expenditure types in related tables inherit their high-level classification.
Common Use Cases and Queries
This table is central to any process requiring analysis or reporting of project costs at a summary level. A common use case is generating high-level expenditure reports by category across multiple projects or for a specific project. It is also critical for setting up and maintaining the expenditure type hierarchy during implementation. A typical query would join this table to the detailed expenditure type table to retrieve a complete hierarchical view:
- Hierarchy Listing:
SELECT det.expenditure_type, aet.all_expenditure_types FROM pa_exp_types_it det, pa_all_exp_types_it aet WHERE det.all_expenditure_types = aet.all_expenditure_types; - Cost Summarization: Queries aggregating project transaction amounts (e.g., from PA_EXPENDITURE_ITEMS) would often group by
ALL_EXPENDITURE_TYPESvia joins throughPA_EXP_TYPES_ITto produce summary cost reports by major category.
Related Objects
The table has a direct and documented foreign key relationship, establishing it as a key reference point in the data model.
- PA_EXP_TYPES_IT: This is the primary child table, containing the detailed, individual expenditure types. It references
PA_ALL_EXP_TYPES_ITvia the columnPA_EXP_TYPES_IT.ALL_EXPENDITURE_TYPES. This relationship enforces that every detailed expenditure type must be associated with a valid top-level category defined inPA_ALL_EXP_TYPES_IT.
Consequently, this table is indirectly related to all transactional tables that store expenditure items, such as PA_EXPENDITURE_ITEMS, as the expenditure type hierarchy is traversed from transaction detail up to this summary level for reporting purposes.
-
Table: PA_ALL_EXP_TYPES_IT
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ALL_EXP_TYPES_IT, object_name:PA_ALL_EXP_TYPES_IT, status:VALID, product: PA - Projects , description: Information about the top level of the standard hierarchy on the expenditure type dimension , implementation_dba_data: PA.PA_ALL_EXP_TYPES_IT ,
-
Table: PA_ALL_EXP_TYPES_IT
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ALL_EXP_TYPES_IT, object_name:PA_ALL_EXP_TYPES_IT, status:VALID, product: PA - Projects , description: Information about the top level of the standard hierarchy on the expenditure type dimension , implementation_dba_data: PA.PA_ALL_EXP_TYPES_IT ,
-
APPS.PA_ADW_COLLECT_DIMENSIONS dependencies on PA_ALL_EXP_TYPES_IT
12.1.1
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_ALL_EXP_TYPES_IT
12.1.1
-
APPS.PA_ADW_COLLECT_DIMENSIONS dependencies on PA_ALL_EXP_TYPES_IT
12.2.2
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_ALL_EXP_TYPES_IT
12.2.2
-
VIEW: PA.PA_ALL_EXP_TYPES_IT#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_ALL_EXP_TYPES_IT#, status:VALID,
-
TABLE: PA.PA_ALL_EXP_TYPES_IT
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ALL_EXP_TYPES_IT, object_name:PA_ALL_EXP_TYPES_IT, status:VALID,
-
VIEW: PA.PA_ALL_EXP_TYPES_IT#
12.2.2
-
TABLE: PA.PA_ALL_EXP_TYPES_IT
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ALL_EXP_TYPES_IT, object_name:PA_ALL_EXP_TYPES_IT, status:VALID,
-
SYNONYM: APPS.PA_ALL_EXP_TYPES_IT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_ALL_EXP_TYPES_IT, status:VALID,
-
SYNONYM: APPS.PA_ALL_EXP_TYPES_IT
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_ALL_EXP_TYPES_IT, status:VALID,
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_ALL_SRVC_TYPES_IT
12.2.2
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_ALL_SRVC_TYPES_IT
12.1.1
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_ALL_FINANCIAL_YRS_IT
12.1.1
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_ALL_FINANCIAL_YRS_IT
12.2.2
-
Table: PA_EXP_TYPES_IT
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXP_TYPES_IT, object_name:PA_EXP_TYPES_IT, status:VALID, product: PA - Projects , description: Information about expenditure types for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_EXP_TYPES_IT ,
-
Table: PA_EXP_TYPES_IT
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXP_TYPES_IT, object_name:PA_EXP_TYPES_IT, status:VALID, product: PA - Projects , description: Information about expenditure types for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_EXP_TYPES_IT ,
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_PRJ_BUSINESS_GRPS_IT
12.2.2
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_FINANCIAL_YRS_IT
12.1.1
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_ALL_PRJ_TYPES_IT
12.1.1
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_GL_PERIODS_IT
12.2.2
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_FINANCIAL_QTRS_IT
12.2.2
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_SRVC_TYPES_IT
12.2.2
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_PRJ_BGT_LINES_IT
12.2.2
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_FINANCIAL_YRS_IT
12.2.2
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_EXP_TYPES_IT
12.2.2
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_PRJ_ORGS_IT
12.2.2
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_SRVC_TYPES_IT
12.1.1
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_GL_PERIODS_IT
12.1.1
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_PRJ_ORGS_IT
12.1.1
-
PACKAGE BODY: APPS.PA_ADW_COLLECT_MAIN
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_ADW_COLLECT_MAIN, status:VALID,
-
PACKAGE BODY: APPS.PA_ADW_COLLECT_DIMENSIONS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_ADW_COLLECT_DIMENSIONS, status:VALID,
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_EXP_TYPES_IT
12.1.1
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_PRJ_BUSINESS_GRPS_IT
12.1.1
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_ALL_PRJ_TYPES_IT
12.2.2
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_FINANCIAL_QTRS_IT
12.1.1
-
APPS.PA_ADW_COLLECT_MAIN dependencies on PA_PRJ_BGT_LINES_IT
12.1.1
-
PACKAGE BODY: APPS.PA_ADW_COLLECT_DIMENSIONS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_ADW_COLLECT_DIMENSIONS, status:VALID,
-
PACKAGE BODY: APPS.PA_ADW_COLLECT_MAIN
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_ADW_COLLECT_MAIN, status:VALID,
-
APPS.PA_ADW_COLLECT_MAIN SQL Statements
12.2.2
-
APPS.PA_ADW_COLLECT_MAIN SQL Statements
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2