Search Results pa_control_items
Overview
The PA_CONTROL_ITEMS table is a core data structure within Oracle E-Business Suite Projects (PA) module, versions 12.1.1 and 12.2.2. It serves as the central repository for user-defined control items within a project. A control item is a flexible, configurable object used to track and manage various project artifacts, such as issues, risks, changes, or deliverables. The table's primary role is to store the master definition and current state of each control item, linking it to a specific project and categorizing it by type, status, and other key attributes. Its design enables comprehensive project governance and tracking capabilities.
Key Information Stored
The table stores the essential attributes that define a control item's identity, context, and lifecycle. The primary key is the unique identifier CI_ID. Critical foreign key columns establish core relationships: PROJECT_ID links the item to a specific project in PA_PROJECTS_ALL, and CI_TYPE_ID defines its category (e.g., Risk, Issue) via PA_CI_TYPES_B. Status management is handled through STATUS_CODE and PROGRESS_STATUS_CODE, both referencing PA_PROJECT_STATUSES. The table also stores descriptive attributes like CLASSIFICATION, REASON, and PRIORITY for categorization, as well as ownership and audit information via OWNER_ID, LAST_MODIFIED_BY_ID, and CLOSED_BY_ID (linking to HZ_PARTIES).
Common Use Cases and Queries
Common use cases include generating reports on all open issues for a project, analyzing risk trends by classification, or listing change requests assigned to a specific owner. A typical query retrieves control items with their project and type descriptions:
SELECT pci.ci_id, pci.ci_number, ppa.segment1 project_number, pct.name ci_type_name, pci.classification, pci.status_code FROM pa_control_items pci, pa_projects_all ppa, pa_ci_types_tl pct WHERE pci.project_id = ppa.project_id AND pci.ci_type_id = pct.ci_type_id AND pct.language = USERENV('LANG') AND ppa.segment1 = 'P12345';
Another frequent pattern is joining to status tables to get meaningful status names or querying for items based on their lifecycle state, such as all items not yet closed (status_code != 'CLOSED').
Related Objects
PA_CONTROL_ITEMS has extensive relationships, acting as a hub for control item data. Key foreign key relationships, where this table is the parent, include:
- PA_CI_ACTIONS (
CI_ID): Stores actions or tasks associated with a control item. - PA_CI_COMMENTS (
CI_ID): Holds discussion threads and notes. - PA_CI_IMPACTS (
CI_ID): Records impact assessments on project elements. - PA_CI_SUPPLIER_DETAILS (
CI_ID): Manages supplier-related information for items. - PA_BUDGET_VERSIONS (
CI_ID): Links budget changes to specific control items.
OBJECT_ID_TO1 and OBJECT_ID_FROM1) to establish relationships with other project objects and in PA_OBJ_STATUS_CHANGES (PCM_CI_ID) for auditing status history.
-
Table: PA_CONTROL_ITEMS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CONTROL_ITEMS, object_name:PA_CONTROL_ITEMS, status:VALID, product: PA - Projects , description: PA_CONTROL_ITEMS stores user-defined control items in a project. Each item is of an item type as specified by the CI_TYPE_ID column. The items are categorized using the Classification, Reason and Priority attributes , implementation_dba_data: PA.PA_CONTROL_ITEMS ,
-
Table: PA_CONTROL_ITEMS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CONTROL_ITEMS, object_name:PA_CONTROL_ITEMS, status:VALID, product: PA - Projects , description: PA_CONTROL_ITEMS stores user-defined control items in a project. Each item is of an item type as specified by the CI_TYPE_ID column. The items are categorized using the Classification, Reason and Priority attributes , implementation_dba_data: PA.PA_CONTROL_ITEMS ,
-
APPS.PA_FP_WEBADI_PKG dependencies on PA_CONTROL_ITEMS
12.1.1
-
APPS.PA_CI_SUPPLIER_UTILS dependencies on PA_CONTROL_ITEMS
12.1.1
-
APPS.PA_CI_MERGE_PKG dependencies on PA_CONTROL_ITEMS
12.1.1
-
APPS.PA_CONTROL_ITEMS_PVT dependencies on PA_CONTROL_ITEMS
12.1.1
-
APPS.PA_CI_TYPES_PVT dependencies on PA_CONTROL_ITEMS
12.1.1
-
APPS.PA_CI_IMPACT_TYPE_USAGE_PUB dependencies on PA_CONTROL_ITEMS
12.2.2
-
APPS.PA_FIN_PLAN_UTILS dependencies on PA_CONTROL_ITEMS
12.1.1
-
APPS.PA_CONTROL_ITEMS_PUB dependencies on PA_CONTROL_ITEMS
12.2.2
-
APPS.PA_DEDUCTIONS_PUB dependencies on PA_CONTROL_ITEMS
12.2.2
-
APPS.PA_FIN_PLAN_PUB dependencies on PA_CONTROL_ITEMS
12.2.2
-
APPS.PA_MERGE_PKG dependencies on PA_CONTROL_ITEMS
12.2.2
-
APPS.PA_FIN_PLAN_UTILS dependencies on PA_CONTROL_ITEMS
12.2.2
-
APPS.PA_TASK_PUB1 dependencies on PA_CONTROL_ITEMS
12.2.2
-
APPS.PA_CI_IMPACT_TYPE_USAGE_PVT dependencies on PA_CONTROL_ITEMS
12.2.2
-
APPS.PA_CI_MERGE_PKG dependencies on PA_CONTROL_ITEMS
12.2.2
-
APPS.PA_FP_WEBADI_PKG dependencies on PA_CONTROL_ITEMS
12.2.2
-
APPS.PA_CI_IMPACTS_UTIL dependencies on PA_CONTROL_ITEMS
12.1.1
-
APPS.PA_FP_CONTROL_ITEMS_UTILS dependencies on PA_CONTROL_ITEMS
12.2.2
-
APPS.PA_CONTROL_API_PUB dependencies on PA_CONTROL_ITEMS
12.1.1
-
APPS.PA_CONTROL_ITEMS_PKG dependencies on PA_CONTROL_ITEMS
12.1.1
-
APPS.PA_PROJ_STRUCTURE_PUB dependencies on PA_CONTROL_ITEMS
12.1.1
-
APPS.PA_CI_IMPACT_TYPE_USAGE_PUB dependencies on PA_CONTROL_ITEMS
12.1.1
-
APPS.PA_FIN_PLAN_TYPES_UTILS dependencies on PA_CONTROL_ITEMS
12.1.1
-
APPS.PA_CONTROL_ITEMS_WF_CLIENT dependencies on PA_CONTROL_ITEMS
12.1.1
-
APPS.PA_FP_CI_MERGE dependencies on PA_CONTROL_ITEMS
12.2.2
-
APPS.PA_FP_CI_MERGE dependencies on PA_CONTROL_ITEMS
12.2.2
-
APPS.PA_FP_CI_MERGE dependencies on PA_CONTROL_ITEMS
12.1.1
-
APPS.PA_CONTROL_ITEMS_WORKFLOW dependencies on PA_CONTROL_ITEMS
12.1.1
-
APPS.PA_FIN_PLAN_TYPES_UTILS dependencies on PA_CONTROL_ITEMS
12.1.1
-
APPS.PA_CONTROL_ITEMS_UTILS dependencies on PA_CONTROL_ITEMS
12.1.1
-
APPS.PA_FIN_PLAN_PVT dependencies on PA_CONTROL_ITEMS
12.1.1
-
APPS.PA_CONTROL_ITEMS_PKG dependencies on PA_CONTROL_ITEMS
12.2.2
-
APPS.PA_TASK_WORKFLOW_PKG dependencies on PA_CONTROL_ITEMS
12.2.2
-
APPS.PA_DCTN_APRV_NOTIFICATION dependencies on PA_CONTROL_ITEMS
12.2.2
-
APPS.PA_FIN_PLAN_UTILS dependencies on PA_CONTROL_ITEMS
12.2.2
-
APPS.PA_TASK_APPROVAL_PKG dependencies on PA_CONTROL_ITEMS
12.2.2
-
APPS.PA_PROJ_STRUCTURE_PUB dependencies on PA_CONTROL_ITEMS
12.2.2
-
APPS.PA_CONTROL_ITEMS_UTILS dependencies on PA_CONTROL_ITEMS
12.2.2
-
APPS.PA_CI_SUPPLIER_PKG dependencies on PA_CONTROL_ITEMS
12.2.2
-
APPS.PA_FP_CONTROL_ITEMS_UTILS dependencies on PA_CONTROL_ITEMS
12.2.2
-
APPS.PA_FP_UPGRADE_PKG dependencies on PA_CONTROL_ITEMS
12.1.1
-
APPS.PA_FP_CI_MERGE dependencies on PA_CONTROL_ITEMS
12.1.1
-
APPS.PA_CI_SECURITY_PKG dependencies on PA_CONTROL_ITEMS
12.1.1
-
APPS.PA_CI_ACTIONS_PVT dependencies on PA_CONTROL_ITEMS
12.1.1
-
APPS.PA_FIN_PLAN_PUB dependencies on PA_CONTROL_ITEMS
12.1.1
-
APPS.PA_FIN_PLAN_UTILS dependencies on PA_CONTROL_ITEMS
12.1.1
-
APPS.PA_CONTROL_API_PVT dependencies on PA_CONTROL_ITEMS
12.1.1
-
APPS.PA_CONTROL_ITEMS_WORKFLOW dependencies on PA_CONTROL_ITEMS
12.1.1