DBA Data[Home] [Help]

APPS.BEN_EAT_BUS dependencies on PER_BUSINESS_GROUPS

Line 469: from per_business_groups a,

465: -- Declare cursor
466: --
467: cursor csr_leg_code is
468: select a.legislation_code
469: from per_business_groups a,
470: ben_actn_typ b
471: where b.actn_typ_id = p_actn_typ_id
472: and a.business_group_id = b.business_group_id;
473: --