DBA Data[Home] [Help]

APPS.PAY_PAYHKMPF_XMLP_PKG dependencies on HR_ORGANIZATION_UNITS

Line 128: from hr_organization_units hou,

124: substr(hl.telephone_number_1, 1, 32) telephone_number
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: