DBA Data[Home] [Help]

APPS.HR_CONTACT_RELATIONSHIPS dependencies on HR_GENERAL

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

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

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

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