DBA Data[Home] [Help]

APPS.IEX_XML_PKG dependencies on FND_API

Line 57: If (px_xml_request_id IS NULL) OR (px_xml_request_id = FND_API.G_MISS_NUM) then

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
58: OPEN get_seq_csr;
59: FETCH get_seq_csr INTO px_xml_request_id;
60: CLOSE get_seq_csr;
61: End If;