DBA Data[Home] [Help]

PACKAGE: APPS.IRC_CANDIDATE_TEST

Source


1 package IRC_CANDIDATE_TEST as
2 /* $Header: ircndtst.pkh 120.0 2005/07/26 15:00:05 mbocutt noship $ */
3 --
4 -- this function tests whether a person is an iRecruitment candidate
5 -- or not, returning TRUE if they are a candidate, or FALSE if they
6 -- are not
7 --
8 -- -------------------------------------------------------------------------
9 -- |------------------------< is_person_a_candidate >----------------------|
10 -- -------------------------------------------------------------------------
11 --
12 function is_person_a_candidate
13 (p_person_id in number)
14 return boolean;
15 --
16 end irc_candidate_test;