DBA Data[Home] [Help]

APPS.OTA_LP_NOTIFY_SS dependencies on PER_ALL_ASSIGNMENTS_F

Line 391: per_all_assignments_f paf

387: SELECT ppf.full_name, ppf.person_id
388: FROM ota_lp_enrollments lpe,
389: ota_learning_paths lps,
390: per_all_people_f ppf,
391: per_all_assignments_f paf
392: WHERE trunc(sysdate) between ppf.effective_start_date and ppf.effective_end_date
393: AND trunc(sysdate) between paf.effective_start_date and paf.effective_end_date
394: AND paf.person_id = lpe.person_id
395: AND paf.supervisor_id = ppf.person_id