DBA Data[Home] [Help]

APPS.BEN_GNR_BUS dependencies on PER_BUSINESS_GROUPS

Line 661: from per_business_groups a,

657: -- Declare cursor
658: --
659: cursor csr_leg_code is
660: select a.legislation_code
661: from per_business_groups a,
662: ben_gndr_rt_f b
663: where b.gndr_rt_id = p_gndr_rt_id
664: and a.business_group_id = b.business_group_id;
665: --