DBA Data[Home] [Help]

APPS.BEN_PRM_BUS dependencies on PER_BUSINESS_GROUPS

Line 801: from per_business_groups a,

797: -- Declare cursor
798: --
799: cursor csr_leg_code is
800: select a.legislation_code
801: from per_business_groups a,
802: ben_prtt_prem_by_mo_f b
803: where b.prtt_prem_by_mo_id = p_prtt_prem_by_mo_id
804: and a.business_group_id = b.business_group_id;
805: --