DBA Data[Home] [Help]

APPS.PER_ESA_BUS dependencies on PER_BUSINESS_GROUPS

Line 1459: from per_business_groups pbg

1455: -- Cursor to find legislation code
1456: --
1457: cursor csr_leg_code is
1458: select pbg.legislation_code
1459: from per_business_groups pbg
1460: , per_establishment_attendances esa
1461: where esa.attendance_id = p_attendance_id
1462: and pbg.business_group_id = esa.business_group_id;
1463: --