DBA Data[Home] [Help]

APPS.BEN_EGN_BUS dependencies on PER_BUSINESS_GROUPS

Line 704: from per_business_groups a,

700: -- Declare cursor
701: --
702: cursor csr_leg_code is
703: select a.legislation_code
704: from per_business_groups a,
705: ben_ELIG_GNDR_PRTE_f b
706: where b.ELIG_GNDR_PRTE_id = p_ELIG_GNDR_PRTE_id
707: and a.business_group_id = b.business_group_id;
708: --