You are on page 1of 1

select b.LAST_NAME, b.FIRST_NAME, b.FULL_NAME,a.user_name,a.

description
from APPs.FND_USER a,apps.per_people_v b
where a.user_id = &createdby
and a.employee_id=b.PERSON_ID;

You might also like