Search Results ieo_svr_types_b
Overview
The table IEO_SVR_TYPES_B is the base table that defines server types within the Interaction Center Technology (IEO) product family in Oracle E-Business Suite 12.1.1 and 12.2.2. It is owned by the IEO schema and stores the master definitions of communication or interaction server types — such as telephony, chat, e-mail, and web collaboration servers — that the Interaction Center uses to route, distribute, and manage agent interactions. Rows in this table act as the "type level" reference against which concrete server instances, component definitions, and runtime parameters are configured.
From a Data Vault modeling perspective, the metadata characters this object as a hub. It holds the durable business keys (TYPE_ID and TYPE_UUID) that identify a server type independent of its descriptive or transactional attributes. Descriptive attributes such as refresh rates and load factors are conceptually satellite material, and the multilingual descriptions live in the companion translation table. This classification is a heuristic suggestion based on the FK topology, not an Oracle-defined designation.
Key Information Stored
The table contains 15 documented columns. The most significant are:
- TYPE_ID — surrogate primary key, enforced by IEO_SVR_TYPES_B_PK. Every dependent entity references the server type through this column.
- TYPE_UUID — globally unique business identifier; the unique index IEO_SVR_TYPES_B_UK1 (and U2 on TYPE_UUID, ZD_EDITION_NAME) makes it the principal business-key candidate.
- RT_REFRESH_RATE — controls how frequently the Interaction Center refreshes real-time server statistics.
- MAX_MAJOR_LOAD_FACTOR and MAX_MINOR_LOAD_FACTOR — thresholds governing load balancing and routing decisions across server instances.
- IEO_SVR_TYPES — attribute column carrying type-specific configuration data.
- SECURITY_GROUP_ID — foreign key to FND_SECURITY_GROUPS, supporting data-level security partitioning.
- APPLICATION_SHORT_NAME — associates the server type with the owning application.
- OBJECT_VERSION_NUMBER — optimistic locking for concurrent updates.
- ZD_EDITION_NAME — editioning column introduced for the EBS 12.2 online patching architecture.
- Audit columns — CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN.
Common Use Cases and Queries
Administrators and developers query this table to enumerate supported server types and to troubleshoot routing or load-balancing configuration. A typical lookup joins the base table to its translation table:
- Retrieve all active server type definitions: SELECT type_id, type_uuid, application_short_name FROM ieo.ieo_svr_types_b;
- Resolve the localized name: SELECT b.type_id, t.type_name FROM ieo_svr_types_b b, ieo_svr_types_tl t WHERE b.type_id = t.type_id AND t.language = USERENV('LANG');
- Inventory server instances by type: SELECT s.server_id, s.type_id FROM ieo_svr_servers s, ieo_svr_types_b b WHERE s.type_id = b.type_id;
- Review load thresholds for capacity planning: SELECT type_id, max_major_load_factor, max_minor_load_factor FROM ieo_svr_types_b;
Reporting use cases include Interaction Center capacity reports, server-utilization dashboards, and configuration audits before patching.
Related Objects
Because this table is a hub, several dependent objects reference it. The most significant are:
- IEO_SVR_COMP_DEFS — references IEO_SVR_TYPES_B through SERVER_TYPE_ID; defines component behavior per server type.
- IEO_SVR_PARAMS — references TYPE_ID; stores runtime parameters for each type.
- IEO_SVR_SERVERS — references TYPE_ID; the concrete server instances belonging to each type.
- IEO_SVR_TYPES_TL — references TYPE_ID; holds translated names and descriptions.
- IEU_UWQ_SVR_MPS_PLUGINS — references SVR_TYPE_ID; links Universal Work Queue media plugins to server types.
- FND_SECURITY_GROUPS — referenced by SECURITY_GROUP_ID for row-level security.
These relationships make IEO_SVR_TYPES_B the central reference for all server-side configuration in the Interaction Center.
-
Table: IEO_SVR_TYPES_B
12.1.1
owner:IEO, object_type:TABLE, fnd_design_data:IEO.IEO_SVR_TYPES_B, object_name:IEO_SVR_TYPES_B, status:VALID, product: IEO - Interaction Center Technology , description: Server Types (base table). , implementation_dba_data: IEO.IEO_SVR_TYPES_B ,
-
Table: IEO_SVR_TYPES_B
12.2.2
owner:IEO, object_type:TABLE, fnd_design_data:IEO.IEO_SVR_TYPES_B, object_name:IEO_SVR_TYPES_B, status:VALID, product: IEO - Interaction Center Technology , description: Server Types (base table). , implementation_dba_data: IEO.IEO_SVR_TYPES_B ,
-
VIEW: IEO.IEO_SVR_TYPES_B#
12.2.2
owner:IEO, object_type:VIEW, object_name:IEO_SVR_TYPES_B#, status:VALID,
-
APPS.IEO_SVR_UTIL_PVT SQL Statements
12.1.1
-
APPS.IEO_SVR_UTIL_PVT SQL Statements
12.2.2
-
SYNONYM: APPS.IEO_SVR_TYPES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IEO_SVR_TYPES_B, status:VALID,
-
VIEW: APPS.IEO_SVR_TYPES_VL
12.1.1
-
VIEW: APPS.IEO_SVR_TYPES_VL
12.2.2
-
VIEW: IEO.IEO_SVR_TYPES_B#
12.2.2
-
TRIGGER: APPS.IEO_SVR_TYPES_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:IEO_SVR_TYPES_B+, status:VALID,
-
APPS.IEO_SVR_TYPES_SEED_PKG SQL Statements
12.1.1
-
TRIGGER: APPS.IEO_SVR_TYPES_B+
12.2.2
-
SYNONYM: APPS.IEO_SVR_TYPES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IEO_SVR_TYPES_B, status:VALID,
-
APPS.IEO_SVR_TYPES_SEED_PVT SQL Statements
12.2.2
-
APPS.IEO_SVR_TYPES_SEED_PVT SQL Statements
12.1.1
-
APPS.IEO_SVR_TYPES_SEED_PKG SQL Statements
12.2.2
-
eTRM - IEO Tables and Views
12.2.2
description: Currently-defined voice messages available to be played to callee ,
-
eTRM - IEO Tables and Views
12.1.1
description: Currently-defined voice messages available to be played to callee ,
-
FUNCTION: APPS.IEO_SVR_TYPES_B=
12.2.2
-
12.2.2 DBA Data
12.2.2
-
Table: IEO_SVR_TYPES_TL
12.1.1
owner:IEO, object_type:TABLE, fnd_design_data:IEO.IEO_SVR_TYPES_TL, object_name:IEO_SVR_TYPES_TL, status:VALID, product: IEO - Interaction Center Technology , description: Server Types (translation table). , implementation_dba_data: IEO.IEO_SVR_TYPES_TL ,
-
FUNCTION: APPS.IEO_SVR_TYPES_B=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:IEO_SVR_TYPES_B=, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
TABLE: IEO.IEO_SVR_TYPES_B
12.1.1
owner:IEO, object_type:TABLE, fnd_design_data:IEO.IEO_SVR_TYPES_B, object_name:IEO_SVR_TYPES_B, status:VALID,
-
Table: IEO_SVR_COMP_DEFS
12.1.1
owner:IEO, object_type:TABLE, fnd_design_data:IEO.IEO_SVR_COMP_DEFS, object_name:IEO_SVR_COMP_DEFS, status:VALID, product: IEO - Interaction Center Technology , description: Server Component Definitions. , implementation_dba_data: IEO.IEO_SVR_COMP_DEFS ,
-
PACKAGE BODY: APPS.IEU_CONSTS_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEU_CONSTS_PUB, status:VALID,
-
Table: IEO_SVR_COMP_DEFS
12.2.2
owner:IEO, object_type:TABLE, fnd_design_data:IEO.IEO_SVR_COMP_DEFS, object_name:IEO_SVR_COMP_DEFS, status:VALID, product: IEO - Interaction Center Technology , description: Server Component Definitions. , implementation_dba_data: IEO.IEO_SVR_COMP_DEFS ,
-
Table: IEO_SVR_PARAMS
12.2.2
owner:IEO, object_type:TABLE, fnd_design_data:IEO.IEO_SVR_PARAMS, object_name:IEO_SVR_PARAMS, status:VALID, product: IEO - Interaction Center Technology , description: Server Parameters. , implementation_dba_data: IEO.IEO_SVR_PARAMS ,
-
PACKAGE BODY: APPS.IEO_SVR_TYPES_SEED_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEO_SVR_TYPES_SEED_PVT, status:VALID,
-
View: IEO_SVR_TYPES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IEO.IEO_SVR_TYPES_VL, object_name:IEO_SVR_TYPES_VL, status:VALID, product: IEO - Interaction Center Technology , implementation_dba_data: APPS.IEO_SVR_TYPES_VL ,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IEO_SVR_TYPES_SEED_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEO_SVR_TYPES_SEED_PKG, status:VALID,
-
Table: IEO_SVR_PARAMS
12.1.1
owner:IEO, object_type:TABLE, fnd_design_data:IEO.IEO_SVR_PARAMS, object_name:IEO_SVR_PARAMS, status:VALID, product: IEO - Interaction Center Technology , description: Server Parameters. , implementation_dba_data: IEO.IEO_SVR_PARAMS ,
-
Table: IEO_SVR_TYPES_TL
12.2.2
owner:IEO, object_type:TABLE, fnd_design_data:IEO.IEO_SVR_TYPES_TL, object_name:IEO_SVR_TYPES_TL, status:VALID, product: IEO - Interaction Center Technology , description: Server Types (translation table). , implementation_dba_data: IEO.IEO_SVR_TYPES_TL ,
-
TABLE: IEO.IEO_SVR_TYPES_B
12.2.2
owner:IEO, object_type:TABLE, fnd_design_data:IEO.IEO_SVR_TYPES_B, object_name:IEO_SVR_TYPES_B, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
Table: IEU_UWQ_SVR_MPS_PLUGINS
12.1.1
owner:IEU, object_type:TABLE, fnd_design_data:IEU.IEU_UWQ_SVR_MPS_PLUGINS, object_name:IEU_UWQ_SVR_MPS_PLUGINS, status:VALID, product: IEU - Universal Work Queue , description: UWQ Server (Media Provider) Plugins , implementation_dba_data: IEU.IEU_UWQ_SVR_MPS_PLUGINS ,
-
Table: IEU_UWQ_SVR_MPS_PLUGINS
12.2.2
owner:IEU, object_type:TABLE, fnd_design_data:IEU.IEU_UWQ_SVR_MPS_PLUGINS, object_name:IEU_UWQ_SVR_MPS_PLUGINS, status:VALID, product: IEU - Universal Work Queue , description: UWQ Server (Media Provider) Plugins , implementation_dba_data: IEU.IEU_UWQ_SVR_MPS_PLUGINS ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
Table: IEO_SVR_SERVERS
12.2.2
owner:IEO, object_type:TABLE, fnd_design_data:IEO.IEO_SVR_SERVERS, object_name:IEO_SVR_SERVERS, status:VALID, product: IEO - Interaction Center Technology , description: Servers. , implementation_dba_data: IEO.IEO_SVR_SERVERS ,
-
Table: IEO_SVR_SERVERS
12.1.1
owner:IEO, object_type:TABLE, fnd_design_data:IEO.IEO_SVR_SERVERS, object_name:IEO_SVR_SERVERS, status:VALID, product: IEO - Interaction Center Technology , description: Servers. , implementation_dba_data: IEO.IEO_SVR_SERVERS ,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.IEU_CONSTS_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEU_CONSTS_PUB, status:VALID,
-
PACKAGE BODY: APPS.IEO_SVR_TYPES_SEED_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEO_SVR_TYPES_SEED_PVT, status:VALID,
-
PACKAGE BODY: APPS.IEO_SVR_TYPES_SEED_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEO_SVR_TYPES_SEED_PKG, status:VALID,
-
PACKAGE BODY: APPS.IEO_SVR_TYPES_SEED_PVT
12.2.2
-
PACKAGE BODY: APPS.IEO_SVR_TYPES_SEED_PVT
12.1.1
-
PACKAGE BODY: APPS.IEC_COMMON_UTIL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEC_COMMON_UTIL_PVT, status:VALID,