DBA Data[Home] [Help]

APPS.BEN_EXT_PERSON dependencies on PER_ABSENCE_ATTENDANCES

Line 2184: from per_absence_attendances abs

2180: , abs.attribute7
2181: , abs.attribute8
2182: , abs.attribute9
2183: , abs.attribute10
2184: from per_absence_attendances abs
2185: where abs.person_id = p_person_id
2186: and p_effective_date between nvl(abs.date_start,p_effective_date)
2187: and nvl(abs.date_end, p_effective_date);
2188: