DBA Data[Home] [Help]

APPS.OPI_DBI_RPT_UTIL_PKG dependencies on STANDARD

Line 2907: /* Standardize the rollup flag computation */

2903: l_agg_lvl_flag := get_agg_level(l_mv_agg_lvl_tbl, l_in_bmap);
2904: RETURN to_char(l_agg_lvl_flag);
2905: END get_wms_oper_aggr_flag;
2906:
2907: /* Standardize the rollup flag computation */
2908: /*
2909: There are a distinct number of possible rollups possible
2910: along dimensions. Since many MVs use the same rollup
2911: and aggregation scheme, we're trying to reuse the flag

Line 3910: Changed the default precision to 5 since INV supports a standard

3906: else
3907: l_uom_rate := 1;
3908: end if;
3909: /** Default precision for inventory was 6 decimals
3910: Changed the default precision to 5 since INV supports a standard
3911: precision of 5 decimal places.
3912: */
3913: l_uom_qty := l_uom_rate * p_item_qty;
3914: l_uom_qty := round(l_uom_qty, 5);