DBA Data[Home] [Help]

APPS.BEN_LGE_BUS dependencies on PER_BUSINESS_GROUPS

Line 1196: from per_business_groups a,

1192: -- Declare cursor
1193: --
1194: cursor csr_leg_code is
1195: select a.legislation_code
1196: from per_business_groups a,
1197: ben_ler_chg_pgm_enrt_f b
1198: where b.ler_chg_pgm_enrt_id = p_ler_chg_pgm_enrt_id
1199: and a.business_group_id = b.business_group_id;
1200: --