DBA Data[Home] [Help]

APPS.HRBISOFO dependencies on HR_LOOKUPS

Line 40: , hr_lookups lkp

36: from per_people_x peo
37: , per_jobs job
38: , per_assignments_x asg
39: , per_job_extra_info inf
40: , hr_lookups lkp
41: where lkp.lookup_type = 'JOB_CATEGORIES'
42: and lkp.lookup_code = inf.jei_information1
43: and inf.jei_information1 = 'RG'
44: and inf.information_type = 'Job Category'