DBA Data[Home] [Help]

APPS.IBU_CACHE dependencies on IBU_CACHE

Line 1: package body IBU_CACHE as

1: package body IBU_CACHE as
2: /* $Header: ibuxpkgb.pls 115.10 2004/03/29 22:14:47 lahuang ship $ */
3:
4: /* ------------------------------------------------------------------------- */
5: procedure timeout_entries(errbuf out NOCOPY varchar2,

Line 42: execution_file_name => 'IBU_CACHE.TIMEOUT_ENTRIES',

38: application => 'IBU',
39: short_name => 'IBU_TEXT_CACHE_CLEANUP_EXEC',
40: description => 'Timeout cache entries for IBU',
41: execution_method => 'PL/SQL Stored Procedure',
42: execution_file_name => 'IBU_CACHE.TIMEOUT_ENTRIES',
43: subroutine_name => null,
44: icon_name => null,
45: language_code => 'US');
46: msg := msg ||'Executable IBU_TEXT_CACHE_CLEANUP_EXEC successfully created.';

Line 146: end IBU_CACHE;

142:
143: end uninstall_timeout_job;
144:
145:
146: end IBU_CACHE;