Search Results iex_checklist_items_b
Overview
IEX_CHECKLIST_ITEMS_B is a Collections (IEX) module table in Oracle E-Business Suite 12.1.1 and 12.2.2 that stores the administrative definitions of checklist items. Checklist items are the discrete questions, tasks, and verification steps presented to collections agents, credit analysts, and customers during the collections workflow. Rather than storing transactional responses, this table acts as the definitional foundation for question sets, customer questionnaires, and follow-up tasks that drive credit and collection activities. Records are maintained through the Collections administration setup and are referenced when a checklist is instantiated against a specific customer, collector, or transaction.
The table carries no documented foreign-key dependencies, and the ETRM relationship metadata classifies it heuristically as a standalone Data Vault model. In modeling terms, this suggests treating IEX_CHECKLIST_ITEMS_B as a hub or reference satellite: the primary key provides the durable identity of each checklist item, while descriptive attributes such as name, type, and status behave as satellite-level descriptive context rather than relational links to other hubs.
Key Information Stored
The table is defined with 18 columns in the documented physical schema. The most significant are:
- CHECKLIST_ITEM_ID — the surrogate primary key, enforced by IEX_CHECKLIST_ITEMS_B_PK. This is the value referenced by downstream checklist and response records.
- CHECKLIST_ITEM_NAME — the descriptive name displayed to the user in Collections setup and runtime screens.
- CHECKLIST_ITEM_TYPE — classifies the item, distinguishing questionnaires, tasks, and views, which governs how the item behaves when instantiated.
- QUESTIONNAIRE_LINK, TASK_LINK, VIEW_LINK — link attributes that associate the checklist item with the corresponding questionnaire, task, or view implementation.
- CHECKLIST_PARENT_ITEM_ID — enables hierarchical nesting of checklist items under a parent item.
- MANDATORY_FLAG — indicates whether the item must be completed before a checklist can be closed.
- START_DATE_ACTIVE, END_DATE_ACTIVE — date-effective ranges controlling when an item is available for use.
- STATUS — the record lifecycle state.
- ZD_EDITION_NAME — the editioning attribute supporting Oracle's edition-based redefinition, and part of the unique index IEX_CHECKLIST_ITEMS_U1 (CHECKLIST_ITEM_ID, ZD_EDITION_NAME).
- LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN — standard EBS audit columns.
The unique index IEX_CHECKLIST_ITEMS_U1 confirms that CHECKLIST_ITEM_ID combined with ZD_EDITION_NAME is the business-key candidate, while the primary key relies on CHECKLIST_ITEM_ID alone.
Common Use Cases and Queries
Typical scenarios include reporting on active checklist items, auditing mandatory items, and generating setup listings for implementation reviews. A common query pattern selects active, non-expired items of a given type:
- Listing mandatory items: SELECT CHECKLIST_ITEM_ID, CHECKLIST_ITEM_NAME FROM IEX_CHECKLIST_ITEMS_B WHERE MANDATORY_FLAG = 'Y' AND STATUS = 'A'.
- Date-effectiveness filtering: WHERE TRUNC(SYSDATE) BETWEEN NVL(START_DATE_ACTIVE, SYSDATE) AND NVL(END_DATE_ACTIVE, SYSDATE).
- Hierarchy discovery: self-join on CHECKLIST_PARENT_ITEM_ID to reveal nested checklist structures.
- Integration checks: joining QUESTIONNAIRE_LINK, TASK_LINK, and VIEW_LINK values to their target objects to detect orphaned or incomplete setup.
Related Objects
Because the documented relationship data marks this table as standalone, related objects are inferred from its structural role rather than from enforced foreign keys.
- IEX_CHECKLIST_ITEMS_TL — the translation table mirroring checklist item names by language.
- IEX_CHECKLISTS_B — the checklist header definition that groups checklist items.
- IEX_CHECKLIST_ITEM_GROUPS — grouping of items into reusable checklist segments.
- IEX_QUESTIONNAIRES_B and its question tables — referenced via QUESTIONNAIRE_LINK.
- IEX_TASKS_B — referenced via TASK_LINK for task-type items.
- JTF_VIEWS / IEX view metadata — referenced via VIEW_LINK.
- IEX_COLLECTORS and customer-facing checklist response tables that instantiate these items.
-
Table: IEX_CHECKLIST_ITEMS_B
12.2.2
owner:IEX, object_type:TABLE, fnd_design_data:IEX.IEX_CHECKLIST_ITEMS_B, object_name:IEX_CHECKLIST_ITEMS_B, status:VALID, product: IEX - Collections , description: Store Checklist items for administration , implementation_dba_data: IEX.IEX_CHECKLIST_ITEMS_B ,
-
VIEW: IEX.IEX_CHECKLIST_ITEMS_B#
12.2.2
owner:IEX, object_type:VIEW, object_name:IEX_CHECKLIST_ITEMS_B#, status:VALID,
-
SYNONYM: APPS.IEX_CHECKLIST_ITEMS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IEX_CHECKLIST_ITEMS_B, status:VALID,
-
TRIGGER: APPS.IEX_CHECKLIST_ITEMS_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:IEX_CHECKLIST_ITEMS_B+, status:VALID,
-
SYNONYM: APPS.IEX_CHECKLIST_ITEMS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IEX_CHECKLIST_ITEMS_B, status:VALID,
-
VIEW: IEX.IEX_CHECKLIST_ITEMS_B#
12.2.2
-
VIEW: APPS.IEX_CHECKLIST_ITEMS_VL
12.2.2
-
TRIGGER: APPS.IEX_CHECKLIST_ITEMS_B+
12.2.2
-
VIEW: APPS.IEX_CHECKLIST_ITEMS_VL
12.1.1
-
FUNCTION: APPS.IEX_CHECKLIST_ITEMS_B=
12.2.2
-
Table: IEX_CHECKLIST_ITEMS_TL
12.2.2
owner:IEX, object_type:TABLE, fnd_design_data:IEX.IEX_CHECKLIST_ITEMS_TL, object_name:IEX_CHECKLIST_ITEMS_TL, status:VALID, product: IEX - Collections , description: Translation table of IEX_CHECKLIST_ITEMS_B , implementation_dba_data: IEX.IEX_CHECKLIST_ITEMS_TL ,
-
TABLE: IEX.IEX_CHECKLIST_ITEMS_B
12.2.2
owner:IEX, object_type:TABLE, fnd_design_data:IEX.IEX_CHECKLIST_ITEMS_B, object_name:IEX_CHECKLIST_ITEMS_B, status:VALID,
-
PACKAGE BODY: APPS.IEX_CHECKLIST_ITEMS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_CHECKLIST_ITEMS_PKG, status:VALID,
-
FUNCTION: APPS.IEX_CHECKLIST_ITEMS_B=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:IEX_CHECKLIST_ITEMS_B=, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.IEX_CHECKLIST_ITEMS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_CHECKLIST_ITEMS_PKG, status:VALID,
-
TABLE: IEX.IEX_CHECKLIST_ITEMS_B
12.1.1
owner:IEX, object_type:TABLE, object_name:IEX_CHECKLIST_ITEMS_B, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.IEX_CHECKLIST_UTILITY
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_CHECKLIST_UTILITY, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
APPS.IEX_CHECKLIST_ITEMS_PKG SQL Statements
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.IEX_CHECKLIST_ITEMS_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IEX_CHECKLIST_UTILITY
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_CHECKLIST_UTILITY, status:VALID,
-
VIEW: APPS.IEX_CHECKLIST_ITEMS_VL
12.1.1
owner:APPS, object_type:VIEW, object_name:IEX_CHECKLIST_ITEMS_VL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.IEX_CHECKLIST_ITEMS_VL
12.2.2
owner:APPS, object_type:VIEW, object_name:IEX_CHECKLIST_ITEMS_VL, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
APPS.IEX_CHECKLIST_UTILITY SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IEX_CHECKLIST_ITEMS_PKG
12.1.1
-
TABLE: IEX.IEX_CHECKLIST_ITEMS_TL
12.1.1
owner:IEX, object_type:TABLE, object_name:IEX_CHECKLIST_ITEMS_TL, status:VALID,
-
PACKAGE BODY: APPS.IEX_CHECKLIST_ITEMS_PKG
12.2.2
-
TABLE: IEX.IEX_CHECKLIST_ITEMS_TL
12.2.2
owner:IEX, object_type:TABLE, fnd_design_data:IEX.IEX_CHECKLIST_ITEMS_TL, object_name:IEX_CHECKLIST_ITEMS_TL, status:VALID,
-
APPS.IEX_CHECKLIST_UTILITY SQL Statements
12.2.2
-
eTRM - IEX Tables and Views
12.2.2
description: xdo requested history for Collections ,
-
APPS.IEX_CHECKLIST_UTILITY dependencies on IEX_CHECKLIST_ITEMS_B
12.1.1
-
APPS.IEX_CHECKLIST_UTILITY dependencies on IEX_CHECKLIST_ITEMS_B
12.2.2
-
APPS.IEX_CHECKLIST_ITEMS_PKG dependencies on IEX_CHECKLIST_ITEMS_B
12.2.2
-
APPS.IEX_CHECKLIST_ITEMS_PKG dependencies on IEX_CHECKLIST_ITEMS_B
12.1.1
-
PACKAGE BODY: APPS.IEX_CHECKLIST_UTILITY
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.IEX_CHECKLIST_UTILITY
12.2.2
-
SYNONYM: PUBLIC.DATABASE_PROPERTIES
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:DATABASE_PROPERTIES, status:VALID,
-
APPS.IEX_CHECKLIST_ITEMS_PKG dependencies on IEX_CHECKLIST_ITEMS_TL
12.1.1
-
APPS.IEX_CHECKLIST_ITEMS_PKG dependencies on IEX_CHECKLIST_ITEMS_TL
12.2.2