DBA Data[Home] [Help]

APPS.HR_CONTACT_RELATIONSHIPS dependencies on HR_GENERAL

Line 768: and papf.effective_end_date = hr_general.end_of_time;*/

764: from per_all_people_f papf, per_person_types ppt
765: where papf.person_id = p_person_id
766: and papf.person_type_id = ppt.person_type_id
767: and ppt.system_person_type = 'OTHER'
768: and papf.effective_end_date = hr_general.end_of_time;*/
769: --
770: --Bug 3179566 Start here
771: --Description : Modified the cursor to include all the varriants of the
772: -- system person types 'EMP', 'APL','CWK'.

Line 784: AND ptu.effective_end_Date = hr_general.end_of_time;

780: or ppt.system_person_type like '%APL%'
781: or ppt.system_person_type like '%CWK%')
782: AND ppt.person_type_Id = ptu.person_type_id
783: AND ptu.person_id = p_person_id
784: AND ptu.effective_end_Date = hr_general.end_of_time;
785:
786: --
787: --Bug 3179566 End Here
788: --