Search Results pv_ge_chklst_items_b
Overview
The PV_GE_CHKLST_ITEMS_B table is a core data structure within the Oracle E-Business Suite Partner Management (PV) module, specifically in versions 12.1.1 and 12.2.2. It functions as the primary transactional table for storing checklist or task items that must be completed as part of partner management processes. Its role is to serve as a master container for defining individual line-item tasks that can be associated with various entities, such as partner programs, to ensure compliance, track progress, and manage partner onboarding or certification workflows. The '_B' suffix indicates it is the base table for the entity, holding the language-independent transactional data.
Key Information Stored
While the provided metadata does not list specific columns, the documented primary and foreign key relationships reveal its critical structural elements. The table's primary identifier is the CHECKLIST_ITEM_ID column, which uniquely defines each task item. A significant foreign key column is USED_BY_ENTITY_ID, which links the checklist item to a specific entity in the system. The documented relationship shows this column references the PV_PARTNER_PROGRAM_B table, indicating a primary use case where checklist items are associated with partner program definitions. Typically, such a table would also store columns for item sequence, status, creation and last update dates, and attributes defining the item's completion criteria.
Common Use Cases and Queries
This table is central to operational and reporting activities concerning partner task management. Common use cases include generating a list of all pending tasks for a specific partner program, tracking the completion status of onboarding checklists, and administering the master list of available task items. A typical query would join this table to the partner program table to retrieve configured checklist items. For example:
- Retrieve all checklist items for a specific partner program:
SELECT chi.* FROM pv_ge_chklst_items_b chi, pv_partner_program_b ppg WHERE chi.used_by_entity_id = ppg.partner_program_id AND ppg.name = '<Program_Name>' ORDER BY chi.seq_number;
- Identify checklist items awaiting response by joining to the PV_GE_CHKLST_RESPONSES table to filter for items without a completed response record.
Related Objects
The table maintains defined relationships with several other key objects in the Partner Management schema, as documented in the foreign key metadata.
- Referenced Table (Outbound FK): PV_PARTNER_PROGRAM_B. The column PV_GE_CHKLST_ITEMS_B.USED_BY_ENTITY_ID references this table, linking checklist items to a specific partner program entity.
- Referencing Tables (Inbound FKs):
- PV_GE_CHKLST_ITEMS_TL: The translation table. Its CHECKLIST_ITEM_ID column references PV_GE_CHKLST_ITEMS_B.CHECKLIST_ITEM_ID to store language-specific names and descriptions for each task item.
- PV_GE_CHKLST_RESPONSES: The transactional response table. Its CHECKLIST_ITEM_ID column references PV_GE_CHKLST_ITEMS_B.CHECKLIST_ITEM_ID, creating a record each time a partner provides a response or completion for a specific checklist item.
-
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 ,
-
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 PV_GE_CHKLST_ITEMS_B
12.1.1
-
APPS.PV_GE_CHKLST_PVT dependencies on PV_GE_CHKLST_ITEMS_B
12.2.2
-
APPS.PV_GE_CHKLST_RESP_PVT dependencies on PV_GE_CHKLST_ITEMS_B
12.2.2
-
APPS.PV_GE_CHKLST_PKG dependencies on PV_GE_CHKLST_ITEMS_B
12.1.1
-
APPS.PV_GE_CHKLST_PKG dependencies on PV_GE_CHKLST_ITEMS_B
12.2.2
-
APPS.PV_GE_CHKLST_PVT dependencies on PV_GE_CHKLST_ITEMS_B
12.1.1
-
APPS.PV_GE_CHKLST_PVT dependencies on DUAL
12.2.2
-
APPS.PV_GE_CHKLST_PVT dependencies on DUAL
12.1.1
-
APPS.PV_GE_CHKLST_PVT SQL Statements
12.1.1
-
APPS.PV_GE_CHKLST_PVT SQL Statements
12.2.2
-
SYNONYM: APPS.PV_GE_CHKLST_ITEMS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PV_GE_CHKLST_ITEMS_B, status:VALID,
-
SYNONYM: APPS.PV_GE_CHKLST_ITEMS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PV_GE_CHKLST_ITEMS_B, status:VALID,
-
VIEW: PV.PV_GE_CHKLST_ITEMS_B#
12.2.2
owner:PV, object_type:VIEW, object_name:PV_GE_CHKLST_ITEMS_B#, status:VALID,
-
VIEW: APPS.PV_GE_CHKLST_ITEMS_VL
12.1.1
-
VIEW: APPS.PV_GE_CHKLST_ITEMS_VL
12.2.2
-
APPS.PV_GE_CHKLST_PVT dependencies on PV_GE_CHKLST_ITEMS_TL
12.1.1
-
APPS.PV_GE_CHKLST_PVT dependencies on PV_GE_CHKLST_ITEMS_TL
12.2.2
-
APPS.PV_GE_CHKLST_PKG SQL Statements
12.1.1
-
APPS.PV_GE_CHKLST_PKG SQL Statements
12.2.2
-
TABLE: PV.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,
-
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 ,
-
VIEW: PV.PV_GE_CHKLST_ITEMS_B#
12.2.2
-
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_ITEMS_TL
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_GE_CHKLST_ITEMS_TL, object_name:PV_GE_CHKLST_ITEMS_TL, status:VALID, product: PV - Partner Management , description: Captures the translateable data for Check list items. , implementation_dba_data: PV.PV_GE_CHKLST_ITEMS_TL ,
-
View: PV_GE_CHKLST_ITEMS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PV.PV_GE_CHKLST_ITEMS_VL, object_name:PV_GE_CHKLST_ITEMS_VL, status:VALID, product: PV - Partner Management , implementation_dba_data: APPS.PV_GE_CHKLST_ITEMS_VL ,
-
TABLE: PV.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,
-
PACKAGE BODY: APPS.PV_GE_CHKLST_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PV_GE_CHKLST_PKG, status:VALID,
-
PACKAGE BODY: APPS.PV_GE_CHKLST_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PV_GE_CHKLST_PKG, status:VALID,
-
Table: PV_GE_CHKLST_ITEMS_TL
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_GE_CHKLST_ITEMS_TL, object_name:PV_GE_CHKLST_ITEMS_TL, status:VALID, product: PV - Partner Management , description: Captures the translateable data for Check list items. , implementation_dba_data: PV.PV_GE_CHKLST_ITEMS_TL ,
-
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,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.PV_GE_CHKLST_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PV_GE_CHKLST_PVT, status:VALID,
-
Table: PV_PARTNER_PROGRAM_B
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_PARTNER_PROGRAM_B, object_name:PV_PARTNER_PROGRAM_B, status:VALID, product: PV - Partner Management , description: Captures partner program, and membership details , implementation_dba_data: PV.PV_PARTNER_PROGRAM_B ,
-
View: PV_GE_CHKLST_ITEMS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PV.PV_GE_CHKLST_ITEMS_VL, object_name:PV_GE_CHKLST_ITEMS_VL, status:VALID, product: PV - Partner Management , implementation_dba_data: APPS.PV_GE_CHKLST_ITEMS_VL ,
-
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,
-
PACKAGE BODY: APPS.PV_GE_CHKLST_PKG
12.2.2
-
VIEW: APPS.PV_GE_CHKLST_ITEMS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PV.PV_GE_CHKLST_ITEMS_VL, object_name:PV_GE_CHKLST_ITEMS_VL, status:VALID,
-
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 DBA Data
12.1.1
-
Table: PV_PARTNER_PROGRAM_B
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_PARTNER_PROGRAM_B, object_name:PV_PARTNER_PROGRAM_B, status:VALID, product: PV - Partner Management , description: Captures partner program, and membership details , implementation_dba_data: PV.PV_PARTNER_PROGRAM_B ,
-
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_GE_CHKLST_PKG
12.1.1