257: IF (g_level_unexpected >= g_current_runtime_level ) THEN
258: FND_LOG.STRING(g_level_unexpected,
259: 'ZX.PLSQL.ZX_TDS_PROCESS_CEC_PVT.evaluate_cec_lines', 'Error Message: ' || sqlerrm);
260: END IF;
261: app_exception.raise_exception;
262: END;
263: if l_temp = 1 then
264: l_result := TRUE;
265: else
346: EXECUTE IMMEDIATE 'BEGIN '||p_compiled_action||' END;' ;
347: END IF;
348:
349: if(pr_message_token is not null) then
350: app_exception.raise_exception;
351: end if;
352: EXCEPTION
353: WHEN OTHERS THEN
354: IF (g_level_statement >= g_current_runtime_level ) THEN
355: FND_LOG.STRING(g_level_statement,
356: 'ZX.PLSQL.ZX_TDS_PROCESS_CEC_PVT.evaluate_cec_action',
357: 'Error Message: ' || sqlerrm);
358: END IF;
359: app_exception.raise_exception;
360: END;
361: end if;
362: IF (g_level_statement >= g_current_runtime_level ) THEN
363:
2574:
2575: when others then
2576: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2577:
2578: app_exception.raise_exception;
2579:
2580: end evaluate_cec;
2581:
2582: BEGIN