DBA Data[Home] [Help]

APPS.EC_OUTBOUND dependencies on ECE_ERROR_HANDLING_PVT

Line 85: ece_error_handling_pvt.print_parse_error (error_position,cInsert_stmt);

81: exception
82: when others then
83: error_position := dbms_sql.last_error_position;
84: ec_debug.pl(0,'EC','ECE_PROGRAM_ERROR','PROGRESS_LEVEL','EC_OUTBOUND.PARSE_INSERT_STATEMENT');
85: ece_error_handling_pvt.print_parse_error (error_position,cInsert_stmt);
86: ec_utils.i_ret_code :=2;
87: raise EC_UTILS.PROGRAM_EXIT;
88: end;
89: if ec_debug.G_debug_level >= 2 then

Line 217: ece_error_handling_pvt.print_parse_error

213: dbms_sql.native
214: );
215: EXCEPTION
216: WHEN OTHERS THEN
217: ece_error_handling_pvt.print_parse_error
218: (
219: dbms_sql.last_error_position,
220: ec_utils.g_int_levels(i).sql_stmt
221: );