E-Business Tax (MOSC)

MOSC Banner

Need to change R12 code containing references to tables zx_accounts and zx_registrations for 11i com

edited Feb 26, 2016 7:34AM in E-Business Tax (MOSC) 1 commentAnswered

Hello All!

We have a piece of code in R12 that references ables zx_accounts and zx_registrations for fetching some data.

The exact piece of code is -

SELECT DISTINCT zr.rep_party_tax_name,

                          address_line_1,

                          address_line_2,

                          town_or_city,

                          postal_code,

                          ter.territory_code

            INTO v_location_code,

                 v_address1,

                 v_address2,

                 v_city,

                 v_postal_code,

                 v_country_code

            FROM zx_accounts          za,

                 zx_registrations     zr,

                 gl_code_combinations gcc,

                 hr_locations         hr,

                 fnd_territories_tl   ter

           WHERE za.tax_account_entity_id = zr.registration_id

             AND za.tax_account_ccid = gcc.code_combination_id

             AND hr.location_id = zr.legal_location_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