EBS Customizations (MOSC)

MOSC Banner

How to remove ADHOC tax cases from the query for a PO?.

edited Sep 18, 2014 10:37AM in EBS Customizations (MOSC) Question

Hi ,

What is the table name to get tax name ?

The ADHOC tax name show Zero/Null tax rate in the ‘tax rate’ column and a certain tax amount in the ‘Tax Amount’ column . Need to remove the ADHOC types.

Please provide update from the below query it is urgent.

-----------------------------------------------------------

SELECT * FROM (

SELECT  (SELECT NAME

          FROM hr_operating_units hou

         WHERE hou.organization_id = poh.org_id) circle,

         (SELECT nvl(SUM(tax_rate),0)

          FROM apps.jai_po_taxes

          WHERE poh.po_header_id = po_header_id

          AND poh.vendor_id = vendor_id

          AND pol.po_header_id = po_header_id

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center