DBA Data[Home] [Help]

APPS.ECX_ACTIONS dependencies on ECX_ERROR_HANDLING_PVT

Line 346: ecx_error_handling_pvt.print_parse_error (l_error_position, cInsert_stmt);

342: end if;
343:
344: EXCEPTION
345: WHEN l_parse_error then
346: ecx_error_handling_pvt.print_parse_error (l_error_position, cInsert_stmt);
347: if(l_unexpectedEnabled) then
348: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR', 'PROGRESS_LEVEL',i_method_name);
349: ecx_debug.log(l_unexpected,'ECX', 'ECX_ERROR_MESSAGE', i_method_name, 'ERROR_MESSAGE', SQLERRM);
350: end if;

Line 617: ecx_error_handling_pvt.print_parse_error (error_position,cString);

613:
614: EXCEPTION
615: WHEN PARSE_ERROR then
616: error_position := dbms_sql.last_error_position;
617: ecx_error_handling_pvt.print_parse_error (error_position,cString);
618: if(l_unexpectedEnabled) then
619: ecx_debug.log(l_unexpected, 'ECX', 'ECX_PROGRAM_ERROR', i_method_name, 'PROGRESS_LEVEL', 'ECX_ACTIONS.EXECUTE_STRING');
620: ecx_debug.log(l_unexpected, 'ECX', 'ECX_ERROR_MESSAGE', i_method_name, 'ERROR_MESSAGE', SQLERRM);
621: end if;

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

1545: if(l_unexpectedEnabled) then
1546: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
1547: 'PROGRESS_LEVEL','ECX_ACTIONS.BUILD_PROCEDURE_CALL');
1548: end if;
1549: ecx_error_handling_pvt.print_parse_error (error_position, l_proc_call);
1550: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.BUILD_PROCEDURE_CALL');
1551: if (l_procedureEnabled) then
1552: ecx_debug.pop(i_method_name);
1553: end if;