DBA Data[Home] [Help]

APPS.BEN_WYP_BUS dependencies on PER_BUSINESS_GROUPS

Line 1064: from per_business_groups a,

1060: -- Declare cursor
1061: --
1062: cursor csr_leg_code is
1063: select a.legislation_code
1064: from per_business_groups a,
1065: ben_wthn_yr_perd b
1066: where b.wthn_yr_perd_id = p_wthn_yr_perd_id
1067: and a.business_group_id = b.business_group_id;
1068: --