
Understand user parameters in RDF reports by comparing bind parameters (colon) and lexical parameters (ampersand), enabling runtime SQL with dynamic columns, tables, where clauses, and order by.
Build master-detail reports with XML publisher in Oracle apps r12. Define master and child columns, design the layout and rdf, and test with po numbers and line items.
Fix the PO report by hiding organization, making PO number parameters optional, and auto-populating the operating unit with a profile-driven value set; update RDF and test in the concurrent program.
Learn how to implement a dynamic logo in Oracle apps XML publisher using the call template method, including defining templates, mapping US and UK logos, and simple conditional logic.
Learn to render barcodes in XML publisher reports by downloading a code 128 true type font, configuring font paths, updating the config with the font, and testing the output locally.
Develop a master detail XML report using PLSQL method, without standard packages, by implementing master and child loops, parameterized cursors, and a layout for XML output.
Course Content :
=============
CLASS1 - First Xml Report
CLASS2 -First Xml Report part 2
CLASS3 - Base Tables for Concurrent program and Data definition and data template
CLASS4 - USER PARAMETERS - BIND AND LEXICAL
CLASS5 -Xml report with Parameters
CLASS6 -triggers (before parameters , after parameters , before report ,between pages , after report)
CLASS7 - User Exits and P_CONC_REQUEST_ID
CLASS8 - Lexical parameter example
CLASS9 -RTF layout creation manually simple example
CLASS10-Po master Detail Report
CLASS11-Formula column and place holder column
CLASS12-Summary column and xdoxslt with minimum and maximum
CLASS13-Fixing the issues in PO Report
CLASS14-Po Report Development - For-each section ,split by page break
CLASS15-CALLTEMPLATE AND CALL@INLINES TAG
class16-conditional statement IF
class17-choose when
class18-Sql and xslt functions in RTF layout
class19-Dynamic Logo Method 1 using Call Template
class20-Dynamic Logo Using OA_MEDIA
Class21-Dyanmic Logo Using Sub template
Class22-Subtemplate With Parameters
Class23-How to create Multi layout and multi language report
class24-How to work with transalations
class25-FND_SUBMIT.REQUEST_SUBMIT
Class26-Realtime example with execution using API FND_SUBMIT.ADD_LAYOUT
Class27-How to limit rows per page Logic
Class28-How to limit rows per page -Execution
Class29-WOrking with barcodes in Xml Publisher reports with execution
class30-XML Bursting with execution -SFTP,FILESYSTEM,EMAIL,FAX,PRINT
class31-Xml Bursting with filters
class32-Working With Data template method - part1
class33-Working with data template method -Master detail report
class34-datatemplatemethod - before and after report triggers and lexical parameters
Also Covered topics on Data Template method and Report Development Using PLSQL