DBA Data[Home] [Help]

APPS.PO_RETROACTIVE_PRICING_PVT dependencies on FND_MSG_PUB

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

2687: */
2688:
2689: If (x_return_status <> FND_API.G_RET_STS_SUCCESS) then
2690: l_msg_buf := null;
2691: l_msg_buf := FND_MSG_PUB.Get(p_msg_index => 1,
2692: p_encoded => 'F');
2693: l_msg_buf := 'Std PO ' ||g_po_header_id_table(i)||
2694: l_msg_buf;
2695: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_EXCEPTION) THEN

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

2832: * trying to submit next document for approval.
2833: */
2834: If (x_return_status <> FND_API.G_RET_STS_SUCCESS) then
2835: l_msg_buf := null;
2836: l_msg_buf := FND_MSG_PUB.Get(p_msg_index => 1,
2837: p_encoded => 'F');
2838: l_msg_buf := 'Release ' ||g_po_release_id_table(i)||
2839: l_msg_buf;
2840: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_EXCEPTION) THEN

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

4309:
4310: EXCEPTION
4311: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
4312: ROLLBACK TO RETRO_INVOICE_SP;
4313: x_msg_data := FND_MSG_PUB.GET(p_msg_index => FND_MSG_PUB.G_LAST,
4314: p_encoded => 'F');
4315: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4316:
4317: IF g_debug_unexp THEN

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

4331: CLOSE c_consigned_release;
4332: END IF;
4333: WHEN FND_API.G_EXC_ERROR THEN
4334: ROLLBACK TO RETRO_INVOICE_SP;
4335: x_msg_data := FND_MSG_PUB.GET(p_msg_index => FND_MSG_PUB.G_LAST,
4336: p_encoded => 'F');
4337: x_return_status := FND_API.G_RET_STS_ERROR;
4338:
4339: IF g_debug_unexp THEN

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

4353: CLOSE c_consigned_release;
4354: END IF;
4355: WHEN OTHERS THEN
4356: ROLLBACK TO RETRO_INVOICE_SP;
4357: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
4358: FND_MSG_PUB.add_exc_msg(G_PKG_NAME, l_api_name);
4359: END IF;
4360:
4361: IF g_debug_unexp THEN

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

4354: END IF;
4355: WHEN OTHERS THEN
4356: ROLLBACK TO RETRO_INVOICE_SP;
4357: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
4358: FND_MSG_PUB.add_exc_msg(G_PKG_NAME, l_api_name);
4359: END IF;
4360:
4361: IF g_debug_unexp THEN
4362: PO_DEBUG.debug_exc(l_log_head,l_progress);

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

4361: IF g_debug_unexp THEN
4362: PO_DEBUG.debug_exc(l_log_head,l_progress);
4363: END IF;
4364:
4365: x_msg_data := FND_MSG_PUB.GET(p_msg_index => FND_MSG_PUB.G_LAST,
4366: p_encoded => 'F');
4367: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4368:
4369: IF (c_stdpo%ISOPEN) THEN