DBA Data[Home] [Help]

APPS.BEN_REG_BUS dependencies on PER_BUSINESS_GROUPS

Line 497: from per_business_groups a,

493: -- Declare cursor
494: --
495: cursor csr_leg_code is
496: select a.legislation_code
497: from per_business_groups a,
498: ben_regn_f b
499: where b.regn_id = p_regn_id
500: and a.business_group_id = b.business_group_id;
501: --