DBA Data[Home] [Help]

APPS.BEN_LMM_BUS dependencies on PER_BUSINESS_GROUPS

Line 727: from per_business_groups a,

723: -- Declare cursor
724: --
725: cursor csr_leg_code is
726: select a.legislation_code
727: from per_business_groups a,
728: ben_lbr_mmbr_rt_f b
729: where b.lbr_mmbr_rt_id = p_lbr_mmbr_rt_id
730: and a.business_group_id = b.business_group_id;
731: --