Hi,
I am currently trying to multiply out two numbers but i am getting some error. There is probably a simple solution to this but my head isn't working properly at all today i'm afraid. I would really appreciate someones help.
select poll.quantity_received *to_char(nvl(poh.rate,1)
* pol.unit_price,
'999,999,990.99') Difference
from apps.po_line_locations_all poll
,apps.po_lines_all pol
,apps.po_headers_all poh
thanks a million,
Kindest regards,
Lasd
I am currently trying to multiply out two numbers but i am getting some error. There is probably a simple solution to this but my head isn't working properly at all today i'm afraid. I would really appreciate someones help.
select poll.quantity_received *to_char(nvl(poh.rate,1)
* pol.unit_price,
'999,999,990.99') Difference
from apps.po_line_locations_all poll
,apps.po_lines_all pol
,apps.po_headers_all poh
thanks a million,
Kindest regards,
Lasd