DBA Data[Home] [Help]

APPS.BEN_DBR_BUS dependencies on PER_BUSINESS_GROUPS

Line 660: from per_business_groups a,

656: -- Declare cursor
657: --
658: cursor csr_leg_code is
659: select a.legislation_code
660: from per_business_groups a,
661: ben_dsbld_rt_f b
662: where b.dsbld_rt_id = p_dsbld_rt_id
663: and a.business_group_id = b.business_group_id;
664: --