DBA Data[Home] [Help]

APPS.BEN_EGD_BUS dependencies on PER_BUSINESS_GROUPS

Line 770: from per_business_groups a,

766: -- Declare cursor
767: --
768: cursor csr_leg_code is
769: select a.legislation_code
770: from per_business_groups a,
771: ben_elig_dpnt b
772: where b.elig_dpnt_id = p_elig_dpnt_id
773: and a.business_group_id = b.business_group_id;
774: --