DBA Data[Home] [Help]

APPS.BEN_PPR_BUS dependencies on PER_BUSINESS_GROUPS

Line 1143: from per_business_groups a,

1139: -- Declare cursor
1140: --
1141: cursor csr_leg_code is
1142: select a.legislation_code
1143: from per_business_groups a,
1144: ben_prmry_care_prvdr_f b
1145: where b.prmry_care_prvdr_id = p_prmry_care_prvdr_id
1146: and a.business_group_id = b.business_group_id;
1147: --