DBA Data[Home] [Help]

APPS.CSD_REPAIRS_PUB dependencies on FND_LOG

Line 379: IF (Fnd_Log.level_error >= Fnd_Log.g_current_runtime_level)

375: x_return_status := Fnd_Api.G_RET_STS_ERROR;
376: ROLLBACK TO UPDATE_RO_STATUS_PUB;
377: Fnd_Msg_Pub.Count_And_Get(p_count => x_msg_count,
378: p_data => x_msg_data);
379: IF (Fnd_Log.level_error >= Fnd_Log.g_current_runtime_level)
380: THEN
381: Fnd_Log.STRING(Fnd_Log.level_error,
382: 'csd.plsql.CSD_REPAIRS_PUB.Update_ro_status',
383: 'EXC_ERROR[' || x_msg_data || ']');

Line 381: Fnd_Log.STRING(Fnd_Log.level_error,

377: Fnd_Msg_Pub.Count_And_Get(p_count => x_msg_count,
378: p_data => x_msg_data);
379: IF (Fnd_Log.level_error >= Fnd_Log.g_current_runtime_level)
380: THEN
381: Fnd_Log.STRING(Fnd_Log.level_error,
382: 'csd.plsql.CSD_REPAIRS_PUB.Update_ro_status',
383: 'EXC_ERROR[' || x_msg_data || ']');
384: END IF;
385:

Line 391: IF (Fnd_Log.level_exception >= Fnd_Log.g_current_runtime_level)

387: x_return_status := Fnd_Api.G_RET_STS_UNEXP_ERROR;
388: ROLLBACK TO UPDATE_RO_STATUS_PUB;
389: Fnd_Msg_Pub.Count_And_Get(p_count => x_msg_count,
390: p_data => x_msg_data);
391: IF (Fnd_Log.level_exception >= Fnd_Log.g_current_runtime_level)
392: THEN
393: Fnd_Log.STRING(Fnd_Log.level_exception,
394: 'csd.plsql.CSD_REPAIRS_PUB.Update_ro_status',
395: 'EXC_UNEXP_ERROR[' || x_msg_data || ']');

Line 393: Fnd_Log.STRING(Fnd_Log.level_exception,

389: Fnd_Msg_Pub.Count_And_Get(p_count => x_msg_count,
390: p_data => x_msg_data);
391: IF (Fnd_Log.level_exception >= Fnd_Log.g_current_runtime_level)
392: THEN
393: Fnd_Log.STRING(Fnd_Log.level_exception,
394: 'csd.plsql.CSD_REPAIRS_PUB.Update_ro_status',
395: 'EXC_UNEXP_ERROR[' || x_msg_data || ']');
396: END IF;
397: WHEN OTHERS THEN

Line 406: IF (Fnd_Log.level_exception >= Fnd_Log.g_current_runtime_level)

402: Fnd_Msg_Pub.Add_Exc_Msg(G_PKG_NAME, l_api_name);
403: END IF;
404: Fnd_Msg_Pub.Count_And_Get(p_count => x_msg_count,
405: p_data => x_msg_data);
406: IF (Fnd_Log.level_exception >= Fnd_Log.g_current_runtime_level)
407: THEN
408: Fnd_Log.STRING(Fnd_Log.level_exception,
409: 'csd.plsql.CSD_REPAIRS_PUB.Update_ro_status',
410: 'SQL MEssage[' || SQLERRM || ']');

Line 408: Fnd_Log.STRING(Fnd_Log.level_exception,

404: Fnd_Msg_Pub.Count_And_Get(p_count => x_msg_count,
405: p_data => x_msg_data);
406: IF (Fnd_Log.level_exception >= Fnd_Log.g_current_runtime_level)
407: THEN
408: Fnd_Log.STRING(Fnd_Log.level_exception,
409: 'csd.plsql.CSD_REPAIRS_PUB.Update_ro_status',
410: 'SQL MEssage[' || SQLERRM || ']');
411: END IF;
412: