DBA Data[Home] [Help]

APPS.IEX_XML_PKG dependencies on IEX_XML_REQUEST_HISTORIES_S

Line 52: SELECT IEX_XML_REQUEST_HISTORIES_s.nextval

48: FROM iex_xml_request_histories
49: WHERE xml_request_id = px_xml_request_id;
50: --
51: CURSOR get_seq_csr is
52: SELECT IEX_XML_REQUEST_HISTORIES_s.nextval
53: FROM sys.dual;
54:
55: BEGIN
56: --