DBA Data[Home] [Help]

APPS.IBU_CACHE dependencies on CS_KB_CACHE

Line 12: delete from CS_KB_CACHE where timestamp is not null and

8: as
9: cutofftime date;
10: begin
11: cutofftime := sysdate - timeout/1440;
12: delete from CS_KB_CACHE where timestamp is not null and
13: timestamp < cutofftime;
14: errcode := 0;
15: exception
16: when others then