Search Results iex_stry_temp_work_items_b
Overview
IEX_STRY_TEMP_WORK_ITEMS_B is a Collections (IEX) module table in Oracle E-Business Suite 12.1.1 and 12.2.2. It stores the business definitions, or "templates," for work items that drive the collections strategy engine. A work item in Advanced Collections represents a discrete task or action assigned to a collector or a resource—such as a phone call, dunning letter, or follow-up—and this table holds the reusable master definition rather than the individual instance assigned to a specific delinquent customer.
The _B suffix indicates this is the base table of a translated entity pair, normally accompanied by a corresponding _TL table holding language-specific descriptive columns. With 54 documented columns, the table is wide but structurally simple. According to the heuristic Data Vault classification mined from its foreign key structure, this object is best treated as a standalone entity—neither a true hub nor a link nor a dependent satellite—because its foreign keys point to reference/master data rather than forming a chain of transactional relationships.
Key Information Stored
The surrogate primary key for this table is WORK_ITEM_TEMP_ID. The unique index IEX_STRY_TEMP_WORK_ITEMS_B_U1 covers WORK_ITEM_TEMP_ID together with ZD_EDITION_NAME, which is the pattern used by Oracle's edition-based redefinition (EBR) support in 12.2.x, allowing multiple active versions of the same template across editions.
- COMPETENCE_ID – links the template to a competence defined in
PER_COMPETENCES, qualifying the skill or role required. - WORK_TYPE and CATEGORY_TYPE – classify the nature of the work item (for example, call, letter, or task).
- PRIORITY_TYPE and OPTIONAL_YN – control sequencing and whether the item may be skipped.
- OPTION_WAIT_TIME, PRE_EXECUTION_WAIT, POST_EXECUTION_WAIT, and their
_UOMcompanions – define the timing rules between steps in a strategy. - CLOSURE_TIME_LIMIT and CLOSURE_TIME_UOM – set the deadline for closing the work item.
- ESCALATE_YN, NOTIFY_YN, and FULFIL_TEMP_ID – drive escalation, notification, and fulfilment behavior.
- SCHEDULE_WAIT and SCHEDULE_UOM – determine scheduling offsets.
- ENABLED_FLAG – marks the template as active or inactive.
- SECURITY_GROUP_ID – references
FND_SECURITY_GROUPSfor row-level access control. - ATTRIBUTE_CATEGORY and ATTRIBUTE1 through ATTRIBUTE15 – the standard Oracle descriptive flexfield (DFF) columns.
Common Use Cases and Queries
Typical use cases include auditing which work item templates are enabled, reporting on strategy configuration, and diagnosing why a collection task did not trigger. Because templates are versioned by edition in 12.2.x, queries should filter on ZD_EDITION_NAME. A simple listing of active templates by type might read:
SELECT WORK_ITEM_TEMP_ID, WORK_TYPE, CATEGORY_TYPE, PRIORITY_TYPE, ENABLED_FLAG
FROM IEX.IEX_STRY_TEMP_WORK_ITEMS_B
WHERE ENABLED_FLAG = 'Y'
AND ZD_EDITION_NAME = 'SET1';
A join to confirm the required competence joins COMPETENCE_ID to PER_COMPETENCES. Reporting against schedule and escalation fields supports workload forecasting and SLA monitoring.
Related Objects
- PER_COMPETENCES – joined via
COMPETENCE_IDto resolve the skill or competence required by the template. - FND_SECURITY_GROUPS – joined via
SECURITY_GROUP_IDfor access control. - IEX_STRY_TEMP_WORK_ITEMS_TL – the translated companion table supplying language-specific names and descriptions.
- IEX_STRATEGIES and related strategy tables – consume these templates when composing a collections strategy.
- IEX_WORK_ITEMS – the transactional instance table that materializes a template against a customer account.
-
Table: IEX_STRY_TEMP_WORK_ITEMS_B
12.2.2
owner:IEX, object_type:TABLE, fnd_design_data:IEX.IEX_STRY_TEMP_WORK_ITEMS_B, object_name:IEX_STRY_TEMP_WORK_ITEMS_B, status:VALID, product: IEX - Collections , implementation_dba_data: IEX.IEX_STRY_TEMP_WORK_ITEMS_B ,
-
SYNONYM: APPS.IEX_STRY_TEMP_WORK_ITEMS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IEX_STRY_TEMP_WORK_ITEMS_B, status:VALID,
-
VIEW: IEX.IEX_STRY_TEMP_WORK_ITEMS_B#
12.2.2
owner:IEX, object_type:VIEW, object_name:IEX_STRY_TEMP_WORK_ITEMS_B#, status:VALID,
-
SYNONYM: APPS.IEX_STRY_TEMP_WORK_ITEMS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IEX_STRY_TEMP_WORK_ITEMS_B, status:VALID,
-
APPS.IEX_STRATEGY_DIAG_REPORT SQL Statements
12.2.2
-
TRIGGER: APPS.IEX_STRY_TEMP_WORK_ITEMS_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:IEX_STRY_TEMP_WORK_ITEMS_B+, status:VALID,
-
TRIGGER: APPS.IEX_STRY_TEMP_WORK_ITEMS_B+
12.2.2
-
VIEW: APPS.IEX_WORK_ITEM_BALI_V
12.1.1
-
VIEW: APPS.IEX_STRY_TEMP_WORK_ITEMS_VL
12.2.2
-
VIEW: APPS.IEX_STRY_TEMP_WORK_ITEMS_VL
12.1.1
-
VIEW: APPS.IEX_WORK_ITEM_BALI_V
12.2.2
-
Table: IEX_STRATEGY_WORK_SKILLS
12.2.2
owner:IEX, object_type:TABLE, fnd_design_data:IEX.IEX_STRATEGY_WORK_SKILLS, object_name:IEX_STRATEGY_WORK_SKILLS, status:VALID, product: IEX - Collections , description: Skill set associateds with each work item Template defined in IEX_STRY_TEMP_WORK_ITEMS_B , implementation_dba_data: IEX.IEX_STRATEGY_WORK_SKILLS ,
-
FUNCTION: APPS.IEX_STRY_TEMP_WORK_ITEMS_B=
12.2.2
-
VIEW: IEX.IEX_STRY_TEMP_WORK_ITEMS_B#
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
FUNCTION: APPS.IEX_STRY_TEMP_WORK_ITEMS_B=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:IEX_STRY_TEMP_WORK_ITEMS_B=, status:VALID,
-
PACKAGE BODY: APPS.IEX_STRY_TEMP_WORK_ITEMS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_STRY_TEMP_WORK_ITEMS_PKG, status:VALID,
-
PACKAGE BODY: APPS.IEX_STRY_TEMP_WORK_ITEMS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_STRY_TEMP_WORK_ITEMS_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.IEX_STRY_UTL_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_STRY_UTL_PUB, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IEX_STRY_UTL_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_STRY_UTL_PUB, status:VALID,
-
PACKAGE BODY: APPS.IEX_STRY_API_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_STRY_API_PUB, status:VALID,
-
PACKAGE BODY: APPS.IEX_UWQ_POP_SUM_TBL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_UWQ_POP_SUM_TBL_PVT, status:VALID,
-
PACKAGE BODY: APPS.IEX_STRY_API_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_STRY_API_PUB, status:VALID,
-
TABLE: IEX.IEX_STRY_TEMP_WORK_ITEMS_B
12.1.1
owner:IEX, object_type:TABLE, object_name:IEX_STRY_TEMP_WORK_ITEMS_B, status:VALID,
-
PACKAGE BODY: APPS.IEX_STRATEGY_DIAG_REPORT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_STRATEGY_DIAG_REPORT, status:VALID,
-
PACKAGE BODY: APPS.IEX_STRATEGY_WORK_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_STRATEGY_WORK_PUB, status:VALID,
-
PACKAGE BODY: APPS.IEX_STRATEGY_WF
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_STRATEGY_WF, status:VALID,
-
PACKAGE BODY: APPS.IEX_STRATEGY_WORK_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_STRATEGY_WORK_PUB, status:VALID,
-
PACKAGE BODY: APPS.IEX_UWQ_POP_SUM_TBL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_UWQ_POP_SUM_TBL_PVT, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
APPS.IEX_STRY_TEMP_WORK_ITEMS_PKG SQL Statements
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.IEX_STRY_TEMP_WORK_ITEMS_PKG SQL Statements
12.2.2
-
TABLE: IEX.IEX_STRY_TEMP_WORK_ITEMS_B
12.2.2
owner:IEX, object_type:TABLE, fnd_design_data:IEX.IEX_STRY_TEMP_WORK_ITEMS_B, object_name:IEX_STRY_TEMP_WORK_ITEMS_B, status:VALID,
-
VIEW: APPS.IEX_WORK_ITEM_BALI_V
12.1.1
owner:APPS, object_type:VIEW, object_name:IEX_WORK_ITEM_BALI_V, status:VALID,
-
VIEW: APPS.IEX_WORK_ITEM_BALI_V
12.2.2
owner:APPS, object_type:VIEW, object_name:IEX_WORK_ITEM_BALI_V, status:VALID,
-
PACKAGE BODY: APPS.IEX_STRY_TEMP_WORK_ITEMS_PKG
12.1.1
-
PACKAGE BODY: APPS.IEX_STRY_TEMP_WORK_ITEMS_PKG
12.2.2
-
APPS.IEX_STRY_API_PUB SQL Statements
12.1.1
-
APPS.IEX_STRY_API_PUB SQL Statements
12.2.2
-
APPS.IEX_STRATEGY_WORK_PUB SQL Statements
12.1.1
-
APPS.IEX_STRY_UTL_PUB SQL Statements
12.2.2