Oracle EBS (ERP)

Pages

▼
Showing posts with label GST. Show all posts
Showing posts with label GST. Show all posts

How to find Customer GSTIN Number in R12

›
SELECT b.registration_number FROM   ja.jai_party_regs a, ja.jai_party_reg_lines b WHERE      a.org_id = 81 --:p_org_id        AND a.party_id...

How to Find the Supplier extraction script for India Tax (GST)

›
---Oracle R12 Supplier/Vendor extraction script for India GST Tax SELECT  (Select Name from hr_operating_units where organization_id=aps.ORG...

GST Tax Type Account extract Query

›
---Extract Query of GST Tax Type Account  SELECT jtt.regime_code,jtt.regime_name, jtt.tax_type_code "Tax Type Code",jtt.tax_type_n...

Supplier GST Third Party Registration Conversion

›
#Tables Structure CREATE TABLE LGM_SUPP_REG_HDR (    OPERATING_UNIT        VARCHAR2 (240),    PARTY_TYPE            VARCHAR2 (240),  ...
›
Home
View web version
Powered by Blogger.