Search Results pv_ge_chklst_responses
Overview
The table PV_GE_CHKLST_RESPONSES is a core data object within the Oracle E-Business Suite Partner Management (PV) module, specifically in releases 12.1.1 and 12.2.2. As documented, it serves as the primary container for storing user or system-generated responses to checklist items. Its fundamental role is to support the checklist functionality, which is integral to managing structured workflows and validations during partner enrollment and other partner-related processes. By persisting responses, this table enables tracking, auditing, and decision-making based on the completion of predefined procedural or compliance steps.
Key Information Stored
The table's structure centers on linking a specific response to a checklist item and the entity it pertains to. The documented primary key, CHKLST_RESPONSE_ID, uniquely identifies each response record. Two critical foreign key columns define its relationships: CHECKLIST_ITEM_ID, which links to the master definition of the checklist item in PV_GE_CHKLST_ITEMS_B, and RESPONSE_FOR_ENTITY_ID, which links to the specific enrollment request in PV_PG_ENRL_REQUESTS. While the provided metadata does not list all columns, typical data stored would include the actual response value (e.g., 'Y', 'N', a date, or text), the responder's identity, response date, and potentially comments or attachment references.
Common Use Cases and Queries
This table is central to operational reporting and process verification within Partner Management. A common use case is generating a compliance report for a partner enrollment request, showing all required checklist items and their completion status. Another scenario involves querying for pending actions by identifying checklist items without a corresponding response for a given entity. A typical SQL pattern joins this table to the checklist definition and enrollment request tables:
- SELECT req.partner_id, item.item_name, resp.response_value FROM pv_ge_chklst_responses resp, pv_ge_chklst_items_b item, pv_pg_enrl_requests req WHERE resp.checklist_item_id = item.checklist_item_id AND resp.response_for_entity_id = req.enrollment_request_id AND req.request_status = 'PENDING';
Related Objects
PV_GE_CHKLST_RESPONSES is a child table within a key data model, with documented relationships to master and transactional tables. The primary foreign key dependencies are:
- PV_GE_CHKLST_ITEMS_B: This table is referenced via the CHECKLIST_ITEM_ID column. It provides the definition, question text, and validation rules for the item to which a response is given.
- PV_PG_ENRL_REQUESTS: This table is referenced via the RESPONSE_FOR_ENTITY_ID column. It establishes the business context, tying each response record to a specific Partner Enrollment Request, which is a primary entity in the partner onboarding workflow.
These relationships are essential for constructing complete business views, ensuring data integrity through referential constraints, and understanding the flow of checklist data within the application.
-
Table: PV_GE_CHKLST_RESPONSES
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_GE_CHKLST_RESPONSES, object_name:PV_GE_CHKLST_RESPONSES, status:VALID, product: PV - Partner Management , description: Container for responses to checklist items. , implementation_dba_data: PV.PV_GE_CHKLST_RESPONSES ,
-
Table: PV_GE_CHKLST_RESPONSES
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_GE_CHKLST_RESPONSES, object_name:PV_GE_CHKLST_RESPONSES, status:VALID, product: PV - Partner Management , description: Container for responses to checklist items. , implementation_dba_data: PV.PV_GE_CHKLST_RESPONSES ,
-
APPS.PV_GE_CHKLST_RESP_PKG dependencies on PV_GE_CHKLST_RESPONSES
12.1.1
-
APPS.PV_PRGM_APPROVAL_PVT dependencies on PV_GE_CHKLST_RESPONSES
12.1.1
-
APPS.PV_PRGM_APPROVAL_PVT dependencies on PV_GE_CHKLST_RESPONSES
12.2.2
-
APPS.PV_GE_CHKLST_RESP_PKG dependencies on PV_GE_CHKLST_RESPONSES
12.2.2
-
APPS.PV_GE_CHKLST_PVT dependencies on PV_GE_CHKLST_RESPONSES
12.1.1
-
APPS.PV_GE_CHKLST_RESP_PVT dependencies on PV_GE_CHKLST_RESPONSES
12.1.1
-
APPS.PV_GE_CHKLST_RESP_PVT dependencies on PV_GE_CHKLST_RESPONSES
12.2.2
-
APPS.PV_GE_CHKLST_PVT dependencies on PV_GE_CHKLST_RESPONSES
12.2.2
-
VIEW: PV.PV_GE_CHKLST_RESPONSES#
12.2.2
owner:PV, object_type:VIEW, object_name:PV_GE_CHKLST_RESPONSES#, status:VALID,
-
APPS.PV_GE_CHKLST_RESP_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.PV_GE_CHKLST_RESPONSES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PV_GE_CHKLST_RESPONSES, status:VALID,
-
VIEW: PV.PV_GE_CHKLST_RESPONSES#
12.2.2
-
APPS.PV_GE_CHKLST_RESP_PKG SQL Statements
12.2.2
-
SYNONYM: APPS.PV_GE_CHKLST_RESPONSES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PV_GE_CHKLST_RESPONSES, status:VALID,
-
TABLE: PV.PV_GE_CHKLST_RESPONSES
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_GE_CHKLST_RESPONSES, object_name:PV_GE_CHKLST_RESPONSES, status:VALID,
-
TABLE: PV.PV_GE_CHKLST_RESPONSES
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_GE_CHKLST_RESPONSES, object_name:PV_GE_CHKLST_RESPONSES, status:VALID,
-
APPS.PV_GE_CHKLST_RESP_PVT SQL Statements
12.1.1
-
APPS.PV_GE_CHKLST_RESP_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.PV_GE_CHKLST_RESP_PKG
12.1.1
-
APPS.PV_GE_CHKLST_RESP_PVT dependencies on DUAL
12.1.1
-
PACKAGE BODY: APPS.PV_GE_CHKLST_RESP_PKG
12.2.2
-
Table: PV_GE_CHKLST_ITEMS_B
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_GE_CHKLST_ITEMS_B, object_name:PV_GE_CHKLST_ITEMS_B, status:VALID, product: PV - Partner Management , description: Container for Task Items that needs to be checked. , implementation_dba_data: PV.PV_GE_CHKLST_ITEMS_B ,
-
APPS.PV_GE_CHKLST_RESP_PVT dependencies on DUAL
12.2.2
-
Table: PV_GE_CHKLST_ITEMS_B
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_GE_CHKLST_ITEMS_B, object_name:PV_GE_CHKLST_ITEMS_B, status:VALID, product: PV - Partner Management , description: Container for Task Items that needs to be checked. , implementation_dba_data: PV.PV_GE_CHKLST_ITEMS_B ,
-
PACKAGE BODY: APPS.PV_GE_CHKLST_RESP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PV_GE_CHKLST_RESP_PKG, status:VALID,
-
Table: PV_PG_ENRL_REQUESTS
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_PG_ENRL_REQUESTS, object_name:PV_PG_ENRL_REQUESTS, status:VALID, product: PV - Partner Management , description: Container for enrollment requests submitted for membership into programs. , implementation_dba_data: PV.PV_PG_ENRL_REQUESTS ,
-
PACKAGE BODY: APPS.PV_GE_CHKLST_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PV_GE_CHKLST_PVT, status:VALID,
-
PACKAGE BODY: APPS.PV_GE_CHKLST_RESP_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PV_GE_CHKLST_RESP_PVT, status:VALID,
-
PACKAGE BODY: APPS.PV_GE_CHKLST_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PV_GE_CHKLST_PVT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.PV_GE_CHKLST_RESP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PV_GE_CHKLST_RESP_PKG, status:VALID,
-
Table: PV_PG_ENRL_REQUESTS
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_PG_ENRL_REQUESTS, object_name:PV_PG_ENRL_REQUESTS, status:VALID, product: PV - Partner Management , description: Container for enrollment requests submitted for membership into programs. , implementation_dba_data: PV.PV_PG_ENRL_REQUESTS ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.PV_GE_CHKLST_RESP_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PV_GE_CHKLST_RESP_PVT, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.PV_PRGM_APPROVAL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PV_PRGM_APPROVAL_PVT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.PV_PRGM_APPROVAL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PV_PRGM_APPROVAL_PVT, status:VALID,
-
APPS.PV_GE_CHKLST_RESP_PVT dependencies on JTF_PLSQL_API
12.1.1
-
APPS.PV_GE_CHKLST_RESP_PVT dependencies on JTF_PLSQL_API
12.2.2
-
APPS.PV_GE_CHKLST_RESP_PKG dependencies on FND_API
12.1.1
-
APPS.PV_GE_CHKLST_RESP_PKG dependencies on FND_API
12.2.2