[Home] [Help]
4124:
4125: oe_debug_pub.add('create_attachment: ' || 'Media id ...'||to_char(l_media_id),1);
4126: END IF;
4127:
4128: -- The following insert is inserting into the media and text infor into fnd_documents_long_text
4129:
4130: l_stmt := 20;
4131:
4132: Insert into fnd_documents_long_text
4128: -- The following insert is inserting into the media and text infor into fnd_documents_long_text
4129:
4130: l_stmt := 20;
4131:
4132: Insert into fnd_documents_long_text
4133: (
4134: Media_id,
4135: long_text)
4136: Values