DBA Data[Home] [Help]

APPS.PO_RETROACTIVE_PRICING_PVT dependencies on FND_MSG_PUB

Line 2621: l_msg_buf := FND_MSG_PUB.Get(p_msg_index => 1,

2617: */
2618:
2619: If (x_return_status <> FND_API.G_RET_STS_SUCCESS) then
2620: l_msg_buf := null;
2621: l_msg_buf := FND_MSG_PUB.Get(p_msg_index => 1,
2622: p_encoded => 'F');
2623: l_msg_buf := 'Std PO ' ||g_po_header_id_table(i)||
2624: l_msg_buf;
2625: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_EXCEPTION) THEN

Line 2744: l_msg_buf := FND_MSG_PUB.Get(p_msg_index => 1,

2740: * trying to submit next document for approval.
2741: */
2742: If (x_return_status <> FND_API.G_RET_STS_SUCCESS) then
2743: l_msg_buf := null;
2744: l_msg_buf := FND_MSG_PUB.Get(p_msg_index => 1,
2745: p_encoded => 'F');
2746: l_msg_buf := 'Release ' ||g_po_release_id_table(i)||
2747: l_msg_buf;
2748: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_EXCEPTION) THEN

Line 4192: x_msg_data := FND_MSG_PUB.GET(p_msg_index => FND_MSG_PUB.G_LAST,

4188:
4189: EXCEPTION
4190: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
4191: ROLLBACK TO RETRO_INVOICE_SP;
4192: x_msg_data := FND_MSG_PUB.GET(p_msg_index => FND_MSG_PUB.G_LAST,
4193: p_encoded => 'F');
4194: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4195:
4196: IF g_debug_unexp THEN

Line 4214: x_msg_data := FND_MSG_PUB.GET(p_msg_index => FND_MSG_PUB.G_LAST,

4210: CLOSE c_consigned_release;
4211: END IF;
4212: WHEN FND_API.G_EXC_ERROR THEN
4213: ROLLBACK TO RETRO_INVOICE_SP;
4214: x_msg_data := FND_MSG_PUB.GET(p_msg_index => FND_MSG_PUB.G_LAST,
4215: p_encoded => 'F');
4216: x_return_status := FND_API.G_RET_STS_ERROR;
4217:
4218: IF g_debug_unexp THEN

Line 4236: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN

4232: CLOSE c_consigned_release;
4233: END IF;
4234: WHEN OTHERS THEN
4235: ROLLBACK TO RETRO_INVOICE_SP;
4236: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
4237: FND_MSG_PUB.add_exc_msg(G_PKG_NAME, l_api_name);
4238: END IF;
4239:
4240: IF g_debug_unexp THEN

Line 4237: FND_MSG_PUB.add_exc_msg(G_PKG_NAME, l_api_name);

4233: END IF;
4234: WHEN OTHERS THEN
4235: ROLLBACK TO RETRO_INVOICE_SP;
4236: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
4237: FND_MSG_PUB.add_exc_msg(G_PKG_NAME, l_api_name);
4238: END IF;
4239:
4240: IF g_debug_unexp THEN
4241: PO_DEBUG.debug_exc(l_log_head,l_progress);

Line 4244: x_msg_data := FND_MSG_PUB.GET(p_msg_index => FND_MSG_PUB.G_LAST,

4240: IF g_debug_unexp THEN
4241: PO_DEBUG.debug_exc(l_log_head,l_progress);
4242: END IF;
4243:
4244: x_msg_data := FND_MSG_PUB.GET(p_msg_index => FND_MSG_PUB.G_LAST,
4245: p_encoded => 'F');
4246: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4247:
4248: IF (c_stdpo%ISOPEN) THEN