DBA Data[Home] [Help]

APPS.IEX_XML_PKG dependencies on FND_API

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

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
43: OPEN get_seq_csr;
44: FETCH get_seq_csr INTO px_xml_request_id;
45: CLOSE get_seq_csr;
46: End If;