DBA Data[Home] [Help]

APPS.PQP_GB_OSP_FUNCTIONS dependencies on PER_ABSENCE_ATTENDANCE_TYPES

Line 11323: ,per_absence_attendance_types type

11319:
11320: CURSOR csr_absence_details IS
11321: select abs.person_id, type.absence_category
11322: from per_absence_attendances abs
11323: ,per_absence_attendance_types type
11324: where abs.absence_attendance_type_id = type.absence_attendance_type_id
11325: and abs.absence_attendance_id = p_absence_attendance_id
11326: and abs.business_group_id = p_business_group_id ;
11327: