DBA Data[Home] [Help]

APPS.BEN_CCT_BUS dependencies on PER_BUSINESS_GROUPS

Line 1331: from per_business_groups a,

1327: -- Declare cursor
1328: --
1329: cursor csr_leg_code is
1330: select a.legislation_code
1331: from per_business_groups a,
1332: ben_cm_typ_f b
1333: where b.cm_typ_id = p_cm_typ_id
1334: and a.business_group_id = b.business_group_id;
1335: --