DBA Data[Home] [Help]

APPS.BEN_CTY_BUS dependencies on PER_BUSINESS_GROUPS

Line 481: from per_business_groups pbg

477: -- Declare cursor
478: --
479: cursor csr_sec_grp is
480: select pbg.security_group_id
481: from per_business_groups pbg
482: , ben_comptncy_rt_f cty
483: where cty.comptncy_rt_id = p_comptncy_rt_id
484: and pbg.business_group_id = cty.business_group_id;
485: --

Line 545: from per_business_groups pbg

541: -- Declare cursor
542: --
543: cursor csr_leg_code is
544: select pbg.legislation_code
545: from per_business_groups pbg
546: , ben_comptncy_rt_f cty
547: where cty.comptncy_rt_id = p_comptncy_rt_id
548: and pbg.business_group_id = cty.business_group_id;
549: --