CRM On Demand - Supplemental Applications (MOSC)

MOSC Banner

How to retrieve the subscription owner name entered from Team menu in Subscription Management?

edited Dec 2, 2020 4:26AM in CRM On Demand - Supplemental Applications (MOSC) 1 commentAnswered

Hi guys,

We have a requirement to develop a report in which we need to retrieve the subscription owner name. The name of the team member from Subscription Management page where owner_YN = 'Y' should be displayed. I tried below query but the party ID is not exsiting on hz_parties table.

select hp.party_name

from oss_subscriptions os, oss_contacts oc, oss_parties op, hz_parties hp

where oc.subscription_id = os.subscription_id

AND oc.subscription_party_id = op.subscription_party_id

AND op.party_id = hp.party_id

AND oc.internal_yn = 'Y'

AND oc.owner_yn = 'Y';

Tagged:

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