PL-SQL to delete Concurrent Program and Executable
•By Amol Jadhav
PL-SQL to delete Concurrent Program and Executable
How to delete Concurrent Program and Executable in Oracle Apps EBS
Delete concurrent program
SQL Querysql
1BEGIN
2 fnd_program.delete_program ('SHORTNAME', 'Application Name');
3
4 fnd_program.delete_executable ('SHORTNAME', 'Application Name');
5END;
Example:
SQL Querysql
1BEGIN
2 fnd_program.delete_program ('XXTESTCP', 'Payables');
3
4 fnd_program.delete_executable ('XXTESTEXE', 'Payables');
5END;Related posts:
- Register a test concurrent program from backend in Oracle EBS
- Supervisor Hierarchy and Approval Limits in Oracle EBS R12
- Query to find vacation rules in Oracle R12
- View java class source in oracle database
- Load Java source code in oracle database
- Query to find all APIs of Oracle Apps modules
- OAF customizations queries
- Oracle apps list of concurrent programs in a Request Set
- Query to get Organization Hierarchy in Oracle apps
- Oracle apps query to find incompatible programs blocking a concurrent request
- Form function attached to which responsibility and user
- Query to find the responsibility attached to user in oracle apps