DBA Data[Home] [Help]

APPS.OPI_DBI_RPT_UTIL_PKG dependencies on OPI_DBI_BOUNDS_PKG

Line 3904: OPI_DBI_BOUNDS_PKG.write(s_pkg_name,l_proc_name,l_stmt_num,l_debug_msg);

3900: if ( l_uom_rate = -99999 ) then
3901: --RAISE UOM_CONV_ERROR;
3902: OPI_DBI_RPT_UTIL_PKG.g_pk_uom_conversion := 0;
3903: l_debug_msg := 'Conversion not found from unit '|| p_from_unit || 'to unit' || p_to_unit || 'for item id ' || p_item_id ;
3904: OPI_DBI_BOUNDS_PKG.write(s_pkg_name,l_proc_name,l_stmt_num,l_debug_msg);
3905: end if;
3906: else
3907: l_uom_rate := 1;
3908: end if;

Line 3922: OPI_DBI_BOUNDS_PKG.write(s_pkg_name,l_proc_name,l_stmt_num,l_debug_msg);

3918:
3919: EXCEPTION
3920: WHEN OTHERS THEN
3921: l_debug_msg := 'Conversion not found from unit '|| p_from_unit || 'to unit' || p_to_unit || 'for item id ' || p_item_id || SQLcode || ' - ' ||SQLERRM;
3922: OPI_DBI_BOUNDS_PKG.write(s_pkg_name,l_proc_name,l_stmt_num,l_debug_msg);
3923: RAISE;
3924:
3925: END OPI_UM_CONVERT;
3926: