DBA Data[Home] [Help]

APPS.BEN_PGR_BUS dependencies on PER_BUSINESS_GROUPS

Line 646: from per_business_groups a,

642: -- Declare cursor
643: --
644: cursor csr_leg_code is
645: select a.legislation_code
646: from per_business_groups a,
647: ben_ppl_grp_rt_f b
648: where b.ppl_grp_rt_id = p_ppl_grp_rt_id
649: and a.business_group_id = b.business_group_id;
650: --