DBA Data[Home] [Help]

APPS.PO_CREATE_ISO dependencies on PO_UOM_S

Line 566: PO_UOM_S.get_secondary_uom( l_item_id,

562: --
563: IF l_dest_secondary_quantity IS NOT NULL THEN
564:
565: -- get source secondary uom
566: PO_UOM_S.get_secondary_uom( l_item_id,
567: l_source_org_id,
568: l_source_secondary_uom,
569: l_source_secondary_unit);
570:

Line 573: PO_UOM_S.uom_convert (l_dest_secondary_quantity,

569: l_source_secondary_unit);
570:
571: IF l_source_secondary_unit IS NOT NULL THEN
572: IF l_source_secondary_unit <> l_dest_secondary_unit THEN
573: PO_UOM_S.uom_convert (l_dest_secondary_quantity,
574: l_dest_secondary_unit,
575: l_item_id,
576: l_source_secondary_unit,
577: l_source_secondary_quantity);

Line 1136: IF (po_uom_sv2.convert_inv_cost(x_item_id,

1132: x_cost_price := x_primary_cost;
1133:
1134: ELSE
1135:
1136: IF (po_uom_sv2.convert_inv_cost(x_item_id,
1137: x_unit_of_measure,
1138: x_primary_uom,
1139: x_primary_cost,
1140: x_cost_price) = TRUE) then