Search Results pa_ci_types_v
Overview
PA_CI_TYPES_V is a Projects (PA) module view owned by the APPS schema in Oracle E-Business Suite 12.1.1 and 12.2.2. It presents the definition of Control Item Types — the configurable categories of project control items used by Oracle Projects to govern, track, and approve control items such as change requests, issues, and action items. The view consolidates the base Control Item Types entity with its translated name and description, its class lookup meaning, its associated classification, reason, and resolution categories, and its linked status list. This consolidation makes the view a single, denormalized reporting source for Control Item Type setup data.
Because it exposes user-facing meaning rather than raw codes, the view is well suited for both reporting and integration. Report developers use it to build value sets and LOVs, while integration developers read it to validate an item type before inserting or updating control records. All access is through the APPS schema, and the view is documented as VALID.
Underlying Base Objects
The view is defined over four documented base objects and three supporting joins. The primary entity is the base table PA_CI_TYPES_B, which stores Control Item Type attributes including the auto-number, approval, resolution, source-attribute, and usage flags. The multilingual table PA_CI_TYPES_TL supplies the language-specific NAME, SHORT_NAME, and DESCRIPTION, restricted to the session language via USERENV('LANG'). The class code is resolved through PA_LOOKUPS using the lookup type 'PA_CI_TYPE_CLASSES'.
Three classification lookups — CLASSIFICATION_CATEGORY, REASON_CATEGORY, and RESOLUTION_CATEGORY — are each outer-joined to PA_CLASS_CATEGORIES so that types without a category assignment still appear. Finally, the status list is obtained by joining PA_OBJ_STATUS_LISTS (filtered to OBJECT_TYPE = 'PA_CI_TYPES' and STATUS_TYPE = 'CONTROL_ITEM') to PA_STATUS_LISTS_V. The joins produce a row per Control Item Type per session language, with a ROWID and ROW_ID exposed from the base table.
Key Columns
- CI_TYPE_ID — the unique identifier of the Control Item Type; the join key across all source objects.
- CI_TYPE_CLASS_CODE and CI_TYPE_CLASS — the stored code and its decoded lookup meaning.
- NAME, SHORT_NAME, DESCRIPTION — language-specific labels from PA_CI_TYPES_TL for the session language.
- AUTO_NUMBER_FLAG — indicates whether control items of this type are automatically numbered.
- APPROVAL_REQUIRED_FLAG and RESOLUTION_REQUIRED_FLAG — govern whether approval and resolution workflows apply.
- SOURCE_ATTRS_ENABLED_FLAG and ALLOW_ALL_USAGE_FLAG — control source attribute usage and breadth of applicability.
- CLASSIFICATION_CATEGORY, REASON_CATEGORY, RESOLUTION_CATEGORY and their *_DESC columns — category codes and descriptions used to classify control items.
- START_DATE_ACTIVE and END_DATE_ACTIVE — the effective date range for the type.
- STATUS_LIST_ID and NAME (status list name) — the associated status list and its display name.
Common Use Cases and Queries
Typical scenarios include building a Control Item Type LOV, generating a setup report, validating configuration before an interface load, and confirming which types are currently effective. The following sample returns active Control Item Types with their class and status list:
SELECT ci_type_id, name, ci_type_class, start_date_active, end_date_active FROM pa_ci_types_v WHERE (end_date_active IS NULL OR end_date_active >= SYSDATE) ORDER BY name;SELECT ci_type_id, name, approval_required_flag, resolution_required_flag FROM pa_ci_types_v WHERE approval_required_flag = 'Y';
Because the view is a reporting layer, it is read-only; changes must be applied to PA_CI_TYPES_B and PA_CI_TYPES_TL. Joins to PA_CI_TYPES_B via CI_TYPE_ID remain valid for reconciling view output against the underlying configuration.
-
View: PA_CI_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CI_TYPES_V, object_name:PA_CI_TYPES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CI_TYPES_V ,
-
View: PA_CI_TYPES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CI_TYPES_V, object_name:PA_CI_TYPES_V, status:VALID, product: PA - Projects , description: This view is used to display the details of the control item type, in the Update Control Item Type page. , implementation_dba_data: APPS.PA_CI_TYPES_V ,
-
VIEW: APPS.PA_CI_TYPES_W_FINPLAN_V
12.1.1
-
VIEW: APPS.PA_CI_TYPES_W_FINPLAN_V
12.2.2
-
SYNONYM: APPS.PA_OBJ_STATUS_LISTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_OBJ_STATUS_LISTS, status:VALID,
-
SYNONYM: APPS.PA_OBJ_STATUS_LISTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_OBJ_STATUS_LISTS, status:VALID,
-
SYNONYM: APPS.PA_CI_TYPES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_CI_TYPES_TL, status:VALID,
-
View: PA_CI_TYPES_W_FINPLAN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CI_TYPES_W_FINPLAN_V, object_name:PA_CI_TYPES_W_FINPLAN_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CI_TYPES_W_FINPLAN_V ,
-
SYNONYM: APPS.PA_CI_TYPES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_CI_TYPES_TL, status:VALID,
-
PACKAGE BODY: APPS.PA_CONTROL_ITEMS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_CONTROL_ITEMS_PKG, status:VALID,
-
View: PA_CI_TYPES_W_FINPLAN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CI_TYPES_W_FINPLAN_V, object_name:PA_CI_TYPES_W_FINPLAN_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CI_TYPES_W_FINPLAN_V ,
-
SYNONYM: APPS.PA_CI_TYPES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_CI_TYPES_B, status:VALID,
-
VIEW: APPS.PA_STATUS_LISTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_LISTS_V, object_name:PA_STATUS_LISTS_V, status:VALID,
-
SYNONYM: APPS.PA_CI_TYPES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_CI_TYPES_B, status:VALID,
-
PACKAGE BODY: APPS.PA_CI_TYPES_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_CI_TYPES_PVT, status:VALID,
-
VIEW: APPS.PA_CI_TYPES_W_FINPLAN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CI_TYPES_W_FINPLAN_V, object_name:PA_CI_TYPES_W_FINPLAN_V, status:VALID,
-
PACKAGE BODY: APPS.PA_CONTROL_ITEMS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_CONTROL_ITEMS_PVT, status:VALID,
-
VIEW: APPS.PA_STATUS_LISTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_LISTS_V, object_name:PA_STATUS_LISTS_V, status:VALID,
-
SYNONYM: APPS.PA_CLASS_CATEGORIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_CLASS_CATEGORIES, status:VALID,
-
VIEW: APPS.PA_CI_TYPES_W_FINPLAN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CI_TYPES_W_FINPLAN_V, object_name:PA_CI_TYPES_W_FINPLAN_V, status:VALID,
-
SYNONYM: APPS.PA_CLASS_CATEGORIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_CLASS_CATEGORIES, status:VALID,
-
PACKAGE BODY: APPS.PA_FP_CONTROL_ITEMS_UTILS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_FP_CONTROL_ITEMS_UTILS, status:VALID,
-
VIEW: APPS.PA_CI_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CI_TYPES_V, object_name:PA_CI_TYPES_V, status:VALID,
-
VIEW: APPS.PA_CI_TYPES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CI_TYPES_V, object_name:PA_CI_TYPES_V, status:VALID,
-
APPS.PA_CONTROL_ITEMS_PVT dependencies on PA_CI_TYPES_V
12.2.2
-
APPS.PA_CI_TYPES_PVT dependencies on PA_CI_TYPES_V
12.2.2
-
APPS.PA_FP_CONTROL_ITEMS_UTILS dependencies on PA_CI_TYPES_V
12.2.2
-
APPS.PA_CONTROL_ITEMS_PKG SQL Statements
12.2.2
-
APPS.PA_CONTROL_ITEMS_PKG dependencies on PA_CI_TYPES_V
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.PA_CI_TYPES_PVT SQL Statements
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.PA_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_LOOKUPS, object_name:PA_LOOKUPS, status:VALID,
-
VIEW: APPS.PA_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_LOOKUPS, object_name:PA_LOOKUPS, status:VALID,
-
PACKAGE BODY: APPS.PA_CONTROL_ITEMS_PKG
12.2.2
-
APPS.PA_CONTROL_ITEMS_PVT dependencies on PA_CI_STATUSES_V
12.2.2
-
APPS.PA_CONTROL_ITEMS_PVT SQL Statements
12.2.2
-
APPS.PA_CONTROL_ITEMS_PVT dependencies on PA_PROJECT_STATUSES
12.2.2
-
PACKAGE BODY: APPS.PA_CONTROL_ITEMS_PVT
12.2.2
-
APPS.PA_CI_TYPES_PVT dependencies on PA_BUDGET_VERSIONS
12.2.2
-
APPS.PA_CONTROL_ITEMS_PKG dependencies on PA_CONTROL_ITEMS
12.2.2
-
APPS.PA_CI_TYPES_PVT dependencies on PA_CONTROL_ITEMS
12.2.2
-
APPS.PA_CI_TYPES_PVT dependencies on PA_CI_TYPES_B
12.2.2
-
PACKAGE BODY: APPS.PA_CI_TYPES_PVT
12.2.2
-
APPS.PA_FP_CONTROL_ITEMS_UTILS SQL Statements
12.2.2
-
APPS.PA_FP_CONTROL_ITEMS_UTILS dependencies on DUAL
12.2.2
-
APPS.PA_FP_CONTROL_ITEMS_UTILS dependencies on PA_CONTROL_ITEMS
12.2.2
-
eTRM - PA Tables and Views
12.2.2