Search Results pa_top_tasks_it
Overview
The PA_TOP_TASKS_IT table is a core data repository within Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Projects (PA) module. It is designed to store master information about the top task level for the Oracle Project Analysis Collection Pack. This pack is a foundational component for business intelligence and analytical reporting on project data. The table serves as the central reference for top-level tasks, which are the highest-level work breakdown structure (WBS) elements within a project, and it acts as a parent entity for detailed transactional data related to task commitments and budget lines. Its primary role is to support the data collection and integration processes required for comprehensive project performance analysis.
Key Information Stored
While the full column list is not detailed in the provided metadata, the documented primary and foreign keys reveal the critical data relationships. The primary identifier is the TOP_TASK_ID column, which uniquely defines each top task record. Two essential foreign key columns establish core project and organizational context: PROJECT_ID links the top task to its parent project in the PA_PROJECTS_IT_ALL table, and CARRYING_OUT_ORGANIZATION_ID links to the executing organization in the PA_PRJ_ORGS_IT table. Based on its purpose, the table likely also stores descriptive attributes for the top task, such as a task number, name, start and finish dates, and status, forming the essential master data for project task hierarchy reporting.
Common Use Cases and Queries
This table is primarily accessed for analytical reporting and data extraction for the Project Analysis Collection Pack. Common use cases include generating master lists of all top-level tasks across projects for portfolio analysis, or serving as a dimension table in BI queries that join to transactional fact tables. A typical query would retrieve top task information along with its associated project details for reporting purposes. For example:
SELECT pt.task_number, pt.task_name, pp.project_number, pp.project_name
FROM pa_top_tasks_it pt,
pa_projects_it_all pp
WHERE pt.project_id = pp.project_id
AND pp.project_status_code = 'APPROVED';
Another critical use case is as a validation point in data integration flows, ensuring that transactional records for commitments and budgets reference a valid top task ID before being processed into the analytical schema.
Related Objects
The PA_TOP_TASKS_IT table is centrally connected within the Project Analysis data model, as evidenced by its documented foreign key relationships.
- Referenced By (Parent Tables):
PA_PROJECTS_IT_ALLviaPA_TOP_TASKS_IT.PROJECT_IDPA_PRJ_ORGS_ITviaPA_TOP_TASKS_IT.CARRYING_OUT_ORGANIZATION_ID
- Referenced In (Child Tables):
PA_TSK_ACT_CMT_IT_ALLreferences this table via itsTASK_IDcolumn (pointing toTOP_TASK_ID).PA_TSK_BGT_LINES_IT_ALLreferences this table via itsTASK_IDcolumn (pointing toTOP_TASK_ID).
These relationships confirm that PA_TOP_TASKS_IT is the authoritative source for task identifiers used in related transactional tables for actuals, commitments, and budgets within the collection pack.
-
Table: PA_TOP_TASKS_IT
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TOP_TASKS_IT, object_name:PA_TOP_TASKS_IT, status:VALID, product: PA - Projects , description: Information about the top task level for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_TOP_TASKS_IT ,
-
Table: PA_TOP_TASKS_IT
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TOP_TASKS_IT, object_name:PA_TOP_TASKS_IT, status:VALID, product: PA - Projects , description: Information about the top task level for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_TOP_TASKS_IT ,
-
Table: PA_TSK_ACT_CMT_IT_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TSK_ACT_CMT_IT_ALL, object_name:PA_TSK_ACT_CMT_IT_ALL, status:VALID, product: PA - Projects , description: Task level actuals and commitments for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_TSK_ACT_CMT_IT_ALL ,
-
Table: PA_PROJECTS_IT_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECTS_IT_ALL, object_name:PA_PROJECTS_IT_ALL, status:VALID, product: PA - Projects , description: Information about projects for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_PROJECTS_IT_ALL ,
-
Table: PA_PRJ_ORGS_IT
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PRJ_ORGS_IT, object_name:PA_PRJ_ORGS_IT, status:VALID, product: PA - Projects , description: Information about project/task organizations for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_PRJ_ORGS_IT ,
-
Table: PA_TSK_BGT_LINES_IT_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TSK_BGT_LINES_IT_ALL, object_name:PA_TSK_BGT_LINES_IT_ALL, status:VALID, product: PA - Projects , description: Task level budgets for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_TSK_BGT_LINES_IT_ALL ,
-
Table: PA_PROJECTS_IT_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECTS_IT_ALL, object_name:PA_PROJECTS_IT_ALL, status:VALID, product: PA - Projects , description: Information about projects for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_PROJECTS_IT_ALL ,
-
Table: PA_TSK_BGT_LINES_IT_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TSK_BGT_LINES_IT_ALL, object_name:PA_TSK_BGT_LINES_IT_ALL, status:VALID, product: PA - Projects , description: Task level budgets for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_TSK_BGT_LINES_IT_ALL ,
-
Table: PA_PRJ_ORGS_IT
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PRJ_ORGS_IT, object_name:PA_PRJ_ORGS_IT, status:VALID, product: PA - Projects , description: Information about project/task organizations for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_PRJ_ORGS_IT ,
-
Table: PA_TSK_ACT_CMT_IT_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TSK_ACT_CMT_IT_ALL, object_name:PA_TSK_ACT_CMT_IT_ALL, status:VALID, product: PA - Projects , description: Task level actuals and commitments for Oracle Project Analysis Collection Pack , implementation_dba_data: PA.PA_TSK_ACT_CMT_IT_ALL ,