DBA Data[Home] [Help]

APPS.BEN_OMR_BUS dependencies on PER_BUSINESS_GROUPS

Line 551: from per_business_groups a,

547: -- Declare cursor
548: --
549: cursor csr_leg_code is
550: select a.legislation_code
551: from per_business_groups a,
552: ben_OPTD_MDCR_RT_f b
553: where b.optd_mdcr_rt_id = p_optd_mdcr_rt_id
554: and a.business_group_id = b.business_group_id;
555: --