DBA Data[Home] [Help]

APPS.BEN_PBR_BUS dependencies on PER_BUSINESS_GROUPS

Line 723: from per_business_groups a,

719: -- Declare cursor
720: --
721: cursor csr_leg_code is
722: select a.legislation_code
723: from per_business_groups a,
724: ben_py_bss_rt_f b
725: where b.py_bss_rt_id = p_py_bss_rt_id
726: and a.business_group_id = b.business_group_id;
727: --