DBA Data[Home] [Help]

APPS.PO_CHANGE_API1_S dependencies on PO_DEBUG

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

573: );
574: RETURN 0;
575: WHEN OTHERS THEN
576: -- Add the unexpected error to the API message list.
577: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
578: p_proc_name => l_api_name );
579: -- Add the errors on the API message list to x_api_errors.
580: PO_DOCUMENT_UPDATE_PVT.add_message_list_errors (
581: p_api_errors => x_api_errors,