1: function days_since_posted(foo in date) return integer 2: is 3: begin 4: return round(sysdate - foo); 5: end;