Hi again guys/
This function works fine in Oracle :
pk_teds.sp_transamount(dt.teds_id, dt.trans_id, dt.TYPE) tamount
When I try to call it in expression editor I get the above error :
PK_TEDS.SP_TRANSAMOUNT ( [TEDS_ID], [TRANS_ID], [TYPE] )
And yes, the function is in the package
Thanks, Andrew