DBA Data[Home] [Help]

APPS.PAY_US_EMPLOYEE_PAYSLIP_WEB dependencies on PER_PEOPLE_EXTRA_INFO

Line 1257: from per_people_extra_info

1253: RETURN varchar2 IS
1254:
1255: CURSOR get_person_eit (l_person_id Number) IS
1256: select pei_information2, pei_information3
1257: from per_people_extra_info
1258: where information_type = 'HR_SELF_SERVICE_PER_PREFERENCE'
1259: and person_id = l_person_id
1260: and pei_information1 = upper(p_doc_type);
1261: