DBA Data[Home] [Help]

APPS.BEN_EPO_BUS dependencies on PER_BUSINESS_GROUPS

Line 1861: from per_business_groups a,

1857: -- Declare cursor
1858: --
1859: cursor csr_leg_code is
1860: select a.legislation_code
1861: from per_business_groups a,
1862: ben_elig_per_opt_f b
1863: where b.elig_per_opt_id = p_elig_per_opt_id
1864: and a.business_group_id = b.business_group_id;
1865: --