Oracle Forum - The Knowledge Center for Oracle Professionals - Looking Beyond the Possibilities
How to get Employee Picture on Oracle Form - Printable Version

+- Oracle Forum - The Knowledge Center for Oracle Professionals - Looking Beyond the Possibilities (http://www.oraerp.com)
+-- Forum: Oracle Applications (http://www.oraerp.com/forum-39.html)
+--- Forum: Oracle E-Business Suite (EBS) (http://www.oraerp.com/forum-1.html)
+---- Forum: Human Resources (http://www.oraerp.com/forum-4.html)
+---- Thread: How to get Employee Picture on Oracle Form (/thread-71172.html)



How to get Employee Picture on Oracle Form - fanni339 - 09-18-2014

Hi

I have an urgent requirement to create a custom oracle form and show the employee picture on it. Can any body tell me which tables store employee pictures and how to load them in a custom oracle form.

Regards
Farhan


RE: How to get Employee Picture on Oracle Form - fanni339 - 10-09-2014

Employees images are stored in PER_IMAGES table. images are stored in this table in a blob column. You can get picture from this table and show on either custom oracle form or OAF page as per your need.

But by the way no need of it as there is standard functionality available on Enter & Maintain page to upload and see the image.