DBA Data[Home] [Help]

APPS.PO_DOCUMENT_FUNDS_PVT dependencies on PO_MESSAGE_S

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

3885:
3886: ELSE
3887: -- Unrecognized exception.
3888: -- Use the "contact sys admin" message.
3889: po_message_s.sql_error(g_pkg_name,l_api_name,l_progress,SQLCODE,SQLERRM);
3890: l_exc_message_text := FND_MESSAGE.get;
3891:
3892: END IF;
3893:

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

4036: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS Start');
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

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

4922:
4923: -- Put the SQL error on the message dictionary stack,
4924: -- and log a debug message to FND_LOG_MESSAGES.
4925:
4926: PO_MESSAGE_S.sql_error(g_pkg_name,p_api_name,p_progress,SQLCODE,SQLERRM);
4927:
4928: l_progress := '150';
4929:
4930: -- Take the SQL error message from the message dictionary stack