Description line of Receipt in India Localization
Hello
workign g with r11 localization India Receipts, how can I get the Description per the screenshot
I get to the Receipt Number
select jrl.receipt_num,jrl.shipment_header_id,jrl.shipment_line_id,jrl.tax_amount,jrtl.tax_amount,jrtl.transaction_id,jrtl.tax_line_no,jrtl.tax_rate,jrtl.tax_id,jrtl.tax_name,jrl.*
from ja_in_receipt_lines jrl,ja_in_receipt_tax_lines jrtl
where 1=1
and jrl.shipment_header_id = jrtl.shipment_header_id
and jrl.shipment_line_id = jrtl.shipment_line_id
and jrl.receipt_num = '41256'
Many thanks in advance