DBA Data[Home] [Help]

APPS.FND_WEBATTCH dependencies on FND_LOBS

Line 497: -- Delete the file from fnd_lobs.

493: -- Call the procedure to delete the attachment and document.
494: fnd_attached_documents3_pkg.delete_row ( l_attached_document_id,
495: l_datatype_id, 'Y' );
496:
497: -- Delete the file from fnd_lobs.
498: if (l_datatype_id = 6 ) then
499: DELETE FROM fnd_lobs WHERE file_id = l_media_id;
500: end if;
501:

Line 499: DELETE FROM fnd_lobs WHERE file_id = l_media_id;

495: l_datatype_id, 'Y' );
496:
497: -- Delete the file from fnd_lobs.
498: if (l_datatype_id = 6 ) then
499: DELETE FROM fnd_lobs WHERE file_id = l_media_id;
500: end if;
501:
502: -- Redirect the URL to the file location
503: owa_util.redirect_url (curl => owa_util.get_owa_service_path||