DBA Data[Home] [Help]

APPS.BEN_AGF_BUS dependencies on PER_BUSINESS_GROUPS

Line 1407: from per_business_groups a,

1403: -- Declare cursor
1404: --
1405: cursor csr_leg_code is
1406: select a.legislation_code
1407: from per_business_groups a,
1408: ben_age_fctr b
1409: where b.age_fctr_id = p_age_fctr_id
1410: and a.business_group_id = b.business_group_id;
1411: --