DBA Data[Home] [Help]

APPS.BEN_EDB_BUS dependencies on PER_BUSINESS_GROUPS

Line 701: from per_business_groups a,

697: -- Declare cursor
698: --
699: cursor csr_leg_code is
700: select a.legislation_code
701: from per_business_groups a,
702: ben_elig_dsbld_prte_f b
703: where b.elig_dsbld_prte_id = p_elig_dsbld_prte_id
704: and a.business_group_id = b.business_group_id;
705: --