DBA Data[Home] [Help]

APPS.IEX_UTILITIES dependencies on IEX_XML_REQUEST_HISTORIES

Line 5529: from iex_xml_request_histories

5525: l_req_count number;
5526: begin
5527: select count(1)
5528: into l_req_count
5529: from iex_xml_request_histories
5530: where xml_request_id=p_xml_request_id
5531: and length(document)>0;
5532: if l_req_count>0 then
5533: return true;