DBA Data[Home] [Help]

APPS.BEN_MTR_BUS dependencies on BEN_MTCHG_RT_F

Line 1197: ben_mtchg_rt_f b

1193: --
1194: cursor csr_leg_code is
1195: select a.legislation_code
1196: from per_business_groups a,
1197: ben_mtchg_rt_f b
1198: where b.mtchg_rt_id = p_mtchg_rt_id
1199: and a.business_group_id = b.business_group_id;
1200: --
1201: -- Declare local variables