GST Transactions Queries For PO and Invoices
In this post , I will share the Import GST queries , which help to extract the GST information's associated with the Transactions for the Payables Invoices and the Purchase Order . This will gives you detail about GST Transactions Information's and help to find the GST HSS,SAC information's for the Purchase Orders.
To Calculate GST Tax Amount for PO
To find the GST Tax Category for the Purchase Orders.
(select TAX_CATEGORY_NAME from JAI_TAX_CATEGORIES
where tax_category_id in ( select nvl(default_TAX_CATEGORY_ID,OVERRIDE_TAX_CATEGORY_ID) from jai_tax_det_factors
where org_id=:p_org_id
and ENTITY_CODE = 'PURCHASE_ORDER'
and TRX_LOC_LINE_ID=plla.po_line_location_id))
To find the GST HSS,SAC information's for the Purchase Orders.
select HSN_CODE,SAC_CODE from JAI_TAX_DET_FCT_LINES_V
WHERE TRX_LOC_LINE_ID=plla.po_line_location_id
1 comments:
Nice stuff mates. Commute to the following site to GST Invoice
Post a Comment