DBA Data[Home] [Help]

APPS.ECX_UTILS dependencies on ECX_PRINT_LOCAL

Line 1642: ecx_print_local.last_printed := -1;

1638: ecx_utils.g_current_level := 0;
1639: ecx_utils.g_previous_level := 0;
1640: g_source_object_id := null;
1641: g_target_object_id := null;
1642: ecx_print_local.last_printed := -1;
1643:
1644: -- check the version
1645: ecx_utils.check_version(i_map_id, i_result, i_ret_msg);
1646: if (not i_result)

Line 1677: ecx_print_local.first_time_printing := TRUE;

1673: raise ecx_utils.program_exit;
1674: end;
1675:
1676: -- needed for root element support
1677: ecx_print_local.first_time_printing := TRUE;
1678: ecx_utils.g_xml_frag.DELETE;
1679: --for bug 5609625
1680: --if (nvl(ecx_utils.g_map_id,0) <> i_map_id) then
1681: