DBA Data[Home] [Help]

APPS.BEN_YRP_BUS dependencies on PER_BUSINESS_GROUPS

Line 627: from per_business_groups a,

623: -- Declare cursor
624: --
625: cursor csr_leg_code is
626: select a.legislation_code
627: from per_business_groups a,
628: ben_yr_perd b
629: where b.yr_perd_id = p_yr_perd_id
630: and a.business_group_id = b.business_group_id;
631: --