57: hr_utility.set_location('pay_us_ins_org_info_pkg.insert_org_information',8);
58: if p_org_information_context = 'CLASS' then
59: SELECT lookup_code
60: INTO l_org_information1
61: FROM hr_lookups
62: WHERE lookup_type = 'ORG_CLASS'
63: AND lookup_code = p_org_information1;
64: --
65: l_org_information_type := p_org_information_context;