How to generate XML Report with out using rdf?
Answers were Sorted based on User's Feedback
Answer / gaurav
There are multiple ways of doing the same
1. Create a Data template
2. Create a procedure using dbms_xmlgen
| Is This Answer Correct ? | 12 Yes | 2 No |
Answer / krishna
without rdf we can genenrate xml output
one predefined executable file is there
XDODTEXEXE attach this file our concurrent Program and
defie data definiton and template
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sesha
in 2 ways
first using plsql stored procedure
second data template method
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ram
It doesnt matter rdf or procedure, if you select output
type as XML thats sufficient to generate output in xml.
| Is This Answer Correct ? | 4 Yes | 10 No |
how to customize the report,please tell me customization steps
what is count(*) from po_vendors(any table)? what does it do and what is count(1) from po_vendors(any table)? what is count(0) from po_vendors(any table) the out put is same what is the difference
In interface how u find errors and how to solve. How to fix it?
Cycle of requestion to receving transaction.
Who information?s?
What and Who is the best Institute or Trainer for Oracle Apps Technical ?
how to call report from oracle oracle apps11i?
diff between key and descriptive flexfield.
If we transfer the data from legacy system to oracle base tables. I want to hold the data in interface table how?
Define multi org structure with example(take any businees).
What is the package?
HOW CAN YOU KNOW UPDATE STMT IS WORKED OR NOT IN PL/SQL?