DBA Data[Home] [Help]

APPS.AMW_ATTACHMENT_PVT dependencies on FND_DOCUMENTS_PKG

Line 104: AMW_UTILITY_PVT.debug_message( 'Private API: Calling table handler fnd_documents_pkg.insert_row');

100: END IF;
101:
102: -- Debug Message
103: IF (AMW_DEBUG_HIGH_ON) THEN
104: AMW_UTILITY_PVT.debug_message( 'Private API: Calling table handler fnd_documents_pkg.insert_row');
105: END IF;
106:
107: l_media_id := p_Fnd_Attachment_rec.media_id;
108:

Line 110: fnd_documents_pkg.insert_row(

106:
107: l_media_id := p_Fnd_Attachment_rec.media_id;
108:
109: -- Invoke table handler
110: fnd_documents_pkg.insert_row(
111: X_rowid => l_row_id,
112: X_document_id => x_document_id,
113: X_creation_date => sysdate,
114: X_created_by => FND_GLOBAL.USER_ID,

Line 155: /* For File we have already generated a file id - the fnd_documents_pkg.insert_row

151:
152: end if;
153:
154: elsif (p_Fnd_Attachment_rec.datatype_id = 6) then /* File */
155: /* For File we have already generated a file id - the fnd_documents_pkg.insert_row
156: table handler has generated a fnd_lobs_s.nextval but that's not what shoule be the
157: reference to the FND_LOBS table - because the upload program has already generated a
158: sequence */
159: /**