Primary Email in Oracle Tables
Summary:
Hello. Could you please advise which table contains Primary Email?
I'm building a BIP data model using query below. There are email type and email address included, but I have not found primary email column.
I've checked also the view PER_EMAIL_ADDRESSES_V.
I know that the column is available in OTBI Subject Area, but I need to use BIP for the report I'm working on now.
I will be grateful for your help.
Kind regards,
Marta
Content (required):
SELECT
p.PERSON_ID,
em.EMAIL_TYPE,
em.EMAIL_ADDRESS,
hrl.MEANING EMAIL_TYPE_NAME
FROM PER_PERSON_SECURED_LIST_V p
Tagged:
0