DBA Data[Home] [Help]

APPS.BEN_TCV_BUS dependencies on PER_BUSINESS_GROUPS

Line 1293: from per_business_groups a,

1289: -- Declare cursor
1290: --
1291: cursor csr_leg_code is
1292: select a.legislation_code
1293: from per_business_groups a,
1294: ben_ttl_cvg_vol_rt_f b
1295: where b.ttl_cvg_vol_rt_id = p_ttl_cvg_vol_rt_id
1296: and a.business_group_id = b.business_group_id;
1297: --