DBA Data[Home] [Help]

APPS.IEM_GETMERGEVALUE_PVT dependencies on IEM_POST_MDTS

Line 40: from iem_db_connections a,iem_email_accounts b,iem_post_mdts c

36: b.account_name,c.source_message_id,c.received_date,b.reply_to_address
37: INTO
38: l_dblink,l_user,l_password,l_domain,
39: l_account_name,l_source_message_id,l_received_date,l_replyto
40: from iem_db_connections a,iem_email_accounts b,iem_post_mdts c
41: where c.message_id=p_msgid
42: and b.email_account_id=c.email_account_id
43: and a.db_server_id=b.db_server_id
44: and a.is_admin='A';

Line 117: from iem_db_connections a,iem_email_accounts b,iem_post_mdts c

113: b.account_name,c.source_message_id,c.received_date,b.reply_to_address
114: INTO
115: l_dblink,l_user,l_password,l_domain,
116: l_account_name,l_source_message_id,l_received_date,l_replyto
117: from iem_db_connections a,iem_email_accounts b,iem_post_mdts c
118: where c.message_id=p_msgid
119: and b.email_account_id=c.email_account_id
120: and a.db_server_id=b.db_server_id
121: and a.is_admin='A';