Oracle Application
Pages
(Move to ...)
Home
Terms and Conditions
Privacy Policy
▼
Tuesday, 20 January 2026
Oracle PLSQL - Need to Reassign the PR from one user to another user
›
DECLARE x_errbuf VARCHAR2(2000); x_retcode VARCHAR2(2000); p_curnt_apprvr VARCHAR2(200) := 'RYANH...
Thursday, 6 November 2025
Oracle EBS - XDO Loader Script to Download & Upload BI Publisher Data Template and XML Template
›
--Download XML file -- java oracle.apps.xdo.oa.util. XDOLoader \ DOWNLOAD \ -DB_USERNAME apps \ -DB_PASSWORD apps \ -JDBC_CONNECTION db.t...
Monday, 13 October 2025
Oracle EBS - How to Upload RTF Using XDOLoader Utility
›
Subject: How to Upload RTF Using XDOLoader Utility --RTF Upload Using XDOLoader Utility-- Step1: Uploading the RTF file on TEST file serv...
Thursday, 3 April 2025
SQL Query - Get the Journal Batch Workflow Item Key
›
SELECT item_type, item_key FROM wf_items WHERE user_key = '<journal batch name>';
Wednesday, 13 November 2024
Oracle PLSQL Script - How to Generate File and Place it on Oracle File Server Using Oracle Utility
›
DECLARE -- Declare file handler file_handle UTL_FILE.FILE_TYPE; -- Declare variables for data to be written v_line VARCHAR2(100...
›
Home
View web version