People and Culture Blog

Oracle cloud offers Data Science and Machine Learning Services

Oracle announced the availability of its Cloud Data Science Platform, which has new seven services, with OCI Data Science at the core that delivers a robust, scalable, and collaborative tool…

Read More

Covid 19 – A Message from Co-Founder & President

Amidst the current scenario of COVID-19 pandemic, we would like to assure you that Doyensys is trying to do everything possible to continue to provide our services. Overall situation in…

Read More

Unknown fonts while installing oracle database

Unknown fonts while installing oracle database Cause ===== Missing dejavu-lgc-sans-fonts or dejavu rpm Solution ======== Install dejavu-lgc-sans-fonts and then invoke the OUI. The below rpm’s helps the OUI to be…

Read More

How is Doyensys handling the COVID-19 crisis

In these trying times of coronavirus pandemic, Doyensys is leaving no stone unturned to ensure the safety of our employees. We are committed to our responsibility towards society and consider…

Read More

EBS VERSION 12.2.5 CLONE -Login Page Blank

After cloning EBS R12 successfully, when I am going to login EBS clone it did not show anything on the page. Login page is totally blank. I have restarted all…

Read More

TO Assign Responsibility for the user in backend

DECLARE v_session_id INTEGER := userenv(‘sessionid’); v_user_name VARCHAR2(30) := upper(‘&Enter_User_Name’); BEGIN fnd_user_pkg.createuser(x_user_name => v_user_name ,x_owner => ” ,x_unencrypted_password => ‘oracle’ ,x_session_number => v_session_id ,x_start_date => SYSDATE – 10 ,x_end_date => SYSDATE…

Read More

To check Incompatibility between program

SELECT a2.application_name, a1.user_concurrent_program_name, DECODE (running_type, ‘P’, ‘Program’, ‘S’, ‘Request set’, ‘UNKNOWN’ ) “Type”, b2.application_name “Incompatible App”, b1.user_concurrent_program_name “Incompatible_Prog”, DECODE (to_run_type, ‘P’, ‘Program’, ‘S’, ‘Request set’, ‘UNKNOWN’ ) incompatible_type FROM apps.fnd_concurrent_program_serial…

Read More

Doyensys is committed to help the employees during these times of coronavirus pandemic

The coronavirus outbreak has changed life as we know it. From enforcing travel restrictions to advising work from home, the governments are taking this challenge head-on. As the world takes…

Read More

API for Property Manager module lease load

Hi All, This API useful to load lease data into oracle Property Manager module in oracle apps .pm_lease_code_func

Read More

Query to find total by accounts in AR receivables

Hi All, This query useful to get all the total amount by accounts in AR receivables. This will be useful in audit purpose for an account validation oracle-receivable-total-by-accounts

Read More