DBA Data[Home] [Help]

APPS.BIS_RG_SEND_NOTIFICATIONS_PVT dependencies on FND_LOBS

Line 220: from fnd_lobs

216: --l_html_pieces := utl_http.request_pieces(l_img_html,32000);
217: -- mdamle 09/04/01 Scheduling Enhancements - Phase II - Multiple Preferences per schedule
218: select count(*)
219: into l_count
220: from fnd_lobs
221: where file_id = document_id;
222:
223: if l_count > 0 then
224: l_html_pieces := BIS_PMV_UTIL.readfndlobs(document_id);