DBA Data[Home] [Help]

APPS.IEM_MGINBOX_PUB dependencies on IEM_DB_CONNECTIONS

Line 134: from iem_db_connections a, iem_email_accounts b

130: if (p_type = 'I') then
131: begin -- inbound message
132: begin
133: select a.db_link into l_dblink
134: from iem_db_connections a, iem_email_accounts b
135: where a.db_server_id=b.db_Server_id
136: and b.email_account_id = mdts.email_account_id and a.is_admin='A';
137: exception
138: when others then

Line 245: from iem_db_connections a, iem_email_accounts b

241: end;
242:
243: begin
244: select a.db_link into l_dblink
245: from iem_db_connections a, iem_email_accounts b
246: where a.db_server_id=b.db_Server_id
247: and b.email_account_id = mdts.email_account_id and a.is_admin='A';
248: exception
249: when others then