DBA Data[Home] [Help]

APPS.IRC_ISC_BUS dependencies on IRC_QUERY_PARSER_PKG

Line 2367: -- procedure irc_query_parser_pkg.isInvalidKeyword()

2363: ) or (NOT l_api_updating)) then
2364: hr_utility.set_location(l_proc,40);
2365: --
2366: -- Check the validity of the keywords by using the
2367: -- procedure irc_query_parser_pkg.isInvalidKeyword()
2368: --
2369: l_ret := irc_query_parser_pkg.isInvalidKeyword (input_text => p_keywords);
2370: if l_ret then
2371: hr_utility.set_location(l_proc,45);

Line 2369: l_ret := irc_query_parser_pkg.isInvalidKeyword (input_text => p_keywords);

2365: --
2366: -- Check the validity of the keywords by using the
2367: -- procedure irc_query_parser_pkg.isInvalidKeyword()
2368: --
2369: l_ret := irc_query_parser_pkg.isInvalidKeyword (input_text => p_keywords);
2370: if l_ret then
2371: hr_utility.set_location(l_proc,45);
2372: fnd_message.set_name('PER','IRC_INVALID_KEYWORDS');
2373: fnd_message.raise_error;