DBA Data[Home] [Help]

APPS.BEN_BNR_BUS dependencies on PER_BUSINESS_GROUPS

Line 808: from per_business_groups a,

804: -- Declare cursor
805: --
806: cursor csr_leg_code is
807: select a.legislation_code
808: from per_business_groups a,
809: ben_rptg_grp b
810: where b.rptg_grp_id = p_rptg_grp_id
811: and a.business_group_id = b.business_group_id;
812: --