DBA Data[Home] [Help]

APPS.BEN_CPY_BUS dependencies on PER_BUSINESS_GROUPS

Line 1024: from per_business_groups a,

1020: -- Declare cursor
1021: --
1022: cursor csr_leg_code is
1023: select a.legislation_code
1024: from per_business_groups a,
1025: ben_popl_yr_perd b
1026: where b.popl_yr_perd_id = p_popl_yr_perd_id
1027: and a.business_group_id = b.business_group_id;
1028: --