DBA Data[Home] [Help]

APPS.GMO_VBATCH_TASK_PVT dependencies on INV_CONVERT

Line 34: l_txn_usage := inv_convert.inv_um_convert

30: IF (l_hour_um IS NULL) THEN
31: RAISE missing_profile_option;
32: END IF;
33: IF l_hour_um <> p_trans_um THEN
34: l_txn_usage := inv_convert.inv_um_convert
35: (
36: item_id => 0
37: ,PRECISION => 5
38: ,from_quantity => p_usage

Line 107: l_txn_usage := inv_convert.inv_um_convert

103: IF (l_hour_um IS NULL) THEN
104: RAISE missing_profile_option;
105: END IF;
106: IF l_hour_um <> p_trans_um THEN
107: l_txn_usage := inv_convert.inv_um_convert
108: (
109: item_id => 0
110: ,PRECISION => 5
111: ,from_quantity => l_usage_time

Line 808: x_to_qty := inv_convert.inv_um_convert(

804: )
805: is
806: uom_conversion_err exception;
807: begin
808: x_to_qty := inv_convert.inv_um_convert(
809: p_inventory_item_id,
810: p_lot_number,
811: p_organization_id,
812: 5,

Line 877: l_is_valid := INV_CONVERT.within_deviation(

873:
874: x_return_status := FND_API.G_RET_STS_SUCCESS;
875:
876: -- Validate the quantities within deviation
877: l_is_valid := INV_CONVERT.within_deviation(
878: p_organization_id => p_organization_id
879: , p_inventory_item_id => p_inventory_item_id
880: , p_lot_number => p_lot_number
881: , p_precision => 5