Oracle Application
Pages
(Move to ...)
Home
Terms and Conditions
Privacy Policy
▼
Showing posts with label
#Oracle #EBS #GeneralLedger
.
Show all posts
Showing posts with label
#Oracle #EBS #GeneralLedger
.
Show all posts
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>';
Tuesday, 12 September 2023
Oracle EBS - PLSQL Script to check Chart of Account is restricted by which Cross Validation Rule
›
Subject: PLSQL Script to check Chart of Account Is Restricted by which Cross Validation Rule. ---PLSQL Code--- SET SERVEROUTPUT ON SIZE ...
Wednesday, 28 June 2023
Oracle EBS - SQL query for GL Authorization Limit for Employee
›
Subject: SQL query for GL Authorization Limit for Employee SQL Query: SELECT ledger_name, ledger_currency, employee_name, e...
Wednesday, 29 March 2023
Oracle EBS - SQL Query to get GL Batch Workflow Notification Item Key & Item Type
›
--Get the Batch ID for Specific Batch--- select * from apps.gl_je_batches where name like '%FA-31-MSI-HT-MAR-23-02 Spreadsheet A 47911...
›
Home
View web version