DBA Data[Home] [Help]

APPS.PER_HRTCA_MERGE dependencies on IRC_CANDIDATE_TEST

Line 1215: and irc_candidate_test.is_person_a_candidate(p_person_id) then

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

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

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