DBA Data[Home] [Help]

APPS.CTO_UTILITY_PK dependencies on FND_DOCUMENTS_LONG_TEXT

Line 4128: -- The following insert is inserting into the media and text infor into fnd_documents_long_text

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

Line 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