DBA Data[Home] [Help]

APPS.BEN_JRT_BUS dependencies on PER_BUSINESS_GROUPS

Line 282: from per_business_groups pbg

278: -- Declare cursor
279: --
280: cursor csr_sec_grp is
281: select pbg.security_group_id
282: from per_business_groups pbg
283: , ben_job_rt_f jrt
284: where jrt.job_rt_id = p_job_rt_id
285: and pbg.business_group_id = jrt.business_group_id;
286: --

Line 346: from per_business_groups pbg

342: -- Declare cursor
343: --
344: cursor csr_leg_code is
345: select pbg.legislation_code
346: from per_business_groups pbg
347: , ben_job_rt_f jrt
348: where jrt.job_rt_id = p_job_rt_id
349: and pbg.business_group_id = jrt.business_group_id;
350: --