DBA Data[Home] [Help]

APPS.AHL_FMP_MR_DOC_ASSO_PVT dependencies on FND_MSG_PUB

Line 119: FND_MSG_PUB.initialize;

115:
116: -- Initialize message list if p_init_msg_list is set to TRUE.
117: IF FND_API.to_boolean(p_init_msg_list)
118: THEN
119: FND_MSG_PUB.initialize;
120: END IF;
121:
122: --Check application usage code is not null
123: IF g_appln_usage is null

Line 126: FND_MSG_PUB.ADD;

122: --Check application usage code is not null
123: IF g_appln_usage is null
124: THEN
125: FND_MESSAGE.SET_NAME('AHL','AHL_COM_APP_PRFL_UNDEF');
126: FND_MSG_PUB.ADD;
127: IF (fnd_log.level_error >= fnd_log.g_current_runtime_level)THEN
128: fnd_log.string
129: (
130: fnd_log.level_error,

Line 202: FND_MSG_PUB.ADD;

198:
199: IF mr_details_csr_type%NOTFOUND
200: THEN
201: FND_MESSAGE.SET_NAME('AHL','AHL_DI_ASSO_UPDATE_ERROR');
202: FND_MSG_PUB.ADD;
203: IF (fnd_log.level_error >= fnd_log.g_current_runtime_level)THEN
204: fnd_log.string
205: (
206: fnd_log.level_error,

Line 219: FND_MSG_PUB.ADD;

215: THEN
216: IF l_mr_rec.type_code='PROGRAM'
217: THEN
218: FND_MESSAGE.SET_NAME('AHL','AHL_FMP_MR_TYPE_CODE_PROGRAM');
219: FND_MSG_PUB.ADD;
220: IF (fnd_log.level_error >= fnd_log.g_current_runtime_level)THEN
221: fnd_log.string
222: (
223: fnd_log.level_error,

Line 330: FND_MSG_PUB.count_and_get( p_count => x_msg_count,

326: EXCEPTION
327: WHEN FND_API.G_EXC_ERROR THEN
328: x_return_status := FND_API.G_RET_STS_ERROR;
329: Rollback to process_association_pvt;
330: FND_MSG_PUB.count_and_get( p_count => x_msg_count,
331: p_data => x_msg_data,
332: p_encoded => fnd_api.g_false);
333: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)THEN
334: fnd_log.string

Line 346: FND_MSG_PUB.count_and_get( p_count => x_msg_count,

342:
343: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
344: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
345: Rollback to process_association_pvt;
346: FND_MSG_PUB.count_and_get( p_count => x_msg_count,
347: p_data => x_msg_data,
348: p_encoded => fnd_api.g_false);
349: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)THEN
350: fnd_log.string

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

357:
358: WHEN OTHERS THEN
359: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
360: Rollback to process_association_pvt;
361: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
362: fnd_msg_pub.add_exc_msg(p_pkg_name => G_PKG_NAME,
363: p_procedure_name => 'Process_Doc_Association',
364: p_error_text => SQLERRM);
365: END IF;

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

358: WHEN OTHERS THEN
359: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
360: Rollback to process_association_pvt;
361: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
362: fnd_msg_pub.add_exc_msg(p_pkg_name => G_PKG_NAME,
363: p_procedure_name => 'Process_Doc_Association',
364: p_error_text => SQLERRM);
365: END IF;
366: FND_MSG_PUB.count_and_get( p_count => x_msg_count,

Line 366: FND_MSG_PUB.count_and_get( p_count => x_msg_count,

362: fnd_msg_pub.add_exc_msg(p_pkg_name => G_PKG_NAME,
363: p_procedure_name => 'Process_Doc_Association',
364: p_error_text => SQLERRM);
365: END IF;
366: FND_MSG_PUB.count_and_get( p_count => x_msg_count,
367: p_data => x_msg_data,
368: p_encoded => fnd_api.g_false);
369: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)THEN
370: fnd_log.string