Apps

How to Create, Disable user, Add Responsibility and Reset Password in Oracle Apps from Backend

FND_USER_PKG is built-in API in Oracle apps for user management from the back-end. In this article, I will share how to use this API for common user management task like user creation, reset password, adding and deleting responsibility. There are many methods available, but mostly we will focus on common methods. create_user Use this API […]

How to Create, Disable user, Add Responsibility and Reset Password in Oracle Apps from Backend Read More »

Operating Unit Mode parameter in Concurrent Program – MOAC (Multi-Organization Access Control)

Recently upgraded from Oracle Applications (apps) version 11.5.10 (11i) to 12.1.3. (R12). You observed that your concurrent programs not working, you are not able to see any value in some of the parameters of concurrent programs? Is anything wrong with Upgrade? No. There is nothing wrong with the upgrade. Oracle E-Business suite introduced MOAC (Multi-Organization Access

Operating Unit Mode parameter in Concurrent Program – MOAC (Multi-Organization Access Control) Read More »

Concurrent program executable options in Oracle Apps

You might have noticed Executable options field while defining a concurrent program in Oracle Apps. What is the significance of executable options? Introduction Executable options allow passing runtime parameter to executable. Mostly it is used for executable based on Oracle Report or XML Publisher. In this article, let’s see the significance of executable options field

Concurrent program executable options in Oracle Apps Read More »