DBA Data[Home] [Help]

APPS.GHR_PDI_PKG dependencies on FND_USER

Line 122: ,fnd_user usr

118: ,pei.pei_information7 personnelist_flag
119: ,pei.pei_information8 approver_flag
120: ,pei.pei_information9 reviewer_flag
121: from per_people_extra_info pei
122: ,fnd_user usr
123: where usr.user_name = l_user_name
124: and pei.person_id = usr.employee_id
125: and pei.information_type = 'GHR_US_PER_WF_ROUTING_GROUPS'
126: and pei.pei_information3 = p_routing_group_id;