DBA Data[Home] [Help]

APPS.BEN_CMR_BUS dependencies on PER_BUSINESS_GROUPS

Line 718: from per_business_groups a,

714: -- Declare cursor
715: --
716: cursor csr_leg_code is
717: select a.legislation_code
718: from per_business_groups a,
719: ben_cmbn_age_los_rt_f b
720: where b.cmbn_age_los_rt_id = p_cmbn_age_los_rt_id
721: and a.business_group_id = b.business_group_id;
722: --