DBA Data[Home] [Help]

APPS.BEN_PPL_BUS dependencies on PER_BUSINESS_GROUPS

Line 1117: from per_business_groups a,

1113: -- Declare cursor
1114: --
1115: cursor csr_leg_code is
1116: select a.legislation_code
1117: from per_business_groups a,
1118: ben_ptnl_ler_for_per b
1119: where b.ptnl_ler_for_per_id = p_ptnl_ler_for_per_id
1120: and a.business_group_id = b.business_group_id;
1121: --