DBA Data[Home] [Help]

APPS.BEN_LCT_BUS dependencies on PER_BUSINESS_GROUPS

Line 1150: from per_business_groups a,

1146: -- Declare cursor
1147: --
1148: cursor csr_leg_code is
1149: select a.legislation_code
1150: from per_business_groups a,
1151: ben_ler_chg_ptip_enrt_f b
1152: where b.ler_chg_ptip_enrt_id = p_ler_chg_ptip_enrt_id
1153: and a.business_group_id = b.business_group_id;
1154: --