DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on INV_CONVERT

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

15108:
15109: ----
15110: IF nvl(l_order_quantity_uom,l_rsv_tbl(I).reservation_uom_code)
15111: <> l_rsv_tbl(I).reservation_uom_code THEN
15112: l_converted_qty := INV_CONVERT.INV_UM_CONVERT(l_inventory_item_id -- INVCONV
15113: ,5 --NULL
15114: ,l_rsv_tbl(I).reservation_quantity
15115: ,l_rsv_tbl(I).reservation_uom_code
15116: ,l_order_quantity_uom

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

15229: l_rsv_rec := l_rsv_tbl(I);
15230: ---- Start 2346233
15231: IF nvl(l_order_quantity_uom,l_rsv_rec.reservation_uom_code)
15232: <> l_rsv_rec.reservation_uom_code THEN
15233: l_converted_qty := INV_CONVERT.INV_UM_CONVERT(l_inventory_item_id -- INVCONV
15234: ,5 --NULL
15235: ,l_rsv_rec.reservation_quantity
15236: ,l_rsv_rec.reservation_uom_code
15237: ,l_order_quantity_uom

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

18980: ,l_item_rec.opm_item_um2
18981: ,0); */
18982: -- if change is within of tolerance, no further action
18983:
18984: l_return := INV_CONVERT.Within_Deviation -- INVCONV
18985: ( p_organization_id =>
18986: p_x_line_rec.ship_from_org_id
18987: , p_inventory_item_id =>
18988: p_x_line_rec.inventory_item_id

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

19060: p_apps_to_uom => p_x_line_rec.ordered_quantity_uom2,
19061: p_original_qty => p_x_line_rec.ordered_quantity); */
19062:
19063:
19064: l_converted_qty := INV_CONVERT.INV_UM_CONVERT(p_x_line_rec.inventory_item_id -- INVCONV
19065: , NULL
19066: ,p_x_line_rec.SHIP_FROM_ORG_id -- invconv
19067: ,5 --NULL
19068: ,p_x_line_rec.ordered_quantity

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

19098: p_x_line_rec.ordered_quantity is NOT NULL THEN
19099: /* Only do tolerance check if both quantities populated */
19100:
19101: -- if change is within of tolerance, no further action
19102: l_return := INV_CONVERT.Within_Deviation -- INVCONV
19103: ( p_organization_id =>
19104: p_x_line_rec.ship_from_org_id
19105: , p_inventory_item_id =>
19106: p_x_line_rec.inventory_item_id

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

19166: p_apps_from_uom => p_x_line_rec.ordered_quantity_uom2,
19167: p_apps_to_uom => p_x_line_rec.order_quantity_uom ,
19168: p_original_qty => p_x_line_rec.ordered_quantity2); */
19169:
19170: l_converted_qty := INV_CONVERT.INV_UM_CONVERT(p_x_line_rec.inventory_item_id -- INVCONV
19171: , NULL
19172: ,p_x_line_rec.ship_from_org_id -- INVCONV
19173: ,5 --NULL
19174: ,p_x_line_rec.ordered_quantity2

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

21401: p_apps_to_uom => p_ordered_quantity_uom2,
21402: p_original_qty => p_ordered_quantity,
21403: p_lot_id => nvl(p_lot_id, 0) ); */-- OPM 2380194
21404:
21405: l_converted_qty := INV_CONVERT.INV_UM_CONVERT(p_inventory_item_id -- INVCONV
21406: ,p_lot_number -- INVCONV
21407: ,p_ship_from_org_id -- INVCONV
21408: ,5 --NULL
21409: ,p_ordered_quantity

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

21424: /* passed quantity is not null and secondary_default_ind in ('D','N (dualum_ind is 2 or 3) */
21425: ELSIF (l_item_rec.secondary_default_ind in ('D','N') ) tHEN -- INVCONV
21426:
21427: -- check the deviation and error out
21428: l_return := INV_CONVERT.Within_Deviation -- INVCONV
21429: ( p_organization_id =>
21430: p_ship_from_org_id
21431: , p_inventory_item_id =>
21432: p_inventory_item_id

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

21555: IF l_debug_level > 0 THEN
21556: oe_debug_pub.add('Calculate_dual_quantity - Check the deviation ');
21557: END IF;
21558:
21559: l_return := INV_CONVERT.Within_Deviation -- INVCONV
21560: ( p_organization_id =>
21561: p_ship_from_org_id
21562: , p_inventory_item_id =>
21563: p_inventory_item_id

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

21634: p_apps_to_uom => p_ordered_quantity_uom2,
21635: p_original_qty => p_ordered_quantity,
21636: p_lot_id => nvl(p_lot_id, 0) ); -- OPM 2380194 */
21637:
21638: p_ordered_quantity2 := INV_CONVERT.INV_UM_CONVERT(p_inventory_item_id -- INVCONV
21639: ,p_lot_number -- INVCONV
21640: ,p_ship_from_org_id -- INVCONV
21641: ,5 --NULL
21642: ,p_ordered_quantity

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

21671: p_ordered_quantity_uom <> p_ordered_quantity_uom2 AND
21672: p_ordered_quantity is NOT NULL THEN
21673:
21674: /* Only do tolerance check if both quantities populated */
21675: l_return := INV_CONVERT.Within_Deviation -- INVCONV
21676: ( p_organization_id =>
21677: p_ship_from_org_id
21678: , p_inventory_item_id =>
21679: p_inventory_item_id

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

21748: p_apps_to_uom => p_ordered_quantity_uom,
21749: p_original_qty => p_ordered_quantity2,
21750: p_lot_id => nvl(p_lot_id, 0) ); -- OPM 2380194 */
21751:
21752: p_ordered_quantity := INV_CONVERT.INV_UM_CONVERT(p_inventory_item_id -- INVCONV
21753: ,p_lot_number -- INVCONV
21754: ,p_ship_from_org_id -- INVCONV
21755: ,5 --NULL
21756: ,p_ordered_quantity2