DBA Data[Home] [Help]

APPS.BEN_PRV_BUS dependencies on PER_BUSINESS_GROUPS

Line 1828: from per_business_groups a,

1824: -- Declare cursor
1825: --
1826: cursor csr_leg_code is
1827: select a.legislation_code
1828: from per_business_groups a,
1829: ben_prtt_rt_val b
1830: where b.prtt_rt_val_id = p_prtt_rt_val_id
1831: and a.business_group_id = b.business_group_id;
1832: --