DBA Data[Home] [Help]

APPS.PO_DOCUMENT_FUNDS_PVT dependencies on PO_MESSAGE_S

Line 4071: po_message_s.sql_error(g_pkg_name,l_api_name,l_progress,SQLCODE,SQLERRM);

4067: ----
4068: ELSE
4069: -- Unrecognized exception.
4070: -- Use the "contact sys admin" message.
4071: po_message_s.sql_error(g_pkg_name,l_api_name,l_progress,SQLCODE,SQLERRM);
4072: l_exc_message_text := FND_MESSAGE.get;
4073:
4074: END IF;
4075:

Line 4240: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);

4236: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
4237: --unexpected error from this procedure
4238: x_return_status := FND_API.g_ret_sts_unexp_error;
4239: --add message to the stack and log a debug msg if necessary
4240: po_message_s.sql_error(g_pkg_name, l_api_name, l_progress, SQLCODE, SQLERRM);
4241: fnd_msg_pub.add;
4242: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');
4243: EXCEPTION
4244: WHEN OTHERS THEN

Line 5173: PO_MESSAGE_S.sql_error(g_pkg_name,p_api_name,p_progress,SQLCODE,SQLERRM);

5169:
5170: -- Put the SQL error on the message dictionary stack,
5171: -- and log a debug message to FND_LOG_MESSAGES.
5172:
5173: PO_MESSAGE_S.sql_error(g_pkg_name,p_api_name,p_progress,SQLCODE,SQLERRM);
5174:
5175: l_progress := '150';
5176:
5177: -- Take the SQL error message from the message dictionary stack