DBA Data[Home] [Help]

APPS.HR_PERSON_INTERNAL dependencies on PER_QUALIFICATIONS_TL

Line 3552: delete from per_qualifications_tl qt

3548: if g_debug then
3549: hr_utility.set_location(l_proc, 230);
3550: end if;
3551: --PMFLETCH Added delete from tl table
3552: delete from per_qualifications_tl qt
3553: where qt.qualification_id in
3554: (select q.qualification_id
3555: from per_qualifications q
3556: where q.party_id = l_party_id);

Line 3601: delete from per_qualifications_tl qt

3597: if g_debug then
3598: hr_utility.set_location(l_proc, 230);
3599: end if;
3600: --PMFLETCH Added delete from tl table
3601: delete from per_qualifications_tl qt
3602: where qt.qualification_id in
3603: (select q.qualification_id
3604: from per_qualifications q
3605: where q.person_id = P_PERSON_ID);