DBA Data[Home] [Help]

APPS.BEN_PRT_BUS dependencies on PER_BUSINESS_GROUPS

Line 1001: from per_business_groups a,

997: -- Declare cursor
998: --
999: cursor csr_leg_code is
1000: select a.legislation_code
1001: from per_business_groups a,
1002: ben_poe_rt_f b
1003: where b.poe_rt_id = p_poe_rt_id
1004: and a.business_group_id = b.business_group_id;
1005: --