DBA Data[Home] [Help]

APPS.CN_CALC_CLASSIFY_PVT dependencies on FND_FILE

Line 366: fnd_file.put_line(fnd_file.Log, sqlerrm);

362: 'cn.plsql.cn_calc_classify_pvt.classify_batch.exception',
363: sqlerrm);
364: end if;
365:
366: fnd_file.put_line(fnd_file.Log, sqlerrm);
367: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
368: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
369: THEN
370: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME ,l_api_name );