252: l_uom_different boolean := FALSE; -- bug 3335027
253: l_update_exp_date boolean := FALSE; -- bug 3335027
254: l_conv_price number;
255: l_conv_rate number;
256: l_precision FND_CURRENCIES.precision%type;
257: l_header_processable_flag varchar2(1);
258: l_price_break_ct number;
259: l_current_line_price_limit number;
260:
646: END IF;
647:
648: select fnd.precision
649: into l_precision
650: from fnd_currencies fnd,
651: po_headers poh
652: where poh.currency_code = fnd.currency_code
653: and poh.po_header_id = x_current_po_header_id;
654: