Oracle Apps Technical Stuff
Monday, January 26, 2015
Script to Create Excel using UTL_FILE
›
DECLARE v_fh UTL_FILE.file_type; v_dir VARCHAR2 (30) := 'XX_INTF_DIR'; v_...
Friday, January 9, 2015
Script to Create New FND_USER and Assign Responsilities and also Update/Create Profile For ICX_FORMS_LAUNCHER
›
------------------------------------------------------------------------------------------------ -- Replace the Value for l_user_name for c...
1 comment:
Thursday, December 4, 2014
SQL query to get the details of Scheduled Concurrent Requests in Oracle applications
›
SELECT r.request_id , p.user_concurrent_program_name || NVL2 (r.description , ' (' ...
Tuesday, October 14, 2014
FRM-92095: Oracle JInitiator version too low. Please install version 1.1.8.2 or higher
›
Resolved this Error By performing following Steps : Set the system environment variable, as follows : 1. Ensure that all browser win...
Thursday, October 2, 2014
Unable to locate android build tools in the specified location (Oracle ADF Mobile)
›
If you are facing the error while deploying the Mobile app on the Andriod emulator and the error message says "Uable to locate android...
‹
›
Home
View web version