DBA Data[Home] [Help]

APPS.BEN_EXT_PERSON dependencies on PER_ESTABLISHMENT_ATTENDANCES

Line 1293: PER_ESTABLISHMENT_ATTENDANCES esa

1289: Cursor c_school
1290: is select
1291: est.name
1292: from PER_ESTABLISHMENTS EST ,
1293: PER_ESTABLISHMENT_ATTENDANCES esa
1294: where esa.person_id = p_person_id
1295: and est.ESTABLISHMENT_id = esa.ESTABLISHMENT_id
1296: and p_effective_date between attended_start_date and nvl(attended_end_date,p_effective_date);
1297: