DBA Data[Home] [Help]

APPS.PAY_HK_PAYSLIP_ARCHIVE dependencies on HR_ORGANIZATION_INFORMATION

Line 163: hr_organization_information hoi

159: IS
160: SELECT fnd_number.canonical_to_number(hoi.org_information20) scheme_id,
161: hoi.org_information2 scheme_name
162: from hr_organization_units hou,
163: hr_organization_information hoi
164: where hoi.org_information_context = 'HK_MPF_SCHEMES'
165: and hou.business_group_id = c_business_group_id
166: and hou.organization_id = hoi.organization_id;
167: