R43500 Purchase Order Print - BI Publisher Output

choudharyc

Member
Having the following issue with R43500.When the purchase order has multiple detail lines (say 13) it does the following -
1. Raw PDF is correct and shows 13 lines
2. BI Publisher output only shows the first 2 lines and not 13 lines. My analysis of the issue is this scenario doesn’t pick up all the lines because the XML file is not properly structured. The below tags are present after LINE NUMBER 2.00 in the XML which is why only 2 lines are picked. These two tags should be present after LINE NUMBER 13.00 which will make it pick all the lines (when I manually changed the XML I got the BI publisher output as desired with 13 purchase order detail lines)

</On_Ship_To_S45>
</Purchase_Order_Print_S42_Group>

Has anybody faced this issue ? Any help will be appreciated. Attached is the XML for reference.
Thanks.
 

Attachments

  • 181880-R43500_PCD0003_D130221_T161231698.txt
    12.1 KB · Views: 121
You will also need to do a for-each around the tag Lots_Grades_Sub_S52. This is the other set of detail records in the XML document.
 
Hi,

we have the same problem after upgrade from 9.0 to 9.1.

Did you open a SR at Oracle ? Is there any existing bug opened ?

Thanks in advance,

Best Regards,

Guénaël Voisin
 
Yes, i did encountered the same problem before.
Kindly verify the sub section join , if it is not needed , remove it (confirm well) , it should work.

Thanks,
Tejvansingh
 
Back
Top