DBA Data[Home] [Help]

APPS.PO_CREATE_ISO dependencies on PO_UOM_S

Line 487: PO_UOM_S.get_secondary_uom( l_item_id,

483: --
484: IF l_dest_secondary_quantity IS NOT NULL THEN
485:
486: -- get source secondary uom
487: PO_UOM_S.get_secondary_uom( l_item_id,
488: l_source_org_id,
489: l_source_secondary_uom,
490: l_source_secondary_unit);
491:

Line 494: PO_UOM_S.uom_convert (l_dest_secondary_quantity,

490: l_source_secondary_unit);
491:
492: IF l_source_secondary_unit IS NOT NULL THEN
493: IF l_source_secondary_unit <> l_dest_secondary_unit THEN
494: PO_UOM_S.uom_convert (l_dest_secondary_quantity,
495: l_dest_secondary_unit,
496: l_item_id,
497: l_source_secondary_unit,
498: l_source_secondary_quantity);

Line 983: IF (po_uom_sv2.convert_inv_cost(x_item_id,

979: x_cost_price := x_primary_cost;
980:
981: ELSE
982:
983: IF (po_uom_sv2.convert_inv_cost(x_item_id,
984: x_unit_of_measure,
985: x_primary_uom,
986: x_primary_cost,
987: x_cost_price) = TRUE) then