DBA Data[Home] [Help]

APPS.IEM_TEXT_PVT dependencies on IEM_MS_MSGPARTS

Line 340: cursor c2 is select part_type,part_id,part_charset,part_data from iem_ms_msgparts

336: l_subject iem_ms_base_headers.subject%type;
337: l_blob BLOB;
338: cursor c1 is select mime_msg from iem_ms_mimemsgs where
339: message_id=p_message_id;
340: cursor c2 is select part_type,part_id,part_charset,part_data from iem_ms_msgparts
341: where message_id=p_message_id
342: and part_id=p_part_id;
343: l_imt_format varchar2(100);
344: l_part_id number:=-1;