DBA Data[Home] [Help]

APPS.PAY_PAYHKMPF_XMLP_PKG dependencies on HR_LOCATIONS

Line 129: hr_locations hl

125: into cp_employer_name,
126: cp_address,
127: cp_telephone_no
128: from hr_organization_units hou,
129: hr_locations hl
130: where hou.organization_id = p_legal_employer_id
131: and hou.location_id = hl.location_id;
132:
133: cp_address := substr(cp_address, 1, 70);