354: fc.minimum_accountable_unit*x_conversion_rate/p_quantity)
355: INTO
356: x_converted_amount
357: FROM
358: fnd_currencies fc
359: WHERE fc.currency_code = p_from_currency;
360:
361: IF (l_debug = 1)
362: THEN
769: , poh.segment1
770: , FND_GLOBAL.session_id
771: FROM
772: po_headers_all poh
773: , fnd_currencies fc
774: WHERE poh.currency_code = fc.currency_code
775: AND poh.po_header_id = p_header_id;
776:
777: