Search Results pa_pt_co_impl_statuses
Overview
The PA_PT_CO_IMPL_STATUSES table is a core setup table within the Oracle E-Business Suite Projects module (PA). Its primary role is to store the configuration that integrates Change Order (CO) document types with Financial Plan types. This integration is a critical part of the project financial and change management setup, enabling the system to control and track the financial implications of project changes based on their document type and the associated project status. The table acts as a junction, defining valid relationships and governing the workflow for implementing financial changes stemming from approved change documents.
Key Information Stored
The table's structure centers on linking three key entities. The primary identifier is the system-generated PT_CO_IMPL_STATUSES_ID. The core foreign key columns define the relationships: CI_TYPE_ID references the specific type of Change Document (from PA_CI_TYPES_B), and FIN_PLAN_TYPE_ID references the associated Financial Plan Type (from PA_FIN_PLAN_TYPES_B). A crucial column is STATUS_CODE, which links to PA_PROJECT_STATUSES. This status code typically represents the project status at which the financial plan integration for a given change document type is considered valid or required, playing a key role in the change implementation workflow.
Common Use Cases and Queries
This table is primarily referenced during the setup and execution of project change management processes. A common operational query is to determine which financial plan type should be used when implementing a change order of a specific type for a project in a given status. For reporting and audit purposes, administrators may query the configured integrations to ensure setup completeness. A typical validation SQL pattern would join this table to its referenced setup tables to list all active relationships.
SELECT ps.status_code,
ct.name ci_type_name,
fpt.name fin_plan_type_name
FROM pa_pt_co_impl_statuses cis,
pa_project_statuses ps,
pa_ci_types_b ct,
pa_fin_plan_types_b fpt
WHERE cis.status_code = ps.status_code
AND cis.ci_type_id = ct.ci_type_id
AND cis.fin_plan_type_id = fpt.fin_plan_type_id
ORDER BY 1,2;
Related Objects
The table has defined foreign key relationships with several fundamental Projects setup tables, as documented in the ETRM metadata:
- PA_FIN_PLAN_TYPES_B: Linked via
PA_PT_CO_IMPL_STATUSES.FIN_PLAN_TYPE_ID. This table stores the definition of financial plan types used for budgeting and forecasting. - PA_CI_TYPES_B: Linked via
PA_PT_CO_IMPL_STATUSES.CI_TYPE_ID. This table defines the types of change documents (e.g., Change Order, Budget Revision). - PA_PROJECT_STATUSES: Linked via
PA_PT_CO_IMPL_STATUSES.STATUS_CODE. This table holds the valid statuses for a project within its lifecycle.
The primary key constraint PA_PT_CO_IMPL_STATUSES_PK on PT_CO_IMPL_STATUSES_ID ensures the uniqueness of each configured integration record.
-
Table: PA_PT_CO_IMPL_STATUSES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PT_CO_IMPL_STATUSES, object_name:PA_PT_CO_IMPL_STATUSES, status:VALID, product: PA - Projects , description: This table stores the integration between change document types and financial plan types that is done as part of setup. , implementation_dba_data: PA.PA_PT_CO_IMPL_STATUSES ,
-
Table: PA_PT_CO_IMPL_STATUSES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PT_CO_IMPL_STATUSES, object_name:PA_PT_CO_IMPL_STATUSES, status:VALID, product: PA - Projects , description: This table stores the integration between change document types and financial plan types that is done as part of setup. , implementation_dba_data: PA.PA_PT_CO_IMPL_STATUSES ,
-
APPS.PA_PT_CO_IMPL_STATUSES_PKG dependencies on PA_PT_CO_IMPL_STATUSES
12.2.2
-
APPS.PA_FIN_PLAN_TYPES_PUB dependencies on PA_PT_CO_IMPL_STATUSES
12.2.2
-
APPS.PA_FP_CONTROL_ITEMS_UTILS dependencies on PA_PT_CO_IMPL_STATUSES
12.2.2
-
APPS.PA_FP_CI_MERGE dependencies on PA_PT_CO_IMPL_STATUSES
12.2.2
-
APPS.PA_PT_CO_IMPL_STATUSES_PKG dependencies on PA_PT_CO_IMPL_STATUSES
12.1.1
-
APPS.PA_FP_CONTROL_ITEMS_UTILS dependencies on PA_PT_CO_IMPL_STATUSES
12.2.2
-
APPS.PA_FIN_PLAN_TYPES_UTILS dependencies on PA_PT_CO_IMPL_STATUSES
12.2.2
-
APPS.PA_FIN_PLAN_TYPES_UTILS dependencies on PA_PT_CO_IMPL_STATUSES
12.2.2
-
APPS.PA_FIN_PLAN_TYPES_PUB dependencies on PA_PT_CO_IMPL_STATUSES
12.1.1
-
APPS.PA_FP_CI_MERGE dependencies on PA_PT_CO_IMPL_STATUSES
12.1.1
-
APPS.PA_FIN_PLAN_TYPES_UTILS dependencies on PA_PT_CO_IMPL_STATUSES
12.1.1
-
APPS.PA_FIN_PLAN_TYPES_UTILS dependencies on PA_PT_CO_IMPL_STATUSES
12.1.1
-
APPS.PA_FP_CONTROL_ITEMS_UTILS dependencies on PA_PT_CO_IMPL_STATUSES
12.1.1
-
APPS.PA_FP_CONTROL_ITEMS_UTILS dependencies on PA_PT_CO_IMPL_STATUSES
12.1.1
-
APPS.PA_PT_CO_IMPL_STATUSES_PKG dependencies on PA_PT_CO_IMPL_STATUSES
12.1.1
-
APPS.PA_PT_CO_IMPL_STATUSES_PKG dependencies on PA_PT_CO_IMPL_STATUSES
12.2.2
-
APPS.PA_PT_CO_IMPL_STATUSES_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.PA_PT_CO_IMPL_STATUSES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_PT_CO_IMPL_STATUSES, status:VALID,
-
VIEW: PA.PA_PT_CO_IMPL_STATUSES#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_PT_CO_IMPL_STATUSES#, status:VALID,
-
APPS.PA_PT_CO_IMPL_STATUSES_PKG SQL Statements
12.2.2
-
SYNONYM: APPS.PA_PT_CO_IMPL_STATUSES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_PT_CO_IMPL_STATUSES, status:VALID,
-
VIEW: PA.PA_PT_CO_IMPL_STATUSES#
12.2.2
-
APPS.PA_FP_CONTROL_ITEMS_UTILS dependencies on PA_FP_ELIGIBLE_CI_V
12.1.1
-
APPS.PA_FP_CONTROL_ITEMS_UTILS dependencies on PA_FP_ELIGIBLE_CI_V
12.2.2
-
APPS.PA_PT_CO_IMPL_STATUSES_PKG dependencies on PA_FP_CONSTANTS_PKG
12.1.1
-
VIEW: APPS.PA_FP_ELIGIBLE_CI_V
12.2.2
-
VIEW: APPS.PA_FP_ELIGIBLE_CI_V
12.1.1
-
PACKAGE BODY: APPS.PA_PT_CO_IMPL_STATUSES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_PT_CO_IMPL_STATUSES_PKG, status:VALID,
-
PACKAGE: APPS.PA_PT_CO_IMPL_STATUSES_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PA_PT_CO_IMPL_STATUSES_PKG, status:VALID,
-
APPS.PA_FIN_PLAN_TYPES_UTILS dependencies on PA_CI_STATUSES_V
12.2.2
-
APPS.PA_FIN_PLAN_TYPES_PUB dependencies on PA_FIN_PLAN_TYPES_PKG
12.2.2
-
APPS.PA_FIN_PLAN_TYPES_PUB dependencies on PA_FIN_PLAN_TYPES_PKG
12.1.1
-
APPS.PA_FIN_PLAN_TYPES_UTILS dependencies on PA_CI_STATUSES_V
12.1.1
-
Table: PA_FIN_PLAN_TYPES_B
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FIN_PLAN_TYPES_B, object_name:PA_FIN_PLAN_TYPES_B, status:VALID, product: PA - Projects , description: This table stores the various plan types for financial plans. , implementation_dba_data: PA.PA_FIN_PLAN_TYPES_B ,
-
Table: PA_CI_TYPES_B
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CI_TYPES_B, object_name:PA_CI_TYPES_B, status:VALID, product: PA - Projects , description: The table stores the control item type definitions. The values are created by the customer. , implementation_dba_data: PA.PA_CI_TYPES_B ,
-
TABLE: PA.PA_PT_CO_IMPL_STATUSES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PT_CO_IMPL_STATUSES, object_name:PA_PT_CO_IMPL_STATUSES, status:VALID,
-
PACKAGE: APPS.PA_PT_CO_IMPL_STATUSES_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PA_PT_CO_IMPL_STATUSES_PKG, status:VALID,
-
TABLE: PA.PA_PT_CO_IMPL_STATUSES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PT_CO_IMPL_STATUSES, object_name:PA_PT_CO_IMPL_STATUSES, status:VALID,
-
PACKAGE: APPS.PA_FIN_PLAN_TYPES_UTILS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PA_FIN_PLAN_TYPES_UTILS, status:VALID,
-
PACKAGE: APPS.PA_FIN_PLAN_TYPES_UTILS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PA_FIN_PLAN_TYPES_UTILS, status:VALID,
-
PACKAGE BODY: APPS.PA_PT_CO_IMPL_STATUSES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_PT_CO_IMPL_STATUSES_PKG, status:VALID,
-
APPS.PA_PT_CO_IMPL_STATUSES_PKG dependencies on PA_FP_CONSTANTS_PKG
12.2.2
-
PACKAGE BODY: APPS.PA_FIN_PLAN_TYPES_UTILS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_FIN_PLAN_TYPES_UTILS, status:VALID,
-
Table: PA_CI_TYPES_B
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_CI_TYPES_B, object_name:PA_CI_TYPES_B, status:VALID, product: PA - Projects , description: The table stores the control item type definitions. The values are created by the customer. , implementation_dba_data: PA.PA_CI_TYPES_B ,
-
PACKAGE BODY: APPS.PA_FIN_PLAN_TYPES_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_FIN_PLAN_TYPES_PUB, status:VALID,
-
PACKAGE BODY: APPS.PA_FIN_PLAN_TYPES_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_FIN_PLAN_TYPES_PUB, status:VALID,
-
APPS.PA_FIN_PLAN_TYPES_PUB SQL Statements
12.1.1
-
APPS.PA_FIN_PLAN_TYPES_PUB SQL Statements
12.2.2