DBA Data[Home] [Help]

APPS.PER_DB_PER_SETUP dependencies on HR_LOOKUPS

Line 265: FROM hr_lookups

261: hr_utility.set_location('per_db_per_setup.insert_org_information',8);
262: if p_org_information_context = 'CLASS' then
263: SELECT lookup_code
264: INTO l_org_information1
265: FROM hr_lookups
266: WHERE lookup_type = 'ORG_CLASS'
267: AND lookup_code = p_org_information1;
268: --
269: l_org_information_type := p_org_information_context;