DBA Data[Home] [Help]

APPS.BEN_PYR_BUS dependencies on PER_BUSINESS_GROUPS

Line 759: from per_business_groups a,

755: -- Declare cursor
756: --
757: cursor csr_leg_code is
758: select a.legislation_code
759: from per_business_groups a,
760: ben_pyrl_rt_f b
761: where b.pyrl_rt_id = p_pyrl_rt_id
762: and a.business_group_id = b.business_group_id;
763: --