Search Results pa_project_classes
Overview
The PA_PROJECT_CLASSES table is a core data structure within Oracle E-Business Suite Projects (PA) module, specifically in versions 12.1.1 and 12.2.2. Its primary function is to store the classification assignments for projects. It acts as a junction table that links projects, defined in PA_PROJECTS_ALL, with specific class codes from defined class categories. This classification system is essential for categorizing, segmenting, and reporting on projects based on customizable attributes such as project type, industry, funding source, or any other user-defined categorization. The table's existence enables robust project analysis, controls for business rules, and detailed reporting across multiple dimensions.
Key Information Stored
The table's structure is defined by its primary key and foreign key relationships. The primary key (PA_PROJECT_CLASSES_PK) uniquely identifies a classification record and consists of four columns: OBJECT_ID (typically the PROJECT_ID), OBJECT_TYPE, CLASS_CODE, and CLASS_CATEGORY. This design allows for the potential classification of other object types, though its primary use is for projects. The most critical columns include PROJECT_ID (foreign key to PA_PROJECTS_ALL), which identifies the project being classified; CLASS_CATEGORY, which identifies the classification group (e.g., 'Project Type'); and CLASS_CODE, the specific value within that category (e.g., 'Capital'). The OBJECT_TYPE for project classifications is typically 'PA_PROJECTS'.
Common Use Cases and Queries
The primary use case is retrieving all classifications for a specific project for validation, display, or integration purposes. A common reporting scenario involves joining project details with their classifications to generate segmented project lists or summaries. For instance, to list all projects with their 'Project Type' classification, a query would join PA_PROJECTS_ALL, PA_PROJECT_CLASSES, and PA_CLASS_CODES. Another critical use is within data validation and setup, ensuring that mandatory classifications are populated before allowing project transactions. The table is also central to APIs and user interfaces that manage project setup and maintenance, where class code assignments are made and updated.
Related Objects
- PA_PROJECTS_ALL: The master projects table. PA_PROJECT_CLASSES.PROJECT_ID is a foreign key to this table, linking each classification record to a specific project.
- PA_CLASS_CODES: The reference table for valid class codes and categories. PA_PROJECT_CLASSES.CLASS_CODE and CLASS_CATEGORY are foreign keys to this table, ensuring data integrity.
- Project Classification APIs: Oracle-provided PL/SQL APIs (often within package PA_PROJECT_UTILS or similar) typically interact with this table for creating, updating, and validating project classifications, rather than allowing direct DML.
- Project Inquiry Forms and Reports: Various standard Oracle EBS forms and reports (e.g., Project Summary, Project Directory) query this table to display classification information.
-
Table: PA_PROJECT_CLASSES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_CLASSES, object_name:PA_PROJECT_CLASSES, status:VALID, product: PA - Projects , description: Class codes of class categories that are used to classify projects , implementation_dba_data: PA.PA_PROJECT_CLASSES ,
-
Table: PA_PROJECT_CLASSES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_CLASSES, object_name:PA_PROJECT_CLASSES, status:VALID, product: PA - Projects , description: Class codes of class categories that are used to classify projects , implementation_dba_data: PA.PA_PROJECT_CLASSES ,
-
View: PA_PROJECT_DRIVERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_DRIVERS_V, object_name:PA_PROJECT_DRIVERS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECT_DRIVERS_V ,
-
View: PA_PROJECT_DRIVERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_DRIVERS_V, object_name:PA_PROJECT_DRIVERS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECT_DRIVERS_V ,
-
View: PA_PROJECT_CLASS_TOTALS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_CLASS_TOTALS_V, object_name:PA_PROJECT_CLASS_TOTALS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECT_CLASS_TOTALS_V ,
-
View: PA_PROJ_PAGE_REGIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_PAGE_REGIONS_V, object_name:PA_PROJ_PAGE_REGIONS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJ_PAGE_REGIONS_V ,
-
View: PA_PROJ_PAGE_REGIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_PAGE_REGIONS_V, object_name:PA_PROJ_PAGE_REGIONS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJ_PAGE_REGIONS_V ,
-
View: PA_XLA_CLASS_CODE_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XLA_CLASS_CODE_REF_V, object_name:PA_XLA_CLASS_CODE_REF_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_XLA_CLASS_CODE_REF_V ,
-
View: PA_REP_PROJ_SP_CC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_PROJ_SP_CC_V, object_name:PA_REP_PROJ_SP_CC_V, status:VALID, product: PA - Projects , description: PA_REP_PROJ_SP_CC_V is a view that shows all the distinct class categories , implementation_dba_data: APPS.PA_REP_PROJ_SP_CC_V ,
-
Table: PA_CLASS_CODES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CLASS_CODES, object_name:PA_CLASS_CODES, status:VALID, product: PA - Projects , description: Implementation-defined values within class categories that can be used to classify projects , implementation_dba_data: PA.PA_CLASS_CODES ,
-
View: PA_ALLOC_SRC_PROJECTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ALLOC_SRC_PROJECTS_V, object_name:PA_ALLOC_SRC_PROJECTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ALLOC_SRC_PROJECTS_V ,
-
View: PA_XLA_CLASS_CODE_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XLA_CLASS_CODE_REF_V, object_name:PA_XLA_CLASS_CODE_REF_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_XLA_CLASS_CODE_REF_V ,
-
View: PA_REP_PROJ_SP_PA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_PROJ_SP_PA_V, object_name:PA_REP_PROJ_SP_PA_V, status:VALID, product: PA - Projects , description: PA_REP_PROJ_SP_PA_V is a view that shows the sales pipeline for a project for a pa period , implementation_dba_data: APPS.PA_REP_PROJ_SP_PA_V ,
-
View: PA_REP_PROJ_SP_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_PROJ_SP_GL_V, object_name:PA_REP_PROJ_SP_GL_V, status:VALID, product: PA - Projects , description: PA_REP_PROJ_SP_GL_V is a view that shows the sales pipeline of a project for a gl period , implementation_dba_data: APPS.PA_REP_PROJ_SP_GL_V ,
-
View: PA_REP_PROJ_SP_PA_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_PROJ_SP_PA_V, object_name:PA_REP_PROJ_SP_PA_V, status:VALID, product: PA - Projects , description: PA_REP_PROJ_SP_PA_V is a view that shows the sales pipeline for a project for a pa period , implementation_dba_data: APPS.PA_REP_PROJ_SP_PA_V ,
-
View: PA_REP_PROJ_SP_CC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_PROJ_SP_CC_V, object_name:PA_REP_PROJ_SP_CC_V, status:VALID, product: PA - Projects , description: PA_REP_PROJ_SP_CC_V is a view that shows all the distinct class categories , implementation_dba_data: APPS.PA_REP_PROJ_SP_CC_V ,
-
View: PA_CLASS_CATEGORIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CLASS_CATEGORIES_V, object_name:PA_CLASS_CATEGORIES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CLASS_CATEGORIES_V ,
-
View: PA_REP_PROJ_SP_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_PROJ_SP_GL_V, object_name:PA_REP_PROJ_SP_GL_V, status:VALID, product: PA - Projects , description: PA_REP_PROJ_SP_GL_V is a view that shows the sales pipeline of a project for a gl period , implementation_dba_data: APPS.PA_REP_PROJ_SP_GL_V ,
-
Table: PA_CLASS_CODES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CLASS_CODES, object_name:PA_CLASS_CODES, status:VALID, product: PA - Projects , description: Implementation-defined values within class categories that can be used to classify projects , implementation_dba_data: PA.PA_CLASS_CODES ,
-
View: PABV_CLASSES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_CLASSES, object_name:PABV_CLASSES, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_CLASSES ,
-
View: PA_ALLOC_SRC_PROJECTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ALLOC_SRC_PROJECTS_V, object_name:PA_ALLOC_SRC_PROJECTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ALLOC_SRC_PROJECTS_V ,
-
View: PA_OVERRIDE_FIELD_VALUES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_OVERRIDE_FIELD_VALUES_V, object_name:PA_OVERRIDE_FIELD_VALUES_V, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PA_OVERRIDE_FIELD_VALUES_V ,
-
View: PA_OVERRIDE_FIELD_VALUES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_OVERRIDE_FIELD_VALUES_V, object_name:PA_OVERRIDE_FIELD_VALUES_V, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PA_OVERRIDE_FIELD_VALUES_V ,
-
View: PA_ADW_PRJ_CLASSES_B_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ADW_PRJ_CLASSES_B_V, object_name:PA_ADW_PRJ_CLASSES_B_V, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PA_ADW_PRJ_CLASSES_B_V ,
-
View: PA_ADW_PRJ_CLASSES_B_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ADW_PRJ_CLASSES_B_V, object_name:PA_ADW_PRJ_CLASSES_B_V, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PA_ADW_PRJ_CLASSES_B_V ,
-
View: PABV_CLASSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_CLASSES, object_name:PABV_CLASSES, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_CLASSES ,
-
View: PA_FCST_PROJECT_DTL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FCST_PROJECT_DTL_V, object_name:PA_FCST_PROJECT_DTL_V, status:VALID, product: PA - Projects , description: PA_FCST_PROJECT_DTL_V is a view that shows project forecasting , implementation_dba_data: APPS.PA_FCST_PROJECT_DTL_V ,
-
View: PAFV_CLASSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_CLASSES, object_name:PAFV_CLASSES, status:VALID, product: PA - Projects , description: Business view to show information about project classifications. , implementation_dba_data: APPS.PAFV_CLASSES ,
-
View: PAFV_CLASSES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_CLASSES, object_name:PAFV_CLASSES, status:VALID, product: PA - Projects , description: Business view to show information about project classifications. , implementation_dba_data: APPS.PAFV_CLASSES ,
-
View: PA_ALLOC_TARGET_PROJ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ALLOC_TARGET_PROJ_V, object_name:PA_ALLOC_TARGET_PROJ_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ALLOC_TARGET_PROJ_V ,
-
View: PA_CLASS_CATEGORIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CLASS_CATEGORIES_V, object_name:PA_CLASS_CATEGORIES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CLASS_CATEGORIES_V ,
-
View: PA_FCST_PROJECT_DTL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FCST_PROJECT_DTL_V, object_name:PA_FCST_PROJECT_DTL_V, status:VALID, product: PA - Projects , description: PA_FCST_PROJECT_DTL_V is a view that shows project forecasting , implementation_dba_data: APPS.PA_FCST_PROJECT_DTL_V ,
-
View: PA_PROJECT_CLASSES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_CLASSES_V, object_name:PA_PROJECT_CLASSES_V, status:VALID, product: PA - Projects , description: 10Sc Only , implementation_dba_data: APPS.PA_PROJECT_CLASSES_V ,
-
View: PA_PROJECT_CLASSES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_CLASSES_V, object_name:PA_PROJECT_CLASSES_V, status:VALID, product: PA - Projects , description: 10Sc Only , implementation_dba_data: APPS.PA_PROJECT_CLASSES_V ,
-
View: PA_ALLOC_TARGET_PROJ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ALLOC_TARGET_PROJ_V, object_name:PA_ALLOC_TARGET_PROJ_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ALLOC_TARGET_PROJ_V ,
-
View: PA_PROJECT_CLASS_TOTALS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_CLASS_TOTALS_V, object_name:PA_PROJECT_CLASS_TOTALS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECT_CLASS_TOTALS_V ,
-
Table: PA_PROJECTS_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECTS_ALL, object_name:PA_PROJECTS_ALL, status:VALID, product: PA - Projects , description: PA_PROJECTS_ALL stores the highest units of work defined in Oracle Projects. , implementation_dba_data: PA.PA_PROJECTS_ALL ,
-
Table: PA_PROJECTS_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECTS_ALL, object_name:PA_PROJECTS_ALL, status:VALID, product: PA - Projects , description: PA_PROJECTS_ALL stores the highest units of work defined in Oracle Projects. , implementation_dba_data: PA.PA_PROJECTS_ALL ,