Query to find HSN code for an Inventory Item Oracle Apps R12

select b.reporting_code
from
apps.jai_item_templ_hdr_v a,apps.jai_reporting_associations_v b
where b.entity_id=a.template_hdr_id
and b.effective_from is not null
and b.effective_to is null
and b.regime_code='IND GST'
and b.reporting_type_code='GST_HSN_CODE'
and a.item_code= <<item_code>>;

Comments

  1. Very useful query..I was looking for the same.

    ReplyDelete
  2. Thanks for sharing , HSN Codewas introduced to ensure uniformity of goods all over the world. This was done to reduce costs and efforts and help in the classification of goods in a manner that could be understood by all.

    ReplyDelete
  3. useful info for me I was looking for the same.

    ReplyDelete
  4. useful info for me I was looking for the same.
    https://bit.ly/2pVZma2

    ReplyDelete

Post a Comment

Popular posts from this blog

Query for Getting State and GST Registration Number for a Supplier Oracle Apss R12

API for Assigning GST Registration Number, PAN Number and State to a Customer Oracle Apps R12