DBA Data[Home] [Help]

APPS.BEN_RVC_BUS dependencies on PER_BUSINESS_GROUPS

Line 310: from per_business_groups a,

306: -- Declare cursor
307: --
308: cursor csr_leg_code is
309: select a.legislation_code
310: from per_business_groups a,
311: ben_prtt_rt_val_ctfn_prvdd b
312: where b.prtt_rt_val_ctfn_prvdd_id = p_prtt_rt_val_ctfn_prvdd_id
313: and a.business_group_id = b.business_group_id;
314: --