DBA Data[Home] [Help]

APPS.AP_IMPORT_INVOICES_PKG dependencies on FND_ATTACHED_DOCUMENTS2_PKG

Line 25: fnd_attached_documents2_pkg.delete_attachments(

21: -- only delete if there is an attachment
22: if ( l_attachments_count > 0 ) then
23: -- assuming deleting only the association with related documents
24: -- need to see if that's always the case
25: fnd_attached_documents2_pkg.delete_attachments(
26: X_entity_name => 'AP_INVOICES_INTERFACE',
27: X_pk1_value => p_invoice_id,
28: X_delete_document_flag => 'N' );
29: end if;