DBA Data[Home] [Help]

APPS.HR_PERSON_API dependencies on PER_HRTCA_MERGE

Line 2259: per_hrtca_merge.purge_person (p_person_id => p_person_id,p_party_id => l_party_id);

2255: if I.RELEASE_NAME not in ('11.5.1', '11.5.2','11.5.3','11.5.4','11.5.5') then
2256: begin
2257: -- for bug 7369431
2258: if l_party_id is not null and nvl(l_system_person_type,'OTHER') not in('OTHER') THEN
2259: per_hrtca_merge.purge_person (p_person_id => p_person_id,p_party_id => l_party_id);
2260: end if;
2261: --
2262: exception
2263: when others then