DBA Data[Home] [Help]

APPS.AHL_PRD_LOV_SERVICE_PVT dependencies on FND_MSG_PUB

Line 5119: FND_MSG_PUB.ADD;

5115:
5116: ELSE
5117: --throw exception;
5118: FND_MESSAGE.SET_NAME('AHL','AHL_PRD_LOV_NOT_FOUND');
5119: FND_MSG_PUB.ADD;
5120: RAISE FND_API.G_EXC_ERROR;
5121: END CASE;
5122:
5123: END getLOVMetaData;

Line 5336: FND_MSG_PUB.ADD;

5332:
5333: ELSE
5334: --throw exception;
5335: FND_MESSAGE.SET_NAME('AHL','AHL_PRD_LOV_NOT_FOUND');
5336: FND_MSG_PUB.ADD;
5337: RAISE FND_API.G_EXC_ERROR;
5338:
5339: END CASE;
5340:

Line 5386: FND_MSG_PUB.Initialize;

5382: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
5383: END IF;
5384:
5385: IF FND_API.To_Boolean(p_init_msg_list) THEN
5386: FND_MSG_PUB.Initialize;
5387: END IF;
5388:
5389: -- Initialize output variables
5390: x_lov_meta_output_rec.LovMetaAttributeTbl(0).AttributeName := null;

Line 5425: x_msg_count := FND_MSG_PUB.count_msg;

5421: END IF;
5422: EXCEPTION
5423: WHEN FND_API.G_EXC_ERROR THEN
5424: x_return_status := FND_API.G_RET_STS_ERROR;
5425: x_msg_count := FND_MSG_PUB.count_msg;
5426: x_msg_data := AHL_PRD_WO_PUB.GET_MSG_DATA(x_msg_count);
5427: /*FND_MSG_PUB.count_and_get( p_count => x_msg_count,
5428: p_data => x_msg_data,
5429: p_encoded => fnd_api.g_false);*/

Line 5427: /*FND_MSG_PUB.count_and_get( p_count => x_msg_count,

5423: WHEN FND_API.G_EXC_ERROR THEN
5424: x_return_status := FND_API.G_RET_STS_ERROR;
5425: x_msg_count := FND_MSG_PUB.count_msg;
5426: x_msg_data := AHL_PRD_WO_PUB.GET_MSG_DATA(x_msg_count);
5427: /*FND_MSG_PUB.count_and_get( p_count => x_msg_count,
5428: p_data => x_msg_data,
5429: p_encoded => fnd_api.g_false);*/
5430:
5431:

Line 5435: x_msg_count := FND_MSG_PUB.count_msg;

5431:
5432:
5433: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
5434: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5435: x_msg_count := FND_MSG_PUB.count_msg;
5436: x_msg_data := AHL_PRD_WO_PUB.GET_MSG_DATA(x_msg_count);
5437: /*FND_MSG_PUB.count_and_get( p_count => x_msg_count,
5438: p_data => x_msg_data,
5439: p_encoded => fnd_api.g_false);*/

Line 5437: /*FND_MSG_PUB.count_and_get( p_count => x_msg_count,

5433: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
5434: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5435: x_msg_count := FND_MSG_PUB.count_msg;
5436: x_msg_data := AHL_PRD_WO_PUB.GET_MSG_DATA(x_msg_count);
5437: /*FND_MSG_PUB.count_and_get( p_count => x_msg_count,
5438: p_data => x_msg_data,
5439: p_encoded => fnd_api.g_false);*/
5440:
5441:

Line 5444: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

5440:
5441:
5442: WHEN OTHERS THEN
5443: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5444: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
5445: fnd_msg_pub.add_exc_msg(p_pkg_name => G_PKG_NAME,
5446: p_procedure_name => l_api_name,
5447: p_error_text => SUBSTR(SQLERRM,1,500));
5448: END IF;

Line 5445: fnd_msg_pub.add_exc_msg(p_pkg_name => G_PKG_NAME,

5441:
5442: WHEN OTHERS THEN
5443: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5444: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
5445: fnd_msg_pub.add_exc_msg(p_pkg_name => G_PKG_NAME,
5446: p_procedure_name => l_api_name,
5447: p_error_text => SUBSTR(SQLERRM,1,500));
5448: END IF;
5449: x_msg_count := FND_MSG_PUB.count_msg;

Line 5449: x_msg_count := FND_MSG_PUB.count_msg;

5445: fnd_msg_pub.add_exc_msg(p_pkg_name => G_PKG_NAME,
5446: p_procedure_name => l_api_name,
5447: p_error_text => SUBSTR(SQLERRM,1,500));
5448: END IF;
5449: x_msg_count := FND_MSG_PUB.count_msg;
5450: x_msg_data := AHL_PRD_WO_PUB.GET_MSG_DATA(x_msg_count);
5451: /*FND_MSG_PUB.count_and_get( p_count => x_msg_count,
5452: p_data => x_msg_data,
5453: p_encoded => fnd_api.g_false);*/

Line 5451: /*FND_MSG_PUB.count_and_get( p_count => x_msg_count,

5447: p_error_text => SUBSTR(SQLERRM,1,500));
5448: END IF;
5449: x_msg_count := FND_MSG_PUB.count_msg;
5450: x_msg_data := AHL_PRD_WO_PUB.GET_MSG_DATA(x_msg_count);
5451: /*FND_MSG_PUB.count_and_get( p_count => x_msg_count,
5452: p_data => x_msg_data,
5453: p_encoded => fnd_api.g_false);*/
5454: END Call_LOV_Services;
5455: