DBA Data[Home] [Help]

APPS.FND_DOCUMENTS_PKG dependencies on FND_ATTACHED_DOCUMENTS

Line 677: -- 1. fnd_attached_documents

673: delete_ref_Flag VARCHAR2 DEFAULT 'N') IS
674: BEGIN
675: -- need to delete in this order for R10-10SC compatibility
676: -- triggers to operate properly
677: -- 1. fnd_attached_documents
678: -- 2. fnd_documents_short_text/long_text/long_raw
679: -- 3. fnd_documents_tl
680: -- 4. fnd_documents
681: -- Delete the Reference if flag set to Y

Line 683: DELETE FROM fnd_attached_documents

679: -- 3. fnd_documents_tl
680: -- 4. fnd_documents
681: -- Delete the Reference if flag set to Y
682: IF (delete_ref_flag = 'Y') THEN
683: DELETE FROM fnd_attached_documents
684: WHERE document_id = X_document_id;
685: END IF;
686:
687: -- now go about the business of deleting the document from