DBA Data[Home] [Help]

APPS.BEN_LBR_BUS dependencies on PER_BUSINESS_GROUPS

Line 1325: from per_business_groups a,

1321: -- Declare cursor
1322: --
1323: cursor csr_leg_code is
1324: select a.legislation_code
1325: from per_business_groups a,
1326: ben_ler_bnft_rstrn_f b
1327: where b.ler_bnft_rstrn_id = p_ler_bnft_rstrn_id
1328: and a.business_group_id = b.business_group_id;
1329: --