DBA Data[Home] [Help]

PACKAGE: APPS.IRC_ISC_UPDATE

Source


1 PACKAGE irc_isc_update AS
2 /* $Header: iriscupg.pkh 120.0 2005/07/26 15:11 mbocutt noship $ */
3 
4 -- ----------------------------------------------------------------------------
5 -- |------------------------< update_keywords >------------------------|
6 -- ----------------------------------------------------------------------------
7 --
8 --
9 -- Description : This package clears invalid keywords entenred in Work
10 --               Preferences from irc_search_criteria table
11 --
12 --
13 procedure update_keywords(
14    p_process_ctrl   IN            varchar2,
15    p_start_pkid     IN            number,
16    p_end_pkid       IN            number,
17    p_rows_processed    OUT nocopy number);
18 --
19 end irc_isc_update;