DBA Data[Home] [Help]

APPS.PAY_PAYHKMPF_XMLP_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 105: from hr_organization_information hoi

101: into cp_scheme_name,
102: cp_scheme_reg_number,
103: cp_contact,
104: cp_participation_no
105: from hr_organization_information hoi
106: where hoi.org_information20 = p_scheme_id
107: and hoi.org_information_context = 'HK_MPF_SCHEMES';
108:
109: EXCEPTION