Calll to a Procedure via Decode function
nirSep 12 2011 — edited Sep 12 2011Hi,
I just want to know whether it is possible to call to precudure like below,
select inv.invoice_id, decode('AS_AP_INV_APPROVESTATUS(inv.invoice_id)','N',+
decode(AMOUNT_PAID,null,'Enterd',0,'Entered')) stat
from apps.AP_INVOICES_ALL inv
This returns only (null) value.
Is any syntax error or is there any other way to invoke this?
Thank you,