When updated Supplier ' s tax informations, System occurs a error: ' This tax registration Type:third Party and party name:xxxx for the same period. '
Https://support.oracle.com/epmos/faces/BugDisplay?_afrLoop=520951531951117&parent=DOCUMENT&sourceId= 1388056.1&id=12746102&_afrwindowmode=0&_adf.ctrl-state=kx4dexedm_21
In Oracle isupplier Portal, registration number Validation are unique in all the supplier pages like Create supplier P Age, prospective Supplier registration page, Tax Details page and Organization page
Find out which third-party or third-party locations use the same taxpayer rating number
SELECTHp.party_name, Hp.party_type, Zp.rep_registration_number, Zp.party_type_code fromZx_party_tax_profile ZP, hz_parties hpWHEREZp.rep_registration_numberinch (SELECTZpt.rep_registration_number fromZx_party_tax_profile zptGROUP byZpt.rep_registration_number having COUNT(Zpt.rep_registration_number)> 1) andzp.party_id=hp.party_idORDER byZp.rep_registration_number
Query the taxpayer rank number using tax administrator duties.
This taxpayer registration number has been used for the same period of the transaction party (the type of the transaction is XXX and the counterparty name is xxxx).