DBA Data[Home] [Help]

APPS.PO_DOCUMENT_UPDATE_GRP dependencies on PO_DEBUG

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

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

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

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

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

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

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

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

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

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