DBA Data[Home] [Help]

APPS.BEN_TTP_BUS dependencies on PER_BUSINESS_GROUPS

Line 1295: from per_business_groups a,

1291: -- Declare cursor
1292: --
1293: cursor csr_leg_code is
1294: select a.legislation_code
1295: from per_business_groups a,
1296: ben_ttl_prtt_rt_f b
1297: where b.ttl_prtt_rt_id = p_ttl_prtt_rt_id
1298: and a.business_group_id = b.business_group_id;
1299: --