DBA Data[Home] [Help]

APPS.ECX_DEBUG dependencies on ECX_STANDARDS

Line 141: l_standard_code ecx_standards.standard_code%type;

137: g_write_file_flag := FALSE;
138: -- END IF;
139: END disable_debug;
140: PROCEDURE module_enabled IS
141: l_standard_code ecx_standards.standard_code%type;
142: begin
143: g_v_module_name:=rtrim(g_v_module_name,'.');
144: select standard_code
145: into l_standard_code

Line 146: from ecx_standards

142: begin
143: g_v_module_name:=rtrim(g_v_module_name,'.');
144: select standard_code
145: into l_standard_code
146: from ecx_standards
147: where standard_id = ecx_utils.g_standard_id
148: and standard_type = 'XML';
149: if l_standard_code is not null then
150: g_v_module_name:=g_v_module_name||'.'||l_standard_code;