DBA Data[Home] [Help]

APPS.PO_DOCUMENT_FUNDS_PVT dependencies on FND_MSG_PUB

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

2854: PO_DEBUG.debug_var(l_log_head,l_progress,'x_return_status',x_return_status);
2855: PO_DEBUG.debug_var(l_log_head,l_progress,'x_agreement_encumbered_tbl',x_agreement_encumbered_tbl);
2856: END IF;
2857: ROLLBACK TO IS_AGREEMENT_ENCUMBERED_SP;
2858: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
2859: FND_MSG_PUB.add_exc_msg(G_PKG_NAME, l_api_name);
2860: END IF;
2861: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');
2862: EXCEPTION

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

2855: PO_DEBUG.debug_var(l_log_head,l_progress,'x_agreement_encumbered_tbl',x_agreement_encumbered_tbl);
2856: END IF;
2857: ROLLBACK TO IS_AGREEMENT_ENCUMBERED_SP;
2858: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
2859: FND_MSG_PUB.add_exc_msg(G_PKG_NAME, l_api_name);
2860: END IF;
2861: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');
2862: EXCEPTION
2863: WHEN OTHERS THEN

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

2961: BEGIN
2962: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
2963: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2964: ROLLBACK TO IS_AGREEMENT_ENCUMBERED_SP;
2965: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
2966: FND_MSG_PUB.add_exc_msg(G_PKG_NAME, l_api_name);
2967: END IF;
2968: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');
2969: EXCEPTION

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

2962: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
2963: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2964: ROLLBACK TO IS_AGREEMENT_ENCUMBERED_SP;
2965: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
2966: FND_MSG_PUB.add_exc_msg(G_PKG_NAME, l_api_name);
2967: END IF;
2968: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');
2969: EXCEPTION
2970: WHEN OTHERS THEN

Line 3807: -- All callers should get message from api message stack [fnd_msg_pub]

3803: END IF;
3804:
3805: -- Push the po_return_msg onto api msg list
3806: -- Bug 3516763: No longer put a message on the message dictionary stack.
3807: -- All callers should get message from api message stack [fnd_msg_pub]
3808: FND_MESSAGE.set_name('PO', l_po_return_msg_name);
3809: FND_MSG_PUB.add;
3810:
3811:

Line 3809: FND_MSG_PUB.add;

3805: -- Push the po_return_msg onto api msg list
3806: -- Bug 3516763: No longer put a message on the message dictionary stack.
3807: -- All callers should get message from api message stack [fnd_msg_pub]
3808: FND_MESSAGE.set_name('PO', l_po_return_msg_name);
3809: FND_MSG_PUB.add;
3810:
3811:
3812: IF g_debug_stmt THEN
3813: PO_DEBUG.debug_var(l_log_head,l_progress,'x_online_report_id',

Line 3881: FND_MSG_PUB.get(

3877:
3878: -- Assume raiser put a message onto the API message list.
3879: -- Retrieve that message.
3880: l_exc_message_text :=
3881: FND_MSG_PUB.get(
3882: p_msg_index => FND_MSG_PUB.G_LAST
3883: , p_encoded => FND_API.G_FALSE
3884: );
3885:

Line 3882: p_msg_index => FND_MSG_PUB.G_LAST

3878: -- Assume raiser put a message onto the API message list.
3879: -- Retrieve that message.
3880: l_exc_message_text :=
3881: FND_MSG_PUB.get(
3882: p_msg_index => FND_MSG_PUB.G_LAST
3883: , p_encoded => FND_API.G_FALSE
3884: );
3885:
3886: ELSE

Line 3906: -- All callers should get message from api message stack [fnd_msg_pub]

3902: END IF;
3903:
3904: -- Push the high-level po_return_msg onto the API msg list
3905: -- Bug 3516763: No longer put a message on the message dictionary stack.
3906: -- All callers should get message from api message stack [fnd_msg_pub]
3907:
3908: FND_MESSAGE.set_name('PO', l_po_return_msg_name);
3909: FND_MSG_PUB.add;
3910:

Line 3909: FND_MSG_PUB.add;

3905: -- Bug 3516763: No longer put a message on the message dictionary stack.
3906: -- All callers should get message from api message stack [fnd_msg_pub]
3907:
3908: FND_MESSAGE.set_name('PO', l_po_return_msg_name);
3909: FND_MSG_PUB.add;
3910:
3911: -- bug 3218669
3912: -- Clean up GL_BC_PACKETS so that the failed transaction
3913: -- does not continue to hold up funds

Line 4041: fnd_msg_pub.add;

4037: --unexpected error from this procedure
4038: x_return_status := FND_API.g_ret_sts_unexp_error;
4039: --add message to the stack and log a debug msg if necessary
4040: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
4041: fnd_msg_pub.add;
4042: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');
4043: EXCEPTION
4044: WHEN OTHERS THEN
4045: NULL;

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

4146: BEGIN
4147: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
4148: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4149: ROLLBACK TO IS_RESERVABLE_SP;
4150: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
4151: FND_MSG_PUB.add_exc_msg(G_PKG_NAME, l_api_name);
4152: END IF;
4153: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');
4154: EXCEPTION

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

4147: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
4148: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4149: ROLLBACK TO IS_RESERVABLE_SP;
4150: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
4151: FND_MSG_PUB.add_exc_msg(G_PKG_NAME, l_api_name);
4152: END IF;
4153: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');
4154: EXCEPTION
4155: WHEN OTHERS THEN

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

4257: BEGIN
4258: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
4259: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4260: ROLLBACK TO IS_UNRESERVABLE_SP;
4261: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
4262: FND_MSG_PUB.add_exc_msg(G_PKG_NAME, l_api_name);
4263: END IF;
4264: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');
4265: EXCEPTION

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

4258: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
4259: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4260: ROLLBACK TO IS_UNRESERVABLE_SP;
4261: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
4262: FND_MSG_PUB.add_exc_msg(G_PKG_NAME, l_api_name);
4263: END IF;
4264: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');
4265: EXCEPTION
4266: WHEN OTHERS THEN

Line 4839: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

4835: BEGIN
4836: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
4837: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4838: ROLLBACK TO POPULATE_ENC_GT_ACTION_IDS_PVT;
4839: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
4840: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);
4841: END IF;
4842: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');
4843: EXCEPTION

Line 4840: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);

4836: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
4837: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4838: ROLLBACK TO POPULATE_ENC_GT_ACTION_IDS_PVT;
4839: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
4840: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name,SQLERRM);
4841: END IF;
4842: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');
4843: EXCEPTION
4844: WHEN OTHERS THEN

Line 4933: FND_MSG_PUB.add();

4929:
4930: -- Take the SQL error message from the message dictionary stack
4931: -- and put it in the API message list.
4932:
4933: FND_MSG_PUB.add();
4934:
4935: l_progress := '200';
4936:
4937:

Line 4949: FND_MSG_PUB.add();

4945:
4946: -- Pop the message from the message dictionary stack
4947: -- and add it to the API message list.
4948:
4949: FND_MSG_PUB.add();
4950:
4951: l_progress := '300';
4952:
4953: