DBA Data[Home] [Help]

ORDSYS.ORD_DICOM_ADMIN dependencies on XMLTYPE

Line 19: xmlDoc XMLTYPE

15: --==============================================================================
16: PROCEDURE insertDocument(
17: docName IN VARCHAR2,
18: docType IN VARCHAR2,
19: xmlDoc XMLTYPE
20: );
21:
22:
23: --==============================================================================

Line 24: -- return the configuration document as an XMLType.

20: );
21:
22:
23: --==============================================================================
24: -- return the configuration document as an XMLType.
25: --docName uniquely identfies the document
26: --==============================================================================
27: FUNCTION getDocumentContent(docName IN VARCHAR2) return XMLTYPE;
28:

Line 27: FUNCTION getDocumentContent(docName IN VARCHAR2) return XMLTYPE;

23: --==============================================================================
24: -- return the configuration document as an XMLType.
25: --docName uniquely identfies the document
26: --==============================================================================
27: FUNCTION getDocumentContent(docName IN VARCHAR2) return XMLTYPE;
28:
29: --==============================================================================
30: -- export the document to a file specfied by fileName in the location specfied
31: -- by dirName is the directory object created by

Line 65: -- Generates the STORED_TAG_LIST document as an XMLType

61: --==============================================================================
62: PROCEDURE rollbackDataModel;
63:
64: --==============================================================================
65: -- Generates the STORED_TAG_LIST document as an XMLType
66: -- for the specified set of constraint and mapping documents in the repository
67: -- Useful for keeping the STORED_TAG_LIST in sync with the repos docs
68: -- args: docSet: the allowed values are 'ALL', 'ORACLE' 'USER'
69: -- The default value 'USER' is represented by the constant

Line 74: return XMLType;

70: -- STORED_TAGLIST_DOC_SET
71: --
72: --==============================================================================
73: FUNCTION generateTagListDocument(docSet in varchar2 default STORED_TAGLIST_DOC_SET)
74: return XMLType;
75:
76: --==============================================================================
77: -- importDataModel: Imports the documents from a ZIP archive file in a
78: -- specified Oracle directory into the repository. Use this