DBA Data[Home] [Help]

APPS.PO_CHANGE_API1_S dependencies on PO_DEBUG

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

579: );
580: RETURN 0;
581: WHEN OTHERS THEN
582: -- Add the unexpected error to the API message list.
583: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
584: p_proc_name => l_api_name );
585: -- Add the errors on the API message list to x_api_errors.
586: PO_DOCUMENT_UPDATE_PVT.add_message_list_errors (
587: p_api_errors => x_api_errors,