iStore - EBS (MOSC)

MOSC Banner

iStore PL/SQL Back-end Queries for R12

edited Mar 22, 2017 4:54PM in iStore - EBS (MOSC) 1 comment

Hi All,

Please see following Important R12 iStore Back-end query that will helps a lot for iStore.

1. Query to get the customer name, price list, account number associated to a user?

select distinct(HZR.Object_id) "Customer Id" , HZP.party_name "Customer Name",  HZC.account_number "Account Number", HZC.PRICE_LIST_ID "Price List Id" , QPTL.name "Price list name"

from fnd_user FUSR , HZ_PARTIES HZP,

HZ_RELATIONSHIPS HZR , HZ_CUST_ACCOUNTS HZC ,

QP_LIST_HEADERS_TL QPTL

where FUSR.person_party_id = HZR.subject_id

and HZP.party_id = HZR.object_id

AND HZC.PARTY_ID = HZR.object_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