APPS.PAY_US_PAYROLL_UTILS dependencies on HR_LOCATION_EXTRA_INFO
Line 1022: from hr_location_extra_info hlei
1018: lv_display_ssn varchar2(100);
1019:
1020: cursor c_loc_pref(cp_location_id in number) is
1021: select lei_information1 1022: from hr_location_extra_info hlei 1023: where hlei.location_id = cp_location_id
1024: and information_type = 'US_LOC_REP_PREFERENCES';
1025:
1026: cursor c_org_pref(cp_organization_id in number