DBA Data[Home] [Help]

APPS.PAY_US_INS_ORG_INFO_PKG dependencies on HR_LOOKUPS

Line 61: FROM hr_lookups

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;