Search Results iem_email_accounts
Overview
The IEM_EMAIL_ACCOUNTS table is a core data object within the Oracle E-Business Suite (EBS) Email Center (IEM) module, present in both releases 12.1.1 and 12.2.2. It serves as the master repository for all configured email accounts within the eMC (Email Management Center) framework. This table is fundamental to the inbound and outbound email processing capabilities of Oracle EBS, as it stores the connection and configuration details necessary for the application to interface with external mail servers. Each record defines a distinct email endpoint that agents can use to send correspondence or that the system can monitor to retrieve incoming customer communications for case or interaction management.
Key Information Stored
While the full column list is not detailed in the provided metadata, the primary and unique key constraints reveal the most critical fields. The EMAIL_ACCOUNT_ID column is the system-generated primary key (PK) uniquely identifying each account. The ACCOUNT_NAME column is a unique key (UK), representing the user-defined, descriptive name for the email account configuration. Foreign key relationships indicate the presence of at least two other significant columns: DB_SERVER_ID links to the IEM_DB_SERVERS table, likely defining the database server association, and SERVER_GROUP_ID links to the IEM_SERVER_GROUPS table, which may be used for load balancing or organizational grouping of email processing resources. Other typical columns in such a table would include protocol settings (e.g., POP3, IMAP, SMTP), server addresses, port numbers, login credentials (often encrypted), and flags controlling account status and behavior.
Common Use Cases and Queries
This table is central to administrative setup and operational reporting for the Email Center. Common use cases include auditing all configured email accounts, troubleshooting email connectivity issues by verifying account parameters, and managing the assignment of email accounts to specific service groups or classifications. A typical administrative query would retrieve a list of all active accounts with their associated server details:
- SELECT a.account_name, s.server_name, g.group_name FROM iem_email_accounts a, iem_db_servers s, iem_server_groups g WHERE a.db_server_id = s.db_server_id(+) AND a.server_group_id = g.server_group_id(+) ORDER BY a.account_name;
For integration or data migration purposes, scripts often query this table to extract the configuration for replication or validation against external mail server settings.
Related Objects
The IEM_EMAIL_ACCOUNTS table has extensive relationships within the IEM schema, acting as a hub for email configuration. As documented in the foreign key metadata, it is referenced by numerous other tables:
- IEM_CLASSIFICATIONS: Joined via IEM_CLASSIFICATIONS.EMAIL_ACCOUNT_ID. Links accounts to classification rules.
- IEM_EMAIL_CATEGORY_MAPS: Joined via IEM_EMAIL_CATEGORY_MAPS.EMAIL_ACCOUNT_ID. Associates accounts with email categories.
- IEM_EMAIL_CLASSIFICATIONS: Joined via IEM_EMAIL_CLASSIFICATIONS.EMAIL_ACCOUNT_ID. Tracks classification results for emails.
- IEM_EMAIL_ICNTR_MAPS: Joined via IEM_EMAIL_ICNTR_MAPS.EMAIL_ACCOUNT_ID. Likely maps accounts to interaction center resources.
- IEM_KB_RESULTS: Joined via IEM_KB_RESULTS.EMAIL_ACCOUNT_ID. Connects email interactions with Knowledge Base search results.
Furthermore, it holds foreign keys to parent tables:
- IEM_DB_SERVERS: References IEM_EMAIL_ACCOUNTS.DB_SERVER_ID.
- IEM_SERVER_GROUPS: References IEM_EMAIL_ACCOUNTS.SERVER_GROUP_ID.
-
Table: IEM_EMAIL_ACCOUNTS
12.2.2
owner:IEM, object_type:TABLE, fnd_design_data:IEM.IEM_EMAIL_ACCOUNTS, object_name:IEM_EMAIL_ACCOUNTS, status:VALID, product: IEM - Email Center , description: List of all eMC email accounts. , implementation_dba_data: IEM.IEM_EMAIL_ACCOUNTS ,
-
Table: IEM_EMAIL_ACCOUNTS
12.1.1
owner:IEM, object_type:TABLE, fnd_design_data:IEM.IEM_EMAIL_ACCOUNTS, object_name:IEM_EMAIL_ACCOUNTS, status:VALID, product: IEM - Email Center , description: List of all eMC email accounts. , implementation_dba_data: IEM.IEM_EMAIL_ACCOUNTS ,
-
Table: IEM_KB_RESULTS
12.1.1
owner:IEM, object_type:TABLE, fnd_design_data:IEM.IEM_KB_RESULTS, object_name:IEM_KB_RESULTS, status:VALID, product: IEM - Email Center , description: Search results from various knowledge base categories per email message. , implementation_dba_data: IEM.IEM_KB_RESULTS ,
-
Table: IEM_DB_SERVERS
12.2.2
owner:IEM, object_type:TABLE, fnd_design_data:IEM.IEM_DB_SERVERS, object_name:IEM_DB_SERVERS, status:VALID, product: IEM - Email Center , description: Database instances and their connection properties. , implementation_dba_data: IEM.IEM_DB_SERVERS ,
-
Table: IEM_EMAIL_CLASSIFICATIONS
12.1.1
owner:IEM, object_type:TABLE, fnd_design_data:IEM.IEM_EMAIL_CLASSIFICATIONS, object_name:IEM_EMAIL_CLASSIFICATIONS, status:VALID, product: IEM - Email Center , description: List of top n classifications for every email message. , implementation_dba_data: IEM.IEM_EMAIL_CLASSIFICATIONS ,
-
Table: IEM_CLASSIFICATIONS
12.2.2
owner:IEM, object_type:TABLE, fnd_design_data:IEM.IEM_CLASSIFICATIONS, object_name:IEM_CLASSIFICATIONS, status:VALID, product: IEM - Email Center , description: List of all classification names and corresponding email accounts. , implementation_dba_data: IEM.IEM_CLASSIFICATIONS ,
-
Table: IEM_SERVER_GROUPS
12.2.2
owner:IEM, object_type:TABLE, fnd_design_data:IEM.IEM_SERVER_GROUPS, object_name:IEM_SERVER_GROUPS, status:VALID, product: IEM - Email Center , description: Top level, logical group of various servers in the system. , implementation_dba_data: IEM.IEM_SERVER_GROUPS ,
-
Table: IEM_DB_SERVERS
12.1.1
owner:IEM, object_type:TABLE, fnd_design_data:IEM.IEM_DB_SERVERS, object_name:IEM_DB_SERVERS, status:VALID, product: IEM - Email Center , description: Database instances and their connection properties. , implementation_dba_data: IEM.IEM_DB_SERVERS ,
-
Table: IEM_EMAIL_ICNTR_MAPS
12.1.1
owner:IEM, object_type:TABLE, fnd_design_data:IEM.IEM_EMAIL_ICNTR_MAPS, object_name:IEM_EMAIL_ICNTR_MAPS, status:VALID, product: IEM - Email Center , description: Map an email account to one or more Interaction Centers. , implementation_dba_data: IEM.IEM_EMAIL_ICNTR_MAPS ,
-
Table: IEM_KB_RESULTS
12.2.2
owner:IEM, object_type:TABLE, fnd_design_data:IEM.IEM_KB_RESULTS, object_name:IEM_KB_RESULTS, status:VALID, product: IEM - Email Center , description: Search results from various knowledge base categories per email message. , implementation_dba_data: IEM.IEM_KB_RESULTS ,
-
Table: IEM_CLASSIFICATIONS
12.1.1
owner:IEM, object_type:TABLE, fnd_design_data:IEM.IEM_CLASSIFICATIONS, object_name:IEM_CLASSIFICATIONS, status:VALID, product: IEM - Email Center , description: List of all classification names and corresponding email accounts. , implementation_dba_data: IEM.IEM_CLASSIFICATIONS ,
-
Table: IEM_EMAIL_CATEGORY_MAPS
12.1.1
owner:IEM, object_type:TABLE, fnd_design_data:IEM.IEM_EMAIL_CATEGORY_MAPS, object_name:IEM_EMAIL_CATEGORY_MAPS, status:VALID, product: IEM - Email Center , description: Map an email account to various searchable knowledge base categories. , implementation_dba_data: IEM.IEM_EMAIL_CATEGORY_MAPS ,
-
Table: IEM_EMAIL_CATEGORY_MAPS
12.2.2
owner:IEM, object_type:TABLE, fnd_design_data:IEM.IEM_EMAIL_CATEGORY_MAPS, object_name:IEM_EMAIL_CATEGORY_MAPS, status:VALID, product: IEM - Email Center , description: Map an email account to various searchable knowledge base categories. , implementation_dba_data: IEM.IEM_EMAIL_CATEGORY_MAPS ,
-
Table: IEM_SERVER_GROUPS
12.1.1
owner:IEM, object_type:TABLE, fnd_design_data:IEM.IEM_SERVER_GROUPS, object_name:IEM_SERVER_GROUPS, status:VALID, product: IEM - Email Center , description: Top level, logical group of various servers in the system. , implementation_dba_data: IEM.IEM_SERVER_GROUPS ,
-
Table: IEM_EMAIL_ICNTR_MAPS
12.2.2
owner:IEM, object_type:TABLE, fnd_design_data:IEM.IEM_EMAIL_ICNTR_MAPS, object_name:IEM_EMAIL_ICNTR_MAPS, status:VALID, product: IEM - Email Center , description: Map an email account to one or more Interaction Centers. , implementation_dba_data: IEM.IEM_EMAIL_ICNTR_MAPS ,
-
Table: IEM_EMAIL_CLASSIFICATIONS
12.2.2
owner:IEM, object_type:TABLE, fnd_design_data:IEM.IEM_EMAIL_CLASSIFICATIONS, object_name:IEM_EMAIL_CLASSIFICATIONS, status:VALID, product: IEM - Email Center , description: List of top n classifications for every email message. , implementation_dba_data: IEM.IEM_EMAIL_CLASSIFICATIONS ,