DBA Data[Home] [Help]

APPS.BEN_EXT_PERSON dependencies on PER_ABSENCE_ATTENDANCES

Line 2218: from per_absence_attendances abs

2214: , abs.attribute7
2215: , abs.attribute8
2216: , abs.attribute9
2217: , abs.attribute10
2218: from per_absence_attendances abs
2219: where abs.person_id = p_person_id
2220: and p_effective_date between nvl(abs.date_start,p_effective_date)
2221: and nvl(abs.date_end, p_effective_date);
2222: