DBA Data[Home] [Help]

APPS.HRBISOFO dependencies on PER_JOB_EXTRA_INFO

Line 39: , per_job_extra_info inf

35: select job.job_id
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'