Search Results ieu_uwq_login_rules_b
Overview
The table IEU_UWQ_LOGIN_RULES_B is a core data object within the Oracle E-Business Suite Universal Work Queue (UWQ) module. It functions as the base table for storing server login rule definitions, which are critical for configuring agent access and interaction handling within the integrated contact center environment. These rules govern how agents log into and are associated with specific media servers (e.g., for telephony, email, web chat), thereby enabling the routing and queuing of customer interactions. Its role is foundational to the operational setup of the UWQ framework in both EBS 12.1.1 and 12.2.2, ensuring agents are correctly provisioned to receive work items from defined communication channels.
Key Information Stored
The primary data stored in IEU_UWQ_LOGIN_RULES_B pertains to the unique identification and structural definition of each login rule. The most critical column is SVR_LOGIN_RULE_ID, which serves as the primary key for the table. This unique identifier is a numeric or sequential key that distinguishes one login rule from another. While the provided metadata does not list additional columns, base tables in the EBS architecture typically contain standard columns such as CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, and LAST_UPDATED_BY for auditing, along with attributes specific to the rule's configuration, such as server type associations and activation statuses. The SVR_LOGIN_RULE_ID is the anchor for all related transactional and multilingual data.
Common Use Cases and Queries
This table is primarily accessed during the administration of Universal Work Queue agents and media types. Common use cases include the setup of new interaction channels, modification of agent login parameters, and troubleshooting agent login failures. A fundamental query involves joining the base table with its corresponding translation table to retrieve the rule's name and description for a user interface or report. For instance, administrators may run a query to list all active login rules:
- SELECT b.SVR_LOGIN_RULE_ID, tl.RULE_NAME FROM IEU_UWQ_LOGIN_RULES_B b, IEU_UWQ_LOGIN_RULES_TL tl WHERE b.SVR_LOGIN_RULE_ID = tl.SVR_LOGIN_RULE_ID AND tl.LANGUAGE = USERENV('LANG');
Another critical pattern is identifying which media types are configured under a specific login rule by joining with IEU_UWQ_MEDIA_TYPES_B on the SVR_LOGIN_RULE_ID column.
Related Objects
The IEU_UWQ_LOGIN_RULES_B table maintains documented foreign key relationships with two other key UWQ tables, establishing its central role in the data model.
- IEU_UWQ_LOGIN_RULES_TL: This is the translation table that holds language-specific names and descriptions for the login rules. It references the base table via the foreign key column IEU_UWQ_LOGIN_RULES_TL.SVR_LOGIN_RULE_ID, which joins to the primary key SVR_LOGIN_RULE_ID in the base table.
- IEU_UWQ_MEDIA_TYPES_B: This table stores definitions for different media or interaction types (e.g., phone, email). It references IEU_UWQ_LOGIN_RULES_B through the foreign key column IEU_UWQ_MEDIA_TYPES_B.SVR_LOGIN_RULE_ID, linking each media type to a specific server login rule for agent access.
-
Table: IEU_UWQ_LOGIN_RULES_B
12.1.1
owner:IEU, object_type:TABLE, fnd_design_data:IEU.IEU_UWQ_LOGIN_RULES_B, object_name:IEU_UWQ_LOGIN_RULES_B, status:VALID, product: IEU - Universal Work Queue , description: Server Login Rules (Base) , implementation_dba_data: IEU.IEU_UWQ_LOGIN_RULES_B ,
-
Table: IEU_UWQ_LOGIN_RULES_B
12.2.2
owner:IEU, object_type:TABLE, fnd_design_data:IEU.IEU_UWQ_LOGIN_RULES_B, object_name:IEU_UWQ_LOGIN_RULES_B, status:VALID, product: IEU - Universal Work Queue , description: Server Login Rules (Base) , implementation_dba_data: IEU.IEU_UWQ_LOGIN_RULES_B ,
-
APPS.IEU_UWQ_LOGIN_RULES_PKG dependencies on IEU_UWQ_LOGIN_RULES_B
12.1.1
-
APPS.IEU_PVT dependencies on IEU_UWQ_LOGIN_RULES_B
12.1.1
-
APPS.IEU_PVT dependencies on IEU_UWQ_LOGIN_RULES_B
12.2.2
-
APPS.IEU_UWQ_LOGIN_RULES_PKG dependencies on IEU_UWQ_LOGIN_RULES_B
12.2.2
-
APPS.IEU_PVT dependencies on IEU_UWQ_LOGIN_RULES_B
12.2.2
-
APPS.IEU_PVT dependencies on IEU_UWQ_LOGIN_RULES_B
12.1.1
-
VIEW: IEU.IEU_UWQ_LOGIN_RULES_B#
12.2.2
owner:IEU, object_type:VIEW, object_name:IEU_UWQ_LOGIN_RULES_B#, status:VALID,
-
APPS.IEU_PVT dependencies on IEU_UWQ_MEDIA_TYPES_B
12.2.2
-
APPS.IEU_UWQ_LOGIN_RULES_PKG SQL Statements
12.2.2
-
APPS.IEU_PVT dependencies on IEU_UWQ_MEDIA_TYPES_B
12.1.1
-
SYNONYM: APPS.IEU_UWQ_LOGIN_RULES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IEU_UWQ_LOGIN_RULES_B, status:VALID,
-
SYNONYM: APPS.IEU_UWQ_LOGIN_RULES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IEU_UWQ_LOGIN_RULES_B, status:VALID,
-
TRIGGER: APPS.IEU_UWQ_LOGIN_RULES_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:IEU_UWQ_LOGIN_RULES_B+, status:VALID,
-
APPS.IEU_UWQ_LOGIN_RULES_PKG SQL Statements
12.1.1
-
VIEW: IEU.IEU_UWQ_LOGIN_RULES_B#
12.2.2
-
TRIGGER: APPS.IEU_UWQ_LOGIN_RULES_B+
12.2.2
-
TABLE: IEU.IEU_UWQ_LOGIN_RULES_B
12.2.2
owner:IEU, object_type:TABLE, fnd_design_data:IEU.IEU_UWQ_LOGIN_RULES_B, object_name:IEU_UWQ_LOGIN_RULES_B, status:VALID,
-
Table: IEU_UWQ_LOGIN_RULES_TL
12.2.2
owner:IEU, object_type:TABLE, fnd_design_data:IEU.IEU_UWQ_LOGIN_RULES_TL, object_name:IEU_UWQ_LOGIN_RULES_TL, status:VALID, product: IEU - Universal Work Queue , description: Server Login Rules (Translations) , implementation_dba_data: IEU.IEU_UWQ_LOGIN_RULES_TL ,
-
TABLE: IEU.IEU_UWQ_LOGIN_RULES_B
12.1.1
owner:IEU, object_type:TABLE, fnd_design_data:IEU.IEU_UWQ_LOGIN_RULES_B, object_name:IEU_UWQ_LOGIN_RULES_B, status:VALID,
-
FUNCTION: APPS.IEU_UWQ_LOGIN_RULES_B=
12.2.2
-
Table: IEU_UWQ_LOGIN_RULES_TL
12.1.1
owner:IEU, object_type:TABLE, fnd_design_data:IEU.IEU_UWQ_LOGIN_RULES_TL, object_name:IEU_UWQ_LOGIN_RULES_TL, status:VALID, product: IEU - Universal Work Queue , description: Server Login Rules (Translations) , implementation_dba_data: IEU.IEU_UWQ_LOGIN_RULES_TL ,
-
PACKAGE BODY: APPS.IEU_UWQ_LOGIN_RULES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEU_UWQ_LOGIN_RULES_PKG, status:VALID,
-
FUNCTION: APPS.IEU_UWQ_LOGIN_RULES_B=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:IEU_UWQ_LOGIN_RULES_B=, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
Table: IEU_UWQ_MEDIA_TYPES_B
12.1.1
owner:IEU, object_type:TABLE, fnd_design_data:IEU.IEU_UWQ_MEDIA_TYPES_B, object_name:IEU_UWQ_MEDIA_TYPES_B, status:VALID, product: IEU - Universal Work Queue , description: UWQ Media Types (base) , implementation_dba_data: IEU.IEU_UWQ_MEDIA_TYPES_B ,
-
Table: IEU_UWQ_MEDIA_TYPES_B
12.2.2
owner:IEU, object_type:TABLE, fnd_design_data:IEU.IEU_UWQ_MEDIA_TYPES_B, object_name:IEU_UWQ_MEDIA_TYPES_B, status:VALID, product: IEU - Universal Work Queue , description: UWQ Media Types (base) , implementation_dba_data: IEU.IEU_UWQ_MEDIA_TYPES_B ,
-
PACKAGE BODY: APPS.IEU_UWQ_LOGIN_RULES_PKG
12.2.2
-
PACKAGE BODY: APPS.IEU_UWQ_LOGIN_RULES_PKG
12.1.1
-
12.1.1 DBA Data
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
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE: APPS.IEU_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IEU_PVT, status:VALID,
-
PACKAGE BODY: APPS.IEU_UWQ_LOGIN_RULES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEU_UWQ_LOGIN_RULES_PKG, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE: APPS.IEU_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:IEU_PVT, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.IEU_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEU_PVT, status:VALID,
-
PACKAGE BODY: APPS.IEU_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEU_PVT, status:VALID,
-
APPS.IEU_UWQ_LOGIN_RULES_PKG dependencies on IEU_UWQ_LOGIN_RULES_TL
12.1.1
-
APPS.IEU_UWQ_LOGIN_RULES_PKG dependencies on IEU_UWQ_LOGIN_RULES_TL
12.2.2
-
TABLE: IEU.IEU_UWQ_MEDIA_TYPES_B
12.1.1
owner:IEU, object_type:TABLE, fnd_design_data:IEU.IEU_UWQ_MEDIA_TYPES_B, object_name:IEU_UWQ_MEDIA_TYPES_B, status:VALID,
-
TABLE: IEU.IEU_UWQ_MEDIA_TYPES_B
12.2.2
owner:IEU, object_type:TABLE, fnd_design_data:IEU.IEU_UWQ_MEDIA_TYPES_B, object_name:IEU_UWQ_MEDIA_TYPES_B, status:VALID,