Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations 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