DBA Data[Home] [Help]

APPS.HR_PERSON_INTERNAL dependencies on PER_QUALIFICATIONS_TL

Line 3605: delete from per_qualifications_tl qt

3601: if g_debug then
3602: hr_utility.set_location(l_proc, 230);
3603: end if;
3604: --PMFLETCH Added delete from tl table
3605: delete from per_qualifications_tl qt
3606: where qt.qualification_id in
3607: (select q.qualification_id
3608: from per_qualifications q
3609: where q.party_id = l_party_id);

Line 3654: delete from per_qualifications_tl qt

3650: if g_debug then
3651: hr_utility.set_location(l_proc, 230);
3652: end if;
3653: --PMFLETCH Added delete from tl table
3654: delete from per_qualifications_tl qt
3655: where qt.qualification_id in
3656: (select q.qualification_id
3657: from per_qualifications q
3658: where q.person_id = P_PERSON_ID);