DBA Data[Home] [Help]

APPS.HR_PERSON_API dependencies on PER_HRTCA_MERGE

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

1922: if I.RELEASE_NAME not in ('11.5.1', '11.5.2','11.5.3','11.5.4','11.5.5') then
1923: begin
1924: -- for bug 7369431
1925: if l_party_id is not null and nvl(l_system_person_type,'OTHER') not in('OTHER') THEN
1926: per_hrtca_merge.purge_person (p_person_id => p_person_id,p_party_id => l_party_id);
1927: end if;
1928: --
1929: exception
1930: when others then