DBA Data[Home] [Help]

APPS.ECX_UTILS dependencies on XMLDOM

Line 1597: l_doctype xmlDOM.DOMDocumentType;

1593: i_dtdpayload CLOB;
1594: l_dtd_path Varchar2(200);
1595: l_fullpath ecx_objects.fullpath%TYPE;
1596: l_root_element ecx_objects.root_element%TYPE;
1597: l_doctype xmlDOM.DOMDocumentType;
1598: l_runtime_location varchar2(200);
1599:
1600: t_dtdpayload CLOB;
1601: t_fullpath ecx_objects.fullpath%TYPE;

Line 1603: t_doctype xmlDOM.DOMDocumentType;

1599:
1600: t_dtdpayload CLOB;
1601: t_fullpath ecx_objects.fullpath%TYPE;
1602: t_root_element ecx_objects.root_element%TYPE;
1603: t_doctype xmlDOM.DOMDocumentType;
1604: t_runtime_location varchar2(200);
1605: i_tar_obj_type varchar2(200);
1606:
1607: no_dtd_exception EXCEPTION;