DBA Data[Home] [Help]

APPS.BEN_PEP_BUS dependencies on PER_BUSINESS_GROUPS

Line 21: from per_business_groups a,

17: --Declare cursor
18: --
19: cursor csr_leg_code is
20: select a.legislation_code
21: from per_business_groups a,
22: ben_elig_per_f b
23: where b.elig_per_id = p_elig_per_id
24: and a.business_group_id = b.business_group_id;
25: --