DBA Data[Home] [Help]

APPS.PER_JOB_BUS dependencies on PER_BUSINESS_GROUPS

Line 701: from per_business_groups pbg

697: -- Declare cursor
698: --
699: cursor csr_leg_code is
700: select pbg.legislation_code
701: from per_business_groups pbg
702: , per_jobs job
703: where job.job_id = p_job_id
704: and pbg.business_group_id = job.business_group_id;
705: --