DBA Data[Home] [Help]

APPS.BEN_RRB_BUS dependencies on PER_BUSINESS_GROUPS

Line 578: from per_business_groups a,

574: -- Declare cursor
575: --
576: cursor csr_leg_code is
577: select a.legislation_code
578: from per_business_groups a,
579: ben_regn_for_regy_body_f b
580: where b.regn_for_regy_body_id = p_regn_for_regy_body_id
581: and a.business_group_id = b.business_group_id;
582: --