DBA Data[Home] [Help]

APPS.PO_DOCUMENT_UPDATE_GRP dependencies on PO_DEBUG

Line 80: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

76: );
77: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
78: WHEN OTHERS THEN
79: -- Add the unexpected error to the API message list.
80: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
81: p_proc_name => l_api_name );
82: -- Add the errors on the API message list to x_api_errors.
83: PO_DOCUMENT_UPDATE_PVT.add_message_list_errors (
84: p_api_errors => x_api_errors,

Line 601: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

597: );
598: x_result := 0;
599: WHEN OTHERS THEN
600: -- Add the unexpected error to the API message list.
601: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
602: p_proc_name => l_api_name,
603: p_progress => l_progress );
604: -- Add the errors on the API message list to x_api_errors.
605: PO_DOCUMENT_UPDATE_PVT.add_message_list_errors (

Line 722: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

718: return 1;
719:
720: EXCEPTION
721: WHEN OTHERS THEN
722: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
723: p_proc_name => l_api_name );
724: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
725: END check_mandatory_params;
726: --

Line 785: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

781: p_retroactive_price_change => NULL
782: );
783: EXCEPTION
784: WHEN FND_API.g_exc_unexpected_error THEN
785: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
786: p_proc_name => l_proc_name,
787: p_progress => l_progress );
788: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
789: WHEN OTHERS THEN

Line 790: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

786: p_proc_name => l_proc_name,
787: p_progress => l_progress );
788: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
789: WHEN OTHERS THEN
790: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
791: p_proc_name => l_proc_name,
792: p_progress => l_progress );
793: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
794: END launch_po_approval_wf;