DBA Data[Home] [Help]

APPS.PER_ABT_BUS dependencies on PER_BUSINESS_GROUPS_PERF

Line 32: from per_business_groups_perf pbg

28: -- Declare cursor
29: --
30: cursor csr_leg_code is
31: select pbg.legislation_code
32: from per_business_groups_perf pbg
33: , per_absence_attendance_types abb
34: where abb.absence_attendance_type_id = p_absence_attendance_type_id
35: and pbg.business_group_id (+) = abb.business_group_id;
36: --