DBA Data[Home] [Help]

APPS.BEN_GOS_BUS dependencies on PER_BUSINESS_GROUPS

Line 326: from per_business_groups a,

322: -- Declare cursor
323: --
324: cursor csr_leg_code is
325: select a.legislation_code
326: from per_business_groups a,
327: ben_gd_or_svc_typ b
328: where b.gd_or_svc_typ_id = p_gd_or_svc_typ_id
329: and a.business_group_id = b.business_group_id;
330: --