DBA Data[Home] [Help]

APPS.PER_DATA_UPDATE_REPORT dependencies on FND_LOBS

Line 769: from fnd_lobs

765: IS
766: BEGIN
767: select file_data
768: into p_rtf_blob
769: from fnd_lobs
770: where file_name like '%/per/11.5.0/patch/115/publisher/templates/PERDTUPR.rtf';
771: EXCEPTION
772: when no_data_found then
773: null;