Solistech Solutions Wiki | Oracle Support

SQL Script to identify the request group to which

SELECT fcpt.user_concurrent_program_name,       frg.request_group_name,       fcp.concurrent_program_name,

Delete a Concurrent Program

Syntax :----------Beginfnd_program.delete_program(‘program_short_name‘,‘Application_short_name‘);fnd_program.delete_executable(‘E

SQL Script to identify the request group to which

SELECT fcpt.user_concurrent_program_name,       frg.request_group_name,       fcp.concurrent_program_name,

Remove End Date from User Accounts using API

This post contains the script to remove the end date on the User API FND_USER_PKG is used to handle the user a

SQL Query to Identify All Active Users in the Appli

In this wiki post,  SQL query for identifying all current active users in

PL/SQL script to Delete Forms Personalization with

In this Wiki post, you will find the PLSQL script to delete form personalization using API. DECLARE   CURSOR c_form   IS&