DBA Data[Home] [Help]

APPS.AMW_LOAD_AUDIT_PROCEDURE_DATA dependencies on FND_DOCUMENTS_PKG

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

863: END IF;
864:
865: -- Debug Message
866: IF (AMW_DEBUG_HIGH_ON) THEN
867: AMW_UTILITY_PVT.debug_message( 'Private API: Calling table handler fnd_documents_pkg.insert_row');
868: END IF;
869:
870: l_media_id := p_Fnd_Attachment_rec.media_id;
871:

Line 873: fnd_documents_pkg.insert_row(

869:
870: l_media_id := p_Fnd_Attachment_rec.media_id;
871:
872: -- Invoke table handler
873: fnd_documents_pkg.insert_row(
874: X_rowid => l_row_id,
875: X_document_id => x_document_id,
876: X_creation_date => sysdate,
877: X_created_by => FND_GLOBAL.USER_ID,

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

914:
915: end if;
916:
917: elsif (p_Fnd_Attachment_rec.datatype_id = 6) then /* File */
918: /* For File we have already generated a file id - the fnd_documents_pkg.insert_row
919: table handler has generated a fnd_lobs_s.nextval but that's not what shoule be the
920: reference to the FND_LOBS table - because the upload program has already generated a
921: sequence */
922: /**