DBA Data[Home] [Help]

APPS.BEN_PDP_BUS dependencies on PER_BUSINESS_GROUPS

Line 1826: from per_business_groups a,

1822: -- Declare cursor
1823: --
1824: cursor csr_leg_code is
1825: select a.legislation_code
1826: from per_business_groups a,
1827: ben_elig_cvrd_dpnt_f b
1828: where b.elig_cvrd_dpnt_id = p_elig_cvrd_dpnt_id
1829: and a.business_group_id = b.business_group_id;
1830: --