Category Image

Bhaskar / Bank / Oracle Application Blog / Oracle Apps / Oracle Cloud / Cash Management / Reconciliation / 26 Mar 2025

ERP Cloud Financials Fusion – Cash Management Auto Reconciliation

ERP Cloud Financials Fusion – Cash Management Auto Reconciliation Introduction Bank Statement Reconciliation – Match Statement Lines and Transactions – Automatic and Manu...

Read More
Category Image

Joy Soundararajan / APEX / Database Blog / EBS / EBS Functional / EBS Technical / Fusion / Oracle Application Blog / PL/SQL / SQL Queries / 24 Mar 2025

Oracle PLSQL to Generate XML Tag Using Standard Functionality

declare l_ctx dbms_xmlquery.ctxHandle; l_clob clob; begin l_ctx := dbms_xmlquery.newContext(‘select * from <TABLE_NAME>’); dbms_lob.createtemporary(:g_clob,true,d...

Read More
Category Image

Joy Soundararajan / EBS / EBS Technical / Oracle Application Blog / PL/SQL / SQL Queries / 24 Mar 2025

Oracle R12 SQL Query – Price List or Fee Schedule for Customer

select HP.PARTY_NAME “Customer Name”,HCAA.ACCOUNT_NUMBER,HCAA.ACCOUNT_NAME,qph.name “Price List Name”,HCSUA.SITE_USE_CODE,HCSUA.LOCATION from qp_list_header...

Read More
Category Image

Ramesh Gnanasekaran / Oracle Application Blog / PL/SQL / 04 Feb 2025

Blob File Move From DB to Directory

Introduction/ Issue:   CSV blob file to raw file move from database table blob column to database directory. Why we need to do / Cause of the issue:  WeÂ...

Read More
Category Image

Ramesh Gnanasekaran / Oracle Application Blog / PL/SQL / 04 Feb 2025

File Store From Client to DB

Introduction/ Issue:   CSV file move from client local machine to database table blob column. Why we need to do / Cause of the issue:  We can store the C...

Read More
Category Image

Rajkumar Kurmala / Oracle Application Blog / 22 Jan 2025

Splitting shipping lines

Introduction: Splitting of order lines, this can be done during shipping last part of sales order, generally we come across this scenario, when we want to ship partial quantity whe...

Read More