DBA Data[Home] [Help]

APPS.BEN_EVALUATE_PTNL_LF_EVT dependencies on PER_ABSENCE_ATTENDANCES

Line 163: from per_absence_attendances

159: l_next_ptnl_rec c_winning_ptnl_of_same_type%rowtype;
160:
161: cursor c_reopened_abs is
162: select 'x'
163: from per_absence_attendances
164: where absence_attendance_id = l_winning_ptnl_rec.trgr_table_pk_id
165: and date_end is null;
166:
167: cursor c_get_ptnl_for_win_aba is