DBA Data[Home] [Help]

APPS.PO_WIP_INTEGRATION_GRP dependencies on PO_DEBUG

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

65: );
66: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
67: WHEN OTHERS THEN
68: -- Add the unexpected error to the API message list.
69: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
70: p_proc_name => l_api_name );
71: -- Add the errors on the API message list to x_api_errors.
72: PO_DOCUMENT_UPDATE_PVT.add_message_list_errors (
73: p_api_errors => x_api_errors,