Search Results pa_proj_progress_attr
Overview
The PA_PROJ_PROGRESS_ATTR table is a core data repository within the Oracle E-Business Suite (EBS) Projects module (PA). Its primary function is to store configuration and setup information related to progress tracking for project structures. This table is essential for defining how progress is measured, reported, and billed against specific project elements, acting as a central link between a project's work breakdown structure and its associated progress and billing cycles. Its role is foundational for enabling earned value management, progress-based billing, and performance analysis in Oracle Projects.
Key Information Stored
The table's structure centers on linking a project element to its progress configuration. The key columns, as indicated by the metadata, include:
- PROJ_PROGRESS_ATTR_ID: The primary key identifier for each unique progress setup record.
- OBJECT_ID: A foreign key column linking to PA_PROJ_ELEMENTS. This identifies the specific project task or element to which the progress attributes apply.
- PROGRESS_CYCLE_ID: A foreign key column linking to PA_BILLING_CYCLES. This defines the billing or progress cycle (e.g., monthly, milestone-based) used for this project element.
While the provided metadata is concise, typical implementations of this table may also store attributes such as the progress calculation method (e.g., cost, effort, units), the progress verification rule, and other control flags governing how progress data is captured and processed for the associated project element.
Common Use Cases and Queries
This table is central to queries that analyze or report on project progress setup. Common use cases include auditing the progress configuration for a project, generating setup reports, and supporting data fixes. A typical query would join PA_PROJ_PROGRESS_ATTR to the project tasks and billing cycles to provide a comprehensive view.
Sample SQL Pattern:
SELECT ppa.proj_progress_attr_id,
pe.element_name AS task_name,
bc.cycle_name AS progress_cycle
FROM pa_proj_progress_attr ppa,
pa_proj_elements pe,
pa_billing_cycles bc
WHERE ppa.object_id = pe.proj_element_id
AND ppa.progress_cycle_id = bc.billing_cycle_id
AND pe.project_id = :p_project_id;
This query retrieves the progress cycle assigned to each task for a given project, which is crucial for understanding billing and progress reporting schedules.
Related Objects
As defined by its foreign key constraints, PA_PROJ_PROGRESS_ATTR has direct and critical dependencies within the Projects schema:
- PA_PROJ_ELEMENTS: The primary relationship. This table defines the project tasks and structure. The foreign key (OBJECT_ID) ensures every progress attribute set is attached to a valid project element.
- PA_BILLING_CYCLES: Defines the frequency and rules for billing and progress reporting. The foreign key (PROGRESS_CYCLE_ID) links the project element's progress setup to a specific cycle.
- PA_PROJ_PROGRESS_ATTR_PK: The primary key constraint on PROJ_PROGRESS_ATTR_ID, ensuring the uniqueness of each configuration record.
This table is also integral to the underlying logic of Oracle Projects' progress-related APIs, user interfaces for progress setup, and standard progress reporting functionalities.
-
Table: PA_PROJ_PROGRESS_ATTR
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJ_PROGRESS_ATTR, object_name:PA_PROJ_PROGRESS_ATTR, status:VALID, product: PA - Projects , description: PA_PROJ_PROGRESS_ATTR stores progress setup related information for structures. , implementation_dba_data: PA.PA_PROJ_PROGRESS_ATTR ,
-
Table: PA_PROJ_PROGRESS_ATTR
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJ_PROGRESS_ATTR, object_name:PA_PROJ_PROGRESS_ATTR, status:VALID, product: PA - Projects , description: PA_PROJ_PROGRESS_ATTR stores progress setup related information for structures. , implementation_dba_data: PA.PA_PROJ_PROGRESS_ATTR ,
-
View: PA_PROG_AS_OF_DATES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROG_AS_OF_DATES, object_name:PA_PROG_AS_OF_DATES, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROG_AS_OF_DATES ,
-
View: PA_PROG_AS_OF_DATES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROG_AS_OF_DATES, object_name:PA_PROG_AS_OF_DATES, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROG_AS_OF_DATES ,
-
Table: PA_BILLING_CYCLES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_BILLING_CYCLES, object_name:PA_BILLING_CYCLES, status:VALID, product: PA - Projects , description: System-defined and implementation-defined billing cycle definitions , implementation_dba_data: PA.PA_BILLING_CYCLES ,
-
Table: PA_BILLING_CYCLES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_BILLING_CYCLES, object_name:PA_BILLING_CYCLES, status:VALID, product: PA - Projects , description: System-defined and implementation-defined billing cycle definitions , implementation_dba_data: PA.PA_BILLING_CYCLES ,
-
View: PA_FINANCIAL_OPTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FINANCIAL_OPTIONS_V, object_name:PA_FINANCIAL_OPTIONS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_FINANCIAL_OPTIONS_V ,
-
View: PA_FINANCIAL_OPTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FINANCIAL_OPTIONS_V, object_name:PA_FINANCIAL_OPTIONS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_FINANCIAL_OPTIONS_V ,
-
Table: PA_PROJ_ELEMENTS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJ_ELEMENTS, object_name:PA_PROJ_ELEMENTS, status:VALID, product: PA - Projects , description: PA_PROJ_ELEMENTS stores the common non-versioned information related to tasks and structures. - For future use , implementation_dba_data: PA.PA_PROJ_ELEMENTS ,
-
Table: PA_PROJ_ELEMENTS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJ_ELEMENTS, object_name:PA_PROJ_ELEMENTS, status:VALID, product: PA - Projects , description: PA_PROJ_ELEMENTS stores the common non-versioned information related to tasks and structures. - For future use , implementation_dba_data: PA.PA_PROJ_ELEMENTS ,
-
View: PA_WORKPLAN_OPTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_WORKPLAN_OPTIONS_V, object_name:PA_WORKPLAN_OPTIONS_V, status:VALID, product: PA - Projects , description: Single-Org , implementation_dba_data: APPS.PA_WORKPLAN_OPTIONS_V ,
-
View: PA_WORKPLAN_OPTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_WORKPLAN_OPTIONS_V, object_name:PA_WORKPLAN_OPTIONS_V, status:VALID, product: PA - Projects , description: Single-Org , implementation_dba_data: APPS.PA_WORKPLAN_OPTIONS_V ,
-
View: PA_BACK_PROJ_TASK_PROG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BACK_PROJ_TASK_PROG_V, object_name:PA_BACK_PROJ_TASK_PROG_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_BACK_PROJ_TASK_PROG_V ,
-
View: PA_BACK_PROJ_TASK_PROG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BACK_PROJ_TASK_PROG_V, object_name:PA_BACK_PROJ_TASK_PROG_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_BACK_PROJ_TASK_PROG_V ,
-
View: PA_ASSIGNMENT_PROG_HIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ASSIGNMENT_PROG_HIST_V, object_name:PA_ASSIGNMENT_PROG_HIST_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ASSIGNMENT_PROG_HIST_V ,
-
View: PA_ASSIGNMENT_PROG_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ASSIGNMENT_PROG_HIST_V, object_name:PA_ASSIGNMENT_PROG_HIST_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ASSIGNMENT_PROG_HIST_V ,
-
View: PA_LATEST_PUB_STRUC_TASKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_LATEST_PUB_STRUC_TASKS_V, object_name:PA_LATEST_PUB_STRUC_TASKS_V, status:VALID, product: PA - Projects , description: PA_LATEST_PUB_STRUC_TASKS_V selects the information of the latest published structure version. - For future use , implementation_dba_data: APPS.PA_LATEST_PUB_STRUC_TASKS_V ,
-
View: PA_LATEST_PUB_STRUC_TASKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_LATEST_PUB_STRUC_TASKS_V, object_name:PA_LATEST_PUB_STRUC_TASKS_V, status:VALID, product: PA - Projects , description: PA_LATEST_PUB_STRUC_TASKS_V selects the information of the latest published structure version. - For future use , implementation_dba_data: APPS.PA_LATEST_PUB_STRUC_TASKS_V ,
-
View: PA_STRUCTURES_TASKS_V
12.2.2
product: PA - Projects , description: PA_STRUCTURES_TASKS_V selects all the attributes of a structure version and a task version. - For future use , implementation_dba_data: Not implemented in this database ,
-
View: PA_STRUCTURES_TASKS_V
12.1.1
product: PA - Projects , description: PA_STRUCTURES_TASKS_V selects all the attributes of a structure version and a task version. - For future use , implementation_dba_data: Not implemented in this database ,
-
View: PA_DELIVERABLE_PROGRESS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DELIVERABLE_PROGRESS_V, object_name:PA_DELIVERABLE_PROGRESS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_DELIVERABLE_PROGRESS_V ,
-
View: PA_DELIVERABLE_PROGRESS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DELIVERABLE_PROGRESS_V, object_name:PA_DELIVERABLE_PROGRESS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_DELIVERABLE_PROGRESS_V ,
-
View: PA_TASK_DELVRS_PROGRESS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_DELVRS_PROGRESS_V, object_name:PA_TASK_DELVRS_PROGRESS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TASK_DELVRS_PROGRESS_V ,
-
View: PA_TASK_DELVRS_PROGRESS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_DELVRS_PROGRESS_V, object_name:PA_TASK_DELVRS_PROGRESS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TASK_DELVRS_PROGRESS_V ,
-
View: PA_TASK_ASSIGNMENTS_AMG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_ASSIGNMENTS_AMG_V, object_name:PA_TASK_ASSIGNMENTS_AMG_V, status:VALID, product: PA - Projects , description: This view provides progress data for task assignments. , implementation_dba_data: APPS.PA_TASK_ASSIGNMENTS_AMG_V ,
-
View: PA_STRUCTURE_VERSIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUCTURE_VERSIONS_V, object_name:PA_STRUCTURE_VERSIONS_V, status:VALID, product: PA - Projects , description: PA_STRUCTURE_VERSIONS_V selects all structure-related attributes. - For future use , implementation_dba_data: APPS.PA_STRUCTURE_VERSIONS_V ,
-
View: PA_STRUCTURE_VERSIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUCTURE_VERSIONS_V, object_name:PA_STRUCTURE_VERSIONS_V, status:VALID, product: PA - Projects , description: PA_STRUCTURE_VERSIONS_V selects all structure-related attributes. - For future use , implementation_dba_data: APPS.PA_STRUCTURE_VERSIONS_V ,
-
View: PA_TASK_DET_EARNED_VALUES_V
12.2.2
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_TASK_DET_EARNED_VALUES_V
12.1.1
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_PROJ_TASK_PROG_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_TASK_PROG_HIST_V, object_name:PA_PROJ_TASK_PROG_HIST_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJ_TASK_PROG_HIST_V ,
-
View: PA_PROJ_TASK_PROG_HIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_TASK_PROG_HIST_V, object_name:PA_PROJ_TASK_PROG_HIST_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJ_TASK_PROG_HIST_V ,
-
View: PA_ASSIGNMENT_PROGRESS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ASSIGNMENT_PROGRESS_V, object_name:PA_ASSIGNMENT_PROGRESS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ASSIGNMENT_PROGRESS_V ,
-
View: PA_ASSIGNMENT_PROGRESS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ASSIGNMENT_PROGRESS_V, object_name:PA_ASSIGNMENT_PROGRESS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ASSIGNMENT_PROGRESS_V ,
-
View: PA_TASKS_ASSIGNS_PROGRESS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASKS_ASSIGNS_PROGRESS_V, object_name:PA_TASKS_ASSIGNS_PROGRESS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TASKS_ASSIGNS_PROGRESS_V ,
-
View: PA_TASKS_ASSIGNS_PROGRESS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASKS_ASSIGNS_PROGRESS_V, object_name:PA_TASKS_ASSIGNS_PROGRESS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TASKS_ASSIGNS_PROGRESS_V ,
-
View: PA_TASK_DET_EFFORT_COST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_DET_EFFORT_COST_V, object_name:PA_TASK_DET_EFFORT_COST_V, status:VALID, product: PA - Projects , description: PA_LOOKUPS is a view of system defined lookup codes and their corresponding meaning for Oracle Projects. This view will display the meani ng in the language of the session. , implementation_dba_data: APPS.PA_TASK_DET_EFFORT_COST_V ,
-
View: PA_TASK_DET_EFFORT_COST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_DET_EFFORT_COST_V, object_name:PA_TASK_DET_EFFORT_COST_V, status:VALID, product: PA - Projects , description: PA_LOOKUPS is a view of system defined lookup codes and their corresponding meaning for Oracle Projects. This view will display the meani ng in the language of the session. , implementation_dba_data: APPS.PA_TASK_DET_EFFORT_COST_V ,
-
View: PA_TASK_ASSIGNMENTS_AMG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_ASSIGNMENTS_AMG_V, object_name:PA_TASK_ASSIGNMENTS_AMG_V, status:VALID, product: PA - Projects , description: This view provides progress data for task assignments. , implementation_dba_data: APPS.PA_TASK_ASSIGNMENTS_AMG_V ,
-
View: PA_PROGRESS_HIST_DET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROGRESS_HIST_DET_V, object_name:PA_PROGRESS_HIST_DET_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROGRESS_HIST_DET_V ,
-
View: PA_PROGRESS_HIST_DET_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROGRESS_HIST_DET_V, object_name:PA_PROGRESS_HIST_DET_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROGRESS_HIST_DET_V ,
-
View: PA_LATEST_PROJ_TASK_PROG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_LATEST_PROJ_TASK_PROG_V, object_name:PA_LATEST_PROJ_TASK_PROG_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_LATEST_PROJ_TASK_PROG_V ,
-
View: PA_PROJ_TASK_PROG_DET_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_TASK_PROG_DET_V, object_name:PA_PROJ_TASK_PROG_DET_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJ_TASK_PROG_DET_V ,
-
View: PA_PROJ_TASK_PROG_DET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_TASK_PROG_DET_V, object_name:PA_PROJ_TASK_PROG_DET_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJ_TASK_PROG_DET_V ,
-
View: PA_LATEST_PROJ_TASK_PROG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_LATEST_PROJ_TASK_PROG_V, object_name:PA_LATEST_PROJ_TASK_PROG_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_LATEST_PROJ_TASK_PROG_V ,