DBA Data[Home] [Help]

APPS.PO_RELGEN_PKG dependencies on FND_MSG_PUB

Line 3463: IF FND_MSG_PUB.check_msg_level(

3459:
3460: WHEN OTHERS THEN
3461: ROLLBACK TO PORELGEN_1;
3462:
3463: IF FND_MSG_PUB.check_msg_level(
3464: p_message_level => FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
3465: FND_MSG_PUB.add_exc_msg(
3466: p_pkg_name => G_PKG_NAME,
3467: p_procedure_name => l_api_name

Line 3464: p_message_level => FND_MSG_PUB.g_msg_lvl_unexp_error) THEN

3460: WHEN OTHERS THEN
3461: ROLLBACK TO PORELGEN_1;
3462:
3463: IF FND_MSG_PUB.check_msg_level(
3464: p_message_level => FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
3465: FND_MSG_PUB.add_exc_msg(
3466: p_pkg_name => G_PKG_NAME,
3467: p_procedure_name => l_api_name
3468: );

Line 3465: FND_MSG_PUB.add_exc_msg(

3461: ROLLBACK TO PORELGEN_1;
3462:
3463: IF FND_MSG_PUB.check_msg_level(
3464: p_message_level => FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
3465: FND_MSG_PUB.add_exc_msg(
3466: p_pkg_name => G_PKG_NAME,
3467: p_procedure_name => l_api_name
3468: );
3469: END IF;

Line 3476: MESSAGE => FND_MSG_PUB.get(p_msg_index => FND_MSG_PUB.G_LAST, p_encoded => 'F')

3472: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_UNEXPECTED) THEN
3473: FND_LOG.string(
3474: LOG_LEVEL => FND_LOG.level_unexpected,
3475: MODULE => c_log_head ||'.'||l_api_name||'.others_exception',
3476: MESSAGE => FND_MSG_PUB.get(p_msg_index => FND_MSG_PUB.G_LAST, p_encoded => 'F')
3477: );
3478: END IF;
3479: END IF;
3480: