DBA Data[Home] [Help]

APPS.PAY_PAYRPENP_XML_PKG dependencies on PER_ABSENCE_ATTENDANCES

Line 238: from per_absence_attendances att,

234: ) return varchar2 is
235:
236: cursor c_absence(c_person_id number,c_period_end_date date, c_period_start_date date) is
237: select typ.name
238: from per_absence_attendances att,
239: per_absence_attendance_types typ
240: where att.person_id = c_person_id
241: and att.absence_attendance_type_id = typ.absence_attendance_type_id
242: and att.date_start <= c_period_end_date