DBA Data[Home] [Help]

APPS.CTO_UTILITY_PK dependencies on FND_DOCUMENTS_LONG_TEXT

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

4100:
4101: oe_debug_pub.add('create_attachment: ' || 'Media id ...'||to_char(l_media_id),1);
4102: END IF;
4103:
4104: -- The following insert is inserting into the media and text infor into fnd_documents_long_text
4105:
4106: l_stmt := 20;
4107:
4108: Insert into fnd_documents_long_text

Line 4108: Insert into fnd_documents_long_text

4104: -- The following insert is inserting into the media and text infor into fnd_documents_long_text
4105:
4106: l_stmt := 20;
4107:
4108: Insert into fnd_documents_long_text
4109: (
4110: Media_id,
4111: long_text)
4112: Values