Oracle Application
Pages
(Move to ...)
Home
Terms and Conditions
Privacy Policy
▼
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...
Thursday, 26 September 2024
Oracle Fusion - SQL Query to get User Need to Approve pending approval Purchase Requestion and Purchase Order Transaction Details
›
SELECT 'Requisition' type, prha.document_status approval_status, to_ch...
1 comment:
Wednesday, 11 September 2024
Oracle EBS - How to Enable Debug log on user's session
›
1) As System Administrator responsibility Navigation: Profile -> System a) In the FIND window, ...
Thursday, 5 September 2024
Oracle EBS - Script to Update the Purchase Order Buyer using Oracle Pubic API
›
Requirement: Need script which can update buyer of standard purchase order. This is pretty much useful when buyer of current purchase has to...
›
Home
View web version