DBA Data[Home] [Help]

APPS.IEX_XML_PKG dependencies on IEX_XML_REQUEST_HISTORIES_S

Line 37: SELECT IEX_XML_REQUEST_HISTORIES_s.nextval

33: FROM iex_xml_request_histories
34: WHERE xml_request_id = px_xml_request_id;
35: --
36: CURSOR get_seq_csr is
37: SELECT IEX_XML_REQUEST_HISTORIES_s.nextval
38: FROM sys.dual;
39:
40: BEGIN
41: --