DBA Data[Home] [Help]

APPS.ECX_INBOUND_NEW dependencies on ECX_PRINT_LOCAL

Line 36: ecx_print_local.i_tmpxml.DELETE;

32: i_method_name varchar2(2000) := 'ecx_inbound_new.clean_up_tables';
33:
34: begin
35: l_level_stack.DELETE;
36: ecx_print_local.i_tmpxml.DELETE;
37: ecx_print_local.l_node_stack.DELETE;
38: ecx_utils.g_node_tbl.DELETE;
39:
40: exception

Line 37: ecx_print_local.l_node_stack.DELETE;

33:
34: begin
35: l_level_stack.DELETE;
36: ecx_print_local.i_tmpxml.DELETE;
37: ecx_print_local.l_node_stack.DELETE;
38: ecx_utils.g_node_tbl.DELETE;
39:
40: exception
41: when others then

Line 1009: ecx_print_local.xmlPopall(x_xmlclob);

1005: popall;
1006:
1007: if (ecx_utils.structure_printing)
1008: then
1009: ecx_print_local.xmlPopall(x_xmlclob);
1010: ecx_util_api.parseXML(ecx_utils.g_inb_parser, x_xmlclob,
1011: x_parseXML, ecx_utils.g_xmldoc);
1012: end if;
1013: