DBA Data[Home] [Help]

APPS.PO_CHANGE_API1_S dependencies on PER_PEOPLE_F

Line 340: from per_people_f

336: end if;
337:
338: select count(*)
339: into l_count
340: from per_people_f
341: where person_id = X_employee_id
342: and trunc(g_sysdate) between effective_start_date
343: and nvl(effective_end_date, g_sysdate+1);
344: