DBA Data[Home] [Help]

APPS.IEX_XML_PKG dependencies on DUAL

Line 53: FROM sys.dual;

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: --
57: If (px_xml_request_id IS NULL) OR (px_xml_request_id = FND_API.G_MISS_NUM) then