Search Results iex_strategy_templates_b
AI-generated from documented ETRM metadata — verify critical details on the linked pages.
Overview
The IEX.IEX_STRATEGY_TEMPLATES_B table is a core configuration object within the Oracle EBS Collections (IEX) module. It stores the definition of collection strategy templates, the rule-based constructs that determine how delinquent customers are prioritized, scored, and assigned to collectors or dunning actions. In Oracle Advanced Collections, a strategy template defines the ordered sequence of scoring, filtering, and action steps applied to a set of delinquent transactions, and this base table holds the header-level template definition rather than the translated or descriptive text.
From a Data Vault modeling perspective, the table is heuristically classified as standalone. This classification suggests it functions primarily as a hub-like reference table with descriptive attributes rather than participating in significant link structures. Its only documented foreign key relationship points from OBJECT_FILTER_ID to IEX_OBJECT_FILTERS, meaning the template can be scoped to a defined object filter that restricts which transactions the strategy evaluates.
Key Information Stored
The surrogate primary-key candidate identified from the documented unique index (IEX_STRATEGY_TEMPLATES_B_U1) is the combination of STRATEGY_TEMP_ID with ZD_EDITION_NAME. The ZD_EDITION_NAME column reflects Oracle's edition-based redefinition (EBR) support, allowing multiple editions of the same template record to coexist for online patching.
STRATEGY_TEMP_ID— the internal identifier for the strategy template.STRATEGY_TEMP_GROUP_ID— groups related strategy templates together.STRATEGY_RANKandSTRATEGY_ORDER_ID— govern the sequencing and priority in which the strategy executes relative to others.STRATEGY_LEVEL— indicates the scope at which the strategy applies (for example, customer, account, or transaction level).GROUP_SUBNAME— further qualifies the grouping of the strategy template.CATEGORY_TYPE— classifies the strategy category for reporting and selection.ENABLED_FLAG— controls whether the template is active and available for collection processing.CHANGE_STRATEGY_YNandCHECK_LIST_YN— flags indicating whether the strategy can change the assignment and whether a checklist is invoked.CHECK_LIST_TEMP_ID— references the checklist template associated with the strategy.OBJECT_FILTER_ID— foreign key toIEX_OBJECT_FILTERS, defining the population the strategy targets.VALID_FROM_DTandVALID_TO_DT— effective dating for the template.SCORE_TOLERANCE— the tolerance threshold applied when scoring customers or transactions.- Standard audit columns such as
CREATED_BY,CREATION_DATE,LAST_UPDATE_DATE,LAST_UPDATED_BY, and the concurrent-program columnsREQUEST_ID,PROGRAM_ID, andPROGRAM_UPDATE_DATEtrack record provenance and DML history.
Common Use Cases and Queries
Typical use cases include auditing active collection strategies, identifying which templates are enabled for a given operating unit or filter, and reporting on strategy ordering. A representative query to list enabled templates with their ordering is:
SELECT strategy_temp_id, category_type, strategy_rank,
valid_from_dt, valid_to_dt
FROM iex.iex_strategy_templates_b
WHERE enabled_flag = 'Y'
ORDER BY strategy_rank;
To join strategies to their object filters:
SELECT t.strategy_temp_id, f.filter_name
FROM iex.iex_strategy_templates_b t,
iex.iex_object_filters f
WHERE t.object_filter_id = f.object_filter_id;
Analysts also use this table to reconcile strategy templates against their child detail lines and to verify effective dating windows before running Collections scoring jobs.
Related Objects
IEX_OBJECT_FILTERS— referenced byOBJECT_FILTER_ID; defines the transaction filter a strategy targets.IEX_STRATEGY_TEMPLATES_TL— the translated (language) companion table holding template names and descriptions.IEX_STRATEGY_DETAILS— the child table holding the individual scoring and action steps for each strategy template.IEX_STRATEGY_TEMPLATE_ASSIGN— maps strategy templates to collectors or collectors' group assignments.IEX_CHECK_LIST_TEMPLATES— referenced indirectly throughCHECK_LIST_TEMP_ID.- Collection scoring and dunning concurrent programs, which read these templates during nightly strategy execution.
-
Table: IEX_STRATEGY_TEMPLATES_B
12.2.2
owner:IEX, object_type:TABLE, fnd_design_data:IEX.IEX_STRATEGY_TEMPLATES_B, object_name:IEX_STRATEGY_TEMPLATES_B, status:VALID, product: IEX - Collections , implementation_dba_data: IEX.IEX_STRATEGY_TEMPLATES_B ,
-
SYNONYM: APPS.IEX_STRATEGY_TEMPLATES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IEX_STRATEGY_TEMPLATES_B, status:VALID,
-
VIEW: IEX.IEX_STRATEGY_TEMPLATES_B#
12.2.2
owner:IEX, object_type:VIEW, object_name:IEX_STRATEGY_TEMPLATES_B#, status:VALID,
-
TRIGGER: APPS.IEX_STRATEGY_TEMPLATES_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:IEX_STRATEGY_TEMPLATES_B+, status:VALID,
-
VIEW: IEX.IEX_STRATEGY_TEMPLATES_B#
12.2.2
-
SYNONYM: APPS.IEX_STRATEGY_TEMPLATES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IEX_STRATEGY_TEMPLATES_B, status:VALID,
-
FUNCTION: APPS.IEX_STRATEGY_TEMPLATES_B=
12.2.2
-
TRIGGER: APPS.IEX_STRATEGY_TEMPLATES_B+
12.2.2
-
VIEW: APPS.IEX_STRATEGY_TEMPLATES_VL
12.1.1
-
FUNCTION: APPS.IEX_STRATEGY_TEMPLATES_B=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:IEX_STRATEGY_TEMPLATES_B=, status:VALID,
-
VIEW: APPS.IEX_STRATEGY_TEMPLATES_VL
12.2.2
-
APPS.IEX_STRATEGY_TEMPLATES_PKG SQL Statements
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
TABLE: IEX.IEX_STRATEGY_TEMPLATES_B
12.1.1
owner:IEX, object_type:TABLE, object_name:IEX_STRATEGY_TEMPLATES_B, status:VALID,
-
APPS.IEX_STRATEGY_TEMPLATES_PKG SQL Statements
12.2.2
-
APPS.IEX_STRY_CHECKLIST_PUB SQL Statements
12.1.1
-
APPS.IEX_STRY_CHECKLIST_PUB SQL Statements
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.IEX_STRATEGY_TEMPLATES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_STRATEGY_TEMPLATES_PKG, status:VALID,
-
PACKAGE BODY: APPS.IEX_STRATEGY_CNT_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_STRATEGY_CNT_PUB, status:VALID,
-
PACKAGE BODY: APPS.IEX_STRATEGY_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_STRATEGY_PVT, status:VALID,
-
PACKAGE BODY: APPS.IEX_STRATEGY_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_STRATEGY_PVT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
TABLE: IEX.IEX_STRATEGY_TEMPLATES_B
12.2.2
owner:IEX, object_type:TABLE, fnd_design_data:IEX.IEX_STRATEGY_TEMPLATES_B, object_name:IEX_STRATEGY_TEMPLATES_B, status:VALID,
-
PACKAGE BODY: APPS.IEX_STRATEGY_CNT_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_STRATEGY_CNT_PUB, status:VALID,
-
12.2.2 FND Design 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,
-
PACKAGE BODY: APPS.IEX_STRATEGY_TEMPLATES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_STRATEGY_TEMPLATES_PKG, status:VALID,
-
PACKAGE BODY: APPS.IEX_STRATEGY_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_STRATEGY_PUB, status:VALID,
-
APPS.IEX_STRATEGY_PUB SQL Statements
12.2.2
-
APPS.IEX_STRATEGY_PUB SQL Statements
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IEX_STRATEGY_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_STRATEGY_PUB, status:VALID,
-
PACKAGE BODY: APPS.IEX_CHECKLIST_UTILITY
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_CHECKLIST_UTILITY, status:VALID,
-
PACKAGE BODY: APPS.IEX_STRATEGY_TEMPLATES_PKG
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IEX_STRATEGY_TEMPLATES_PKG
12.2.2
-
APPS.IEX_CHECKLIST_UTILITY SQL Statements
12.2.2
-
APPS.IEX_STRATEGY_PVT SQL Statements
12.2.2
-
VIEW: APPS.IEX_STRATEGY_TEMPLATES_VL
12.1.1
owner:APPS, object_type:VIEW, object_name:IEX_STRATEGY_TEMPLATES_VL, status:VALID,
-
APPS.IEX_STRATEGY_PVT SQL Statements
12.1.1
-
APPS.IEX_STRATEGY_CNT_PUB SQL Statements
12.1.1
-
APPS.IEX_CHECKLIST_UTILITY SQL Statements
12.1.1
-
VIEW: APPS.IEX_STRATEGY_TEMPLATES_VL
12.2.2
owner:APPS, object_type:VIEW, object_name:IEX_STRATEGY_TEMPLATES_VL, status:VALID,
-
APPS.IEX_STRATEGY_CNT_PUB SQL Statements
12.2.2