Query
Query
xep.name,
xep.legal_entity_id,
TO_CHAR(xep.CREATION_DATE, 'DD-MON-YYYY HH24:MI:SS') AS
CREATION_DATE,
TO_CHAR(xep.LAST_UPDATE_DATE, 'DD-MON-YYYY HH24:MI:SS') AS
LAST_UPDATE_DATE,
xep.created_by,
fu.user_name,
fu1.user_name as last_update_user,
xep.last_updated_by
FROM
xle_entity_profiles xep,
fnd_user fu,
fnd_user fu
WHERE
fu.user_id = xep.created_by
AND fu.user_id = xep.last_updated_by
AND xep.legal_entity_id = 32389;