DBA Data[Home] [Help]

APPS.BEN_CEP_BUS dependencies on PER_BUSINESS_GROUPS

Line 800: from per_business_groups a,

796: -- Declare cursor
797: --
798: cursor csr_leg_code is
799: select a.legislation_code
800: from per_business_groups a,
801: ben_prtn_elig_prfl_f b
802: where b.prtn_elig_prfl_id = p_prtn_elig_prfl_id
803: and a.business_group_id = b.business_group_id;
804: --