DBA Data[Home] [Help]

APPS.IEM_MAILPREPROCWF_PUB dependencies on IEM_MS_BASE_HEADERS

Line 350: from iem_ms_base_headers

346: itemkey => ItemKey,
347: aname => 'MSGID' );
348: select to_str,cc_str,from_str,reply_to_str,subject,message_size into
349: l_to_recip,l_cc_recip,l_frm_str,l_reply_to,l_subject,l_msg_size
350: from iem_ms_base_headers
351: where message_id=l_msgid;
352: wf_engine.SetItemAttrText (itemtype => ItemType,
353: itemkey => ItemKey,
354: aname => 'MSG_TO',