DBA Data[Home] [Help]

APPS.PO_AP_LINE_LOC_REC_TYPE dependencies on PO_UOM_S

Line 115: l_uom_rate := po_uom_s.po_uom_convert(

111: IF (uom_code_ap IS NOT NULL and uom_code_po is not null and uom_code_po <> uom_code_ap)THEN
112: d_position := 30;
113:
114: -- Fetch the conversion rate
115: l_uom_rate := po_uom_s.po_uom_convert(
116: uom_code_ap, uom_code_po, l_item_id);
117: IF PO_LOG.d_stmt THEN
118: PO_LOG.stmt(d_mod,d_position,'l_uom_rate: ' || l_uom_rate);
119: END IF;