DBA Data[Home] [Help]

APPS.PO_LINES_SV3 dependencies on INV_CONVERT

Line 583: IF ( INV_CONVERT.within_deviation(

579:
580: IF X_secondary_quantity IS NOT NULL
581: and X_secondary_unit_of_measure = X_secondary_unit_of_measure_s THEN
582:
583: IF ( INV_CONVERT.within_deviation(
584: p_organization_id => X_ship_org_id ,
585: p_inventory_item_id => x_item_id,
586: p_lot_number => null ,
587: p_precision => 5 ,

Line 600: X_secondary_quantity_shipment := INV_CONVERT.inv_um_convert(

596: END IF;
597: END IF;
598:
599: IF X_secondary_quantity_shipment IS NULL THEN -- derive secondary quantity
600: X_secondary_quantity_shipment := INV_CONVERT.inv_um_convert(
601: item_id => x_item_id ,
602: precision => 5,
603: from_quantity => x_quantity,
604: from_name => X_Unit_Meas_Lookup_Code ,