DBA Data[Home] [Help]

APPS.PON_CF_TYPE_GRP dependencies on FND_MSG_PUB

Line 116: IF fnd_msg_pub.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN

112: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
113: IF cost_factor_cur%ISOPEN THEN
114: CLOSE cost_factor_cur;
115: END IF;
116: IF fnd_msg_pub.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
117: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name,SQLERRM);
118: IF ( fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) THEN
119: fnd_log.string(log_level => fnd_log.level_unexpected
120: ,module => g_pkg_name ||'.'||l_api_name

Line 117: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name,SQLERRM);

113: IF cost_factor_cur%ISOPEN THEN
114: CLOSE cost_factor_cur;
115: END IF;
116: IF fnd_msg_pub.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
117: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name,SQLERRM);
118: IF ( fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) THEN
119: fnd_log.string(log_level => fnd_log.level_unexpected
120: ,module => g_pkg_name ||'.'||l_api_name
121: ,message => l_stage || ': ' || SQLERRM);

Line 139: FND_MSG_PUB.Count_and_Get(p_count => x_msg_count

135: ,module =>g_pkg_name ||'.'||l_api_name
136: ,message => 'p_api_version: '||p_api_version );
137: END IF;
138: END IF;
139: FND_MSG_PUB.Count_and_Get(p_count => x_msg_count
140: ,p_data => x_msg_data);
141: END;
142:
143: ----------------------------------------------------------------------

Line 395: IF fnd_msg_pub.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error)

391:
392: EXCEPTION
393: WHEN OTHERS THEN
394: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
395: IF fnd_msg_pub.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error)
396: THEN
397: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name,SQLERRM);
398: IF ( fnd_log.level_unexpected >= fnd_log.g_current_runtime_level)
399: THEN

Line 397: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name,SQLERRM);

393: WHEN OTHERS THEN
394: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
395: IF fnd_msg_pub.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error)
396: THEN
397: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name,SQLERRM);
398: IF ( fnd_log.level_unexpected >= fnd_log.g_current_runtime_level)
399: THEN
400: fnd_log.string(log_level => fnd_log.level_unexpected
401: ,module => g_pkg_name ||'.'||l_api_name

Line 432: FND_MSG_PUB.Count_and_Get(p_count => x_msg_count

428: module =>g_pkg_name ||'.'||l_api_name,
429: message => 'p_description = ' || p_description);
430: END IF ;
431: END IF;
432: FND_MSG_PUB.Count_and_Get(p_count => x_msg_count
433: ,p_data => x_msg_data);
434:
435:
436: END opm_create_update_cost_factor;

Line 474: IF fnd_msg_pub.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN

470: WHEN OTHERS THEN
471: IF cost_factor_cur%ISOPEN THEN
472: CLOSE cost_factor_cur;
473: END IF;
474: IF fnd_msg_pub.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
475: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name,SQLERRM);
476: IF ( fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) THEN
477: fnd_log.string(log_level => fnd_log.level_unexpected
478: ,module => g_pkg_name ||'.'||l_api_name

Line 475: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name,SQLERRM);

471: IF cost_factor_cur%ISOPEN THEN
472: CLOSE cost_factor_cur;
473: END IF;
474: IF fnd_msg_pub.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
475: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name,SQLERRM);
476: IF ( fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) THEN
477: fnd_log.string(log_level => fnd_log.level_unexpected
478: ,module => g_pkg_name ||'.'||l_api_name
479: ,message => l_stage || ': ' || SQLERRM);

Line 526: IF fnd_msg_pub.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN

522: WHEN OTHERS THEN
523: IF cost_factor_cur%ISOPEN THEN
524: CLOSE cost_factor_cur;
525: END IF;
526: IF fnd_msg_pub.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
527: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name,SQLERRM);
528: IF ( fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) THEN
529: fnd_log.string(log_level => fnd_log.level_unexpected
530: ,module => g_pkg_name ||'.'||l_api_name

Line 527: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name,SQLERRM);

523: IF cost_factor_cur%ISOPEN THEN
524: CLOSE cost_factor_cur;
525: END IF;
526: IF fnd_msg_pub.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
527: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name,SQLERRM);
528: IF ( fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) THEN
529: fnd_log.string(log_level => fnd_log.level_unexpected
530: ,module => g_pkg_name ||'.'||l_api_name
531: ,message => l_stage || ': ' || SQLERRM);