Search Results pa_task_priority_code
Overview
PA_FP_ELIGIBLE_CI_V is an APPS-owned database view in the Oracle E-Business Suite Projects (PA) module. Its documented purpose is to contain the details of all control orders (also referred to as control items, or CIs) that have a financial impact. The view consolidates information drawn from the control item definition, the budget version, the financial plan implementation status, project status, task, party, and lookup tables, so that a single query returns the set of control items that qualify for financial plan processing.
The name reflects its role: "FP" denotes financial plan, "ELIGIBLE" denotes the filtering condition, and "CI" denotes control item. It acts as an integration and reporting surface rather than a base table, exposing a pre-joined result set for consumers such as financial plan generation, budget version review, and project cost reporting. Because the view filters on the financial plan impact type and joins to version-type and status configuration, it is intended to return only those control items that are genuinely eligible to affect the financial plan for a given project and task combination.
Underlying Base Objects
The view is defined over the following documented objects under the APPS schema: HZ_PARTIES, PA_BUDGET_VERSIONS, PA_CI_IMPACTS, PA_CI_TYPES_VL, PA_CONTROL_ITEMS, PA_LOOKUPS, PA_PROJECT_STATUSES, PA_PT_CO_IMPL_STATUSES, PA_TASKS. The majority are referenced through synonyms, while PA_CI_TYPES_VL and PA_LOOKUPS are views in their own right.
The join structure establishes the eligibility rule. PBV.CI_ID equals PCI.CI_ID, tying budget versions to control items. PCIM.IMPACT_TYPE_CODE is restricted to 'FINPLAN', which is the core financial-impact filter. The status chain links PCI.STATUS_CODE to PPC.STATUS_CODE and then to PCS.PROJECT_STATUS_CODE. Version type is resolved by DECODE (PBV.VERSION_TYPE, 'ALL', PPC.VERSION_TYPE, PBV.VERSION_TYPE) = PPC.VERSION_TYPE, allowing a budget version flagged as 'ALL' to match any configured implementation status version type. Tasks are joined with an outer join (PT.TASK_ID(+) = PCIM.IMPACTED_TASK_ID), so control items with no impacted task are still returned. The owner is resolved to HZ_PARTIES, and the priority lookup join on PA_TASK_PRIORITY_CODE is also an outer join.
Key Columns
- PROJECT_ID and IMPACTED_TASK_ID identify the project and the affected task.
- FIN_PLAN_TYPE_ID and BUDGET_VERSION_ID identify the financial plan type and budget version.
- CI_ID, CI_NUMBER, CI_TYPE_ID, and CI_TYPE_CLASS_CODE identify and classify the control item.
- SUMMARY, OWNER_ID, OWNER, and DATE_REQUIRED describe the control item.
- PRIORITY_CODE returns the raw priority, while subsequent columns expose its translated meaning, including the PA_TASK_PRIORITY_CODE lookup description.
- PROJECT_STATUS_NAME and PROJECT_SYSTEM_STATUS_CODE give the project status context.
- Quantity, cost, and revenue columns such as LABOR_QUANTITY, EQUIPMENT_QUANTITY, RAW_COST, BURDENED_COST, and REVENUE carry the financial exposure of the control item, with REV_PARTIALLY_IMPL_FLAG indicating partially implemented revenue.
Common Use Cases and Queries
The view is typically used to drive financial plan and budget version reporting, showing which control items have financial impact on a project and which task they affect. A common pattern queries by project and version to list eligible control items:
- SELECT PROJECT_ID, CI_NUMBER, IMPACTED_TASK_ID, RAW_COST, BURDENED_COST, REVENUE FROM APPS.PA_FP_ELIGIBLE_CI_V WHERE PROJECT_ID = :p_project_id ORDER BY CI_NUMBER;
- Filter by priority and owner: SELECT CI_NUMBER, PROJECT_ID, PROJECT_STATUS_NAME, PRIORITY_CODE FROM APPS.PA_FP_ELIGIBLE_CI_V WHERE PRIORITY_CODE IS NOT NULL;
- Join to project or task master data using PROJECT_ID and IMPACTED_TASK_ID to enrich downstream reports, since the view itself already resolves task name and number, owner party name, project status, and the priority lookup meaning.
Because the view embeds the FINPLAN impact-type filter and the version-type matching logic, reports can rely on it directly instead of reconstructing those rules against the base tables.
-
Lookup Type: PA_TASK_PRIORITY_CODE
12.1.1
product: PA - Projects , meaning: Project Task and Control Item Priority , description: Project Task and Control Item Priority ,
-
Lookup Type: PA_TASK_PRIORITY_CODE
12.2.2
product: PA - Projects , meaning: Project Task and Control Item Priority , description: Project Task and Control Item Priority ,
-
View: PA_FP_ELIGIBLE_CI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_ELIGIBLE_CI_V, object_name:PA_FP_ELIGIBLE_CI_V, status:VALID, product: PA - Projects , description: This view shall contain the details of all control orders having a financial impact , implementation_dba_data: APPS.PA_FP_ELIGIBLE_CI_V ,
-
View: PA_LAUNCH_PAGE_OBJECTS_TM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_LAUNCH_PAGE_OBJECTS_TM_V, object_name:PA_LAUNCH_PAGE_OBJECTS_TM_V, status:VALID, product: PA - Projects , description: PA_LAUNCH_PAGE_OBJECTS_TM_V gives the consolidated list of objects , implementation_dba_data: APPS.PA_LAUNCH_PAGE_OBJECTS_TM_V ,
-
View: PA_FP_ELIGIBLE_CI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_ELIGIBLE_CI_V, object_name:PA_FP_ELIGIBLE_CI_V, status:VALID, product: PA - Projects , description: This view shall contain the details of all control orders having a financial impact , implementation_dba_data: APPS.PA_FP_ELIGIBLE_CI_V ,
-
View: PA_LAUNCH_PAGE_OBJECTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_LAUNCH_PAGE_OBJECTS_V, object_name:PA_LAUNCH_PAGE_OBJECTS_V, status:VALID, product: PA - Projects , description: PA_LAUNCH_PAGE_OBJECTS_V gives the consolidated list of objects , implementation_dba_data: APPS.PA_LAUNCH_PAGE_OBJECTS_V ,
-
View: PA_LAUNCH_PAGE_OBJECTS_TM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_LAUNCH_PAGE_OBJECTS_TM_V, object_name:PA_LAUNCH_PAGE_OBJECTS_TM_V, status:VALID, product: PA - Projects , description: PA_LAUNCH_PAGE_OBJECTS_TM_V gives the consolidated list of objects , implementation_dba_data: APPS.PA_LAUNCH_PAGE_OBJECTS_TM_V ,
-
View: PA_STRUC_TASK_SEARCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUC_TASK_SEARCH_V, object_name:PA_STRUC_TASK_SEARCH_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_STRUC_TASK_SEARCH_V ,
-
View: PA_LAUNCH_PAGE_OBJECTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_LAUNCH_PAGE_OBJECTS_V, object_name:PA_LAUNCH_PAGE_OBJECTS_V, status:VALID, product: PA - Projects , description: PA_LAUNCH_PAGE_OBJECTS_V gives the consolidated list of objects , implementation_dba_data: APPS.PA_LAUNCH_PAGE_OBJECTS_V ,
-
View: PA_CI_BASIC_CTL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CI_BASIC_CTL_V, object_name:PA_CI_BASIC_CTL_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CI_BASIC_CTL_V ,
-
View: PA_STRUC_TASK_SEARCH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUC_TASK_SEARCH_V, object_name:PA_STRUC_TASK_SEARCH_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_STRUC_TASK_SEARCH_V ,
-
View: PA_CI_CRPRJ_LIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CI_CRPRJ_LIST_V, object_name:PA_CI_CRPRJ_LIST_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CI_CRPRJ_LIST_V ,
-
View: PA_CI_CRPRJ_LIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CI_CRPRJ_LIST_V, object_name:PA_CI_CRPRJ_LIST_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CI_CRPRJ_LIST_V ,
-
View: PA_CI_BASIC_CTL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CI_BASIC_CTL_V, object_name:PA_CI_BASIC_CTL_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CI_BASIC_CTL_V ,
-
View: PA_CI_ACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CI_ACTIONS_V, object_name:PA_CI_ACTIONS_V, status:VALID, product: PA - Projects , description: This view provides the atrribute values for Action Lists , implementation_dba_data: APPS.PA_CI_ACTIONS_V ,
-
View: PA_CI_ACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CI_ACTIONS_V, object_name:PA_CI_ACTIONS_V, status:VALID, product: PA - Projects , description: This view provides the atrribute values for Action Lists , implementation_dba_data: APPS.PA_CI_ACTIONS_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_FIN_STRUCTURES_TASKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FIN_STRUCTURES_TASKS_V, object_name:PA_FIN_STRUCTURES_TASKS_V, status:VALID, product: PA - Projects , description: PA_FIN_STRUCTURES_TASKS_V selects all the attributes of a structure version and a task version. , implementation_dba_data: APPS.PA_FIN_STRUCTURES_TASKS_V ,
-
View: PA_FIN_STRUCTURES_TASKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FIN_STRUCTURES_TASKS_V, object_name:PA_FIN_STRUCTURES_TASKS_V, status:VALID, product: PA - Projects , description: PA_FIN_STRUCTURES_TASKS_V selects all the attributes of a structure version and a task version. , implementation_dba_data: APPS.PA_FIN_STRUCTURES_TASKS_V ,
-
View: PA_CI_LIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CI_LIST_V, object_name:PA_CI_LIST_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CI_LIST_V ,
-
View: PA_CI_LIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CI_LIST_V, object_name:PA_CI_LIST_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CI_LIST_V ,
-
View: PA_STRUCT_TASK_EDIT_V
12.1.1
product: PA - Projects , description: PA_STRUCT_TASK_EDIT_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_TASK_PROGRESS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_PROGRESS_V, object_name:PA_TASK_PROGRESS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TASK_PROGRESS_V ,
-
View: PA_TASK_PROGRESS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_PROGRESS_V, object_name:PA_TASK_PROGRESS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TASK_PROGRESS_V ,
-
View: PA_STRUCT_TASK_EDIT_V
12.2.2
product: PA - Projects , description: PA_STRUCT_TASK_EDIT_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_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_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 ,