DBA Data[Home] [Help]

APPS.IEX_XML_PKG dependencies on DUAL

Line 38: FROM sys.dual;

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