DBA Data[Home] [Help]

APPS.PER_HRTCA_MERGE dependencies on IRC_CANDIDATE_TEST

Line 1212: and irc_candidate_test.is_person_a_candidate(p_person_id) then

1208: end if;
1209: --
1210: -- Start of fix for IRC Bug 3202002
1211: if l_return_value <> 'CREATE PARTY'
1212: and irc_candidate_test.is_person_a_candidate(p_person_id) then
1213: l_return_value := 'CREATE PARTY';
1214: end if;
1215: --
1216: -- End of fix for IRC Bug 3202002

Line 2084: NOT irc_candidate_test.is_person_a_candidate(t_person_id(i)) THEN

2080: -- bug fix 4075396
2081: -- Condition added to check whether the person is an irec candidate.
2082:
2083: if l_return_value = 'PARTY INVALID' and
2084: NOT irc_candidate_test.is_person_a_candidate(t_person_id(i)) THEN
2085: /*
2086: ** The party is eligible for purging so add
2087: ** to the cache set of parties to be purged.
2088: */