DBA Data[Home] [Help]

APPS.AZ_PLSQL_XML dependencies on AZ_PLSQL_XML

Line 1: Package Body az_plsql_xml as

1: Package Body az_plsql_xml as
2: /* $Header: azxmlulb.pls 115.4 2003/03/08 00:05:04 jke noship $ */
3: --
4: --
5: -- Type Definitions

Line 48: g_package varchar2(33) := ' az_plsql_xml.';

44: Pragma Exception_Init(XMLParserError, -20100);
45: --
46: -- Package Variables
47: --
48: g_package varchar2(33) := ' az_plsql_xml.';
49: --
50: g_source varchar2(32767);
51: g_error_expected boolean;
52: --

Line 594: end az_plsql_xml;

590: end if; -- not xmldom.isnull
591: hr_utility.set_location(' Leaving:'||l_proc, 220);
592: end call_plsql_api;
593:
594: end az_plsql_xml;