DBA Data[Home] [Help]

APPS.PQP_GB_OSP_FUNCTIONS dependencies on PER_ABSENCE_ATTENDANCE_TYPES

Line 11351: ,per_absence_attendance_types type

11347:
11348: CURSOR csr_absence_details IS
11349: select abs.person_id, type.absence_category
11350: from per_absence_attendances abs
11351: ,per_absence_attendance_types type
11352: where abs.absence_attendance_type_id = type.absence_attendance_type_id
11353: and abs.absence_attendance_id = p_absence_attendance_id
11354: and abs.business_group_id = p_business_group_id ;
11355: