DBA Data[Home] [Help]

APPS.BEN_GRR_BUS dependencies on PER_BUSINESS_GROUPS

Line 722: from per_business_groups a,

718: -- Declare cursor
719: --
720: cursor csr_leg_code is
721: select a.legislation_code
722: from per_business_groups a,
723: ben_grade_rt_f b
724: where b.grade_rt_id = p_grade_rt_id
725: and a.business_group_id = b.business_group_id;
726: --