DBA Data[Home] [Help]

APPS.PO_RELGEN_PKG dependencies on FND_MSG_PUB

Line 3409: IF FND_MSG_PUB.check_msg_level(

3405:
3406: WHEN OTHERS THEN
3407: ROLLBACK TO PORELGEN_1;
3408:
3409: IF FND_MSG_PUB.check_msg_level(
3410: p_message_level => FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
3411: FND_MSG_PUB.add_exc_msg(
3412: p_pkg_name => G_PKG_NAME,
3413: p_procedure_name => l_api_name

Line 3410: p_message_level => FND_MSG_PUB.g_msg_lvl_unexp_error) THEN

3406: WHEN OTHERS THEN
3407: ROLLBACK TO PORELGEN_1;
3408:
3409: IF FND_MSG_PUB.check_msg_level(
3410: p_message_level => FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
3411: FND_MSG_PUB.add_exc_msg(
3412: p_pkg_name => G_PKG_NAME,
3413: p_procedure_name => l_api_name
3414: );

Line 3411: FND_MSG_PUB.add_exc_msg(

3407: ROLLBACK TO PORELGEN_1;
3408:
3409: IF FND_MSG_PUB.check_msg_level(
3410: p_message_level => FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
3411: FND_MSG_PUB.add_exc_msg(
3412: p_pkg_name => G_PKG_NAME,
3413: p_procedure_name => l_api_name
3414: );
3415: END IF;

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

3418: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_UNEXPECTED) THEN
3419: FND_LOG.string(
3420: LOG_LEVEL => FND_LOG.level_unexpected,
3421: MODULE => c_log_head ||'.'||l_api_name||'.others_exception',
3422: MESSAGE => FND_MSG_PUB.get(p_msg_index => FND_MSG_PUB.G_LAST, p_encoded => 'F')
3423: );
3424: END IF;
3425: END IF;
3426: