DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on INV_CONVERT

Line 16556: l_converted_qty := INV_CONVERT.INV_UM_CONVERT(l_inventory_item_id -- INVCONV

16552:
16553: ----
16554: IF nvl(l_order_quantity_uom,l_rsv_tbl(I).reservation_uom_code)
16555: <> l_rsv_tbl(I).reservation_uom_code THEN
16556: l_converted_qty := INV_CONVERT.INV_UM_CONVERT(l_inventory_item_id -- INVCONV
16557: ,9 --5 --NULL Bug 16614440 send as 9 and round later
16558: ,l_rsv_tbl(I).reservation_quantity
16559: ,l_rsv_tbl(I).reservation_uom_code
16560: ,l_order_quantity_uom

Line 16677: l_converted_qty := INV_CONVERT.INV_UM_CONVERT(l_inventory_item_id -- INVCONV

16673: l_rsv_rec := l_rsv_tbl(I);
16674: ---- Start 2346233
16675: IF nvl(l_order_quantity_uom,l_rsv_rec.reservation_uom_code)
16676: <> l_rsv_rec.reservation_uom_code THEN
16677: l_converted_qty := INV_CONVERT.INV_UM_CONVERT(l_inventory_item_id -- INVCONV
16678: ,5 --NULL
16679: ,l_rsv_rec.reservation_quantity
16680: ,l_rsv_rec.reservation_uom_code
16681: ,l_order_quantity_uom

Line 20819: l_return := INV_CONVERT.Within_Deviation -- INVCONV

20815: ,l_item_rec.opm_item_um2
20816: ,0); */
20817: -- if change is within of tolerance, no further action
20818:
20819: l_return := INV_CONVERT.Within_Deviation -- INVCONV
20820: ( p_organization_id =>
20821: p_x_line_rec.ship_from_org_id
20822: , p_inventory_item_id =>
20823: p_x_line_rec.inventory_item_id

Line 20901: l_converted_qty := INV_CONVERT.INV_UM_CONVERT(p_x_line_rec.inventory_item_id -- INVCONV

20897: --start 8501046
20898: /*Bug#8947452 Modified the below condition so that the secondary
20899: quantity gets calculated for the fixed items. */
20900: If(p_x_line_rec.ordered_quantity2 is NULL OR l_item_rec.secondary_default_ind = 'F') then
20901: l_converted_qty := INV_CONVERT.INV_UM_CONVERT(p_x_line_rec.inventory_item_id -- INVCONV
20902: , NULL
20903: ,p_x_line_rec.SHIP_FROM_ORG_id -- invconv
20904: ,5 --NULL
20905: ,p_x_line_rec.ordered_quantity

Line 20939: l_return := INV_CONVERT.Within_Deviation -- INVCONV

20935: p_x_line_rec.ordered_quantity is NOT NULL THEN
20936: /* Only do tolerance check if both quantities populated */
20937:
20938: -- if change is within of tolerance, no further action
20939: l_return := INV_CONVERT.Within_Deviation -- INVCONV
20940: ( p_organization_id =>
20941: p_x_line_rec.ship_from_org_id
20942: , p_inventory_item_id =>
20943: p_x_line_rec.inventory_item_id

Line 21021: l_converted_qty := INV_CONVERT.INV_UM_CONVERT(p_x_line_rec.inventory_item_id -- INVCONV

21017: return;
21018: END IF;
21019: -- end of Bug#8433348
21020:
21021: l_converted_qty := INV_CONVERT.INV_UM_CONVERT(p_x_line_rec.inventory_item_id -- INVCONV
21022: , NULL
21023: ,p_x_line_rec.ship_from_org_id -- INVCONV
21024: ,5 --NULL
21025: ,p_x_line_rec.ordered_quantity2

Line 23289: l_converted_qty := INV_CONVERT.INV_UM_CONVERT(p_inventory_item_id -- INVCONV

23285: p_apps_to_uom => p_ordered_quantity_uom2,
23286: p_original_qty => p_ordered_quantity,
23287: p_lot_id => nvl(p_lot_id, 0) ); */-- OPM 2380194
23288:
23289: l_converted_qty := INV_CONVERT.INV_UM_CONVERT(p_inventory_item_id -- INVCONV
23290: ,p_lot_number -- INVCONV
23291: ,p_ship_from_org_id -- INVCONV
23292: ,5 --NULL
23293: ,p_ordered_quantity

Line 23312: l_return := INV_CONVERT.Within_Deviation -- INVCONV

23308: /* passed quantity is not null and secondary_default_ind in ('D','N (dualum_ind is 2 or 3) */
23309: ELSIF (l_item_rec.secondary_default_ind in ('D','N') ) tHEN -- INVCONV
23310:
23311: -- check the deviation and error out
23312: l_return := INV_CONVERT.Within_Deviation -- INVCONV
23313: ( p_organization_id =>
23314: p_ship_from_org_id
23315: , p_inventory_item_id =>
23316: p_inventory_item_id

Line 23443: l_return := INV_CONVERT.Within_Deviation -- INVCONV

23439: IF l_debug_level > 0 THEN
23440: oe_debug_pub.add('Calculate_dual_quantity - Check the deviation ');
23441: END IF;
23442:
23443: l_return := INV_CONVERT.Within_Deviation -- INVCONV
23444: ( p_organization_id =>
23445: p_ship_from_org_id
23446: , p_inventory_item_id =>
23447: p_inventory_item_id

Line 23522: p_ordered_quantity2 := INV_CONVERT.INV_UM_CONVERT(p_inventory_item_id -- INVCONV

23518: p_apps_to_uom => p_ordered_quantity_uom2,
23519: p_original_qty => p_ordered_quantity,
23520: p_lot_id => nvl(p_lot_id, 0) ); -- OPM 2380194 */
23521:
23522: p_ordered_quantity2 := INV_CONVERT.INV_UM_CONVERT(p_inventory_item_id -- INVCONV
23523: ,p_lot_number -- INVCONV
23524: ,p_ship_from_org_id -- INVCONV
23525: ,5 --NULL
23526: ,p_ordered_quantity

Line 23559: l_return := INV_CONVERT.Within_Deviation -- INVCONV

23555: p_ordered_quantity_uom <> p_ordered_quantity_uom2 AND
23556: p_ordered_quantity is NOT NULL THEN
23557:
23558: /* Only do tolerance check if both quantities populated */
23559: l_return := INV_CONVERT.Within_Deviation -- INVCONV
23560: ( p_organization_id =>
23561: p_ship_from_org_id
23562: , p_inventory_item_id =>
23563: p_inventory_item_id

Line 23636: p_ordered_quantity := INV_CONVERT.INV_UM_CONVERT(p_inventory_item_id -- INVCONV

23632: p_apps_to_uom => p_ordered_quantity_uom,
23633: p_original_qty => p_ordered_quantity2,
23634: p_lot_id => nvl(p_lot_id, 0) ); -- OPM 2380194 */
23635:
23636: p_ordered_quantity := INV_CONVERT.INV_UM_CONVERT(p_inventory_item_id -- INVCONV
23637: ,p_lot_number -- INVCONV
23638: ,p_ship_from_org_id -- INVCONV
23639: ,5 --NULL
23640: ,p_ordered_quantity2