DBA Data[Home] [Help]

APPS.BEN_EPO_BUS dependencies on BEN_ELIG_PER_OPT_F

Line 1862: ben_elig_per_opt_f b

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: --
1866: -- Declare local variables