APPS.PO_CHANGE_API1_S dependencies on PER_PEOPLE_F
Line 346: from per_people_f
342: end if;
343:
344: select count(*)
345: into l_count 346: from per_people_f 347: where person_id = X_employee_id
348: and trunc(g_sysdate) between effective_start_date
349: and nvl(effective_end_date, g_sysdate+1);
350: