DBA Data[Home] [Help]

APPS.OZF_ADJUSTMENT_EXT_PVT dependencies on OE_DUAL_UOM_UTIL

Line 4395: l_fulfillment_base := OE_DUAL_UOM_UTIL.get_fulfillment_base(p_line_rec.line_id) ;

4391: x_cw_quantity => l_cw_quantity,
4392: x_cw_quantity_uom => l_cw_quantity_uom ); */
4393:
4394: -- getting fulfillment_base from OE API. In case of performance issue can think of using fulfillment_base from existing cursor
4395: l_fulfillment_base := OE_DUAL_UOM_UTIL.get_fulfillment_base(p_line_rec.line_id) ;
4396:
4397: --IF p_line_rec.fulfillment_base = 'S' THEN
4398: IF l_fulfillment_base = 'S' THEN
4399: l_cw_quantity := p_line_rec.shipping_quantity;

Line 5118: l_fulfillment_base := OE_DUAL_UOM_UTIL.get_fulfillment_base(p_line_rec.line_id) ;

5114: x_cw_quantity => l_cw_quantity,
5115: x_cw_quantity_uom => l_cw_quantity_uom ); */
5116:
5117: -- getting fulfillment_base from OE API. In case of performance issue can think of using fulfillment_base from existing cursor
5118: l_fulfillment_base := OE_DUAL_UOM_UTIL.get_fulfillment_base(p_line_rec.line_id) ;
5119:
5120: --IF p_line_rec.fulfillment_base = 'S' THEN
5121: IF l_fulfillment_base = 'S' THEN
5122: l_cw_quantity := p_line_rec.shipping_quantity;

Line 8427: l_order_line_info.fulfillment_base := OE_DUAL_UOM_UTIL.get_fulfillment_base(l_order_line_id) ;

8423: x_cw_quantity => l_cw_quantity,
8424: x_cw_quantity_uom => l_cw_quantity_uom );*/
8425:
8426: -- getting fulfillment_base from OE API. In case of performance issue can think of using fulfillment_base from existing cursor
8427: l_order_line_info.fulfillment_base := OE_DUAL_UOM_UTIL.get_fulfillment_base(l_order_line_id) ;
8428:
8429: IF l_order_line_info.fulfillment_base = 'S' THEN
8430: l_cw_quantity := l_order_line_info.shipping_quantity;
8431: l_cw_quantity_uom := l_order_line_info.shipping_quantity_uom;