oracle8.1.6
select sysdate from dual
select next_day(sysdate,'Monday') from dual
select add_months(sysdate,1) from dual
begin
press.archive(item_id => :id, archive_date => :archive_date);
end;
begin
press.make_permanent(item_id => :id);
end;
begin
press.del(item_id => :id);
end;