DBA Data[Home] [Help]

APPS.ECX_UTILS dependencies on ECX_ERROR_HANDLING_PVT

Line 166: ecx_error_handling_pvt.print_parse_error

162: dbms_sql.native
163: );
164: EXCEPTION
165: WHEN OTHERS THEN
166: ecx_error_handling_pvt.print_parse_error
167: (
168: dbms_sql.last_error_position,
169: ecx_utils.g_source_levels(i).sql_stmt
170: );

Line 459: ecx_error_handling_pvt.print_parse_error (error_position, l_proc_call);

455: end if;
456: EXCEPTION
457: WHEN PARSE_ERROR then
458: error_position := dbms_sql.last_error_position;
459: ecx_error_handling_pvt.print_parse_error (error_position, l_proc_call);
460: if(l_unexpectedEnabled) then
461: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
462: 'PROGRESS_LEVEL','ecx_utils.BUILD_PROCEDURE_CALL');
463: ecx_debug.log(l_unexpected, 'ECX', 'ECX_PARSE_ERROR', i_method_name);