Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 53 Oracle Analytics and AI Sharing Center
- 25 Oracle Analytics and AI Lounge
- 306 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.4K Oracle Analytics and AI Forums
- 6.6K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 117 Oracle Analytics and AI Trainings
- 22 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
Dynamic SQL support for Fusion Applications Update 20D
Summary
Dynamic SQL support for Fusion Applications Update 20D
Content
"IMPORTANT: Please share this notification with your Report Developers and System Administrators
In Fusion Applications Update 20D, BI Publisher data models will NO longer support dynamic SQL as a parameter value in a procedure call. This desupport WILL NOT affect existing BI Publisher data models that use explicit SQL statements in procedure calls or user-defined report filter parameters."
I have received the above statement from Oracle Cloud.
What does it mean? Does it include input parameter as well? For e.g. Select * from HZ_PARTIES where PARTY_ID = :partyId
Where partyid is the input parameter.
Version
20A
Code Snippet
Select * from HZ_PARTIES where PARTY_ID = :partyId
Answers
-
No, it's not about the parameter.
Dynamic SQL is a programming technique that enables you to build SQL statements dynamically at runtime.
If you are using any such in your custom reports you need to modify them with explicit SQL.
0