DBA Data[Home] [Help]

APPS.BEN_PTP_BUS dependencies on PER_BUSINESS_GROUPS

Line 1355: from per_business_groups a,

1351: -- Declare cursor
1352: --
1353: cursor csr_leg_code is
1354: select a.legislation_code
1355: from per_business_groups a,
1356: ben_pl_typ_f b
1357: where b.pl_typ_id = p_pl_typ_id
1358: and a.business_group_id = b.business_group_id;
1359: --