[Home] [Help]
[Dependency Information]
| Object Name: | OZF_SD_CONTACT_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
Stores the customer contact information
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CUST_ACCOUNT_ROLE_ID | NUMBER | (15) | Yes | Unique identifier for the role played by the party in the customer account |
| NAME | VARCHAR2 | (383) | Customer contact name | |
| EMAIL_ADDRESS | VARCHAR2 | (2000) | Customer contact email | |
| PHONE_NUMBER | VARCHAR2 | (60) | Customer contact phone |
Cut, paste (and edit) the following text to query this object:
SELECT CUST_ACCOUNT_ROLE_ID
, NAME
, EMAIL_ADDRESS
, PHONE_NUMBER
FROM APPS.OZF_SD_CONTACT_V;
APPS
AR_LOOKUPS
HZ_CUST_ACCOUNTS
HZ_CUST_ACCOUNT_ROLES
HZ_ORG_CONTACTS
HZ_PARTIES
HZ_RELATIONSHIPS
APPS
OZF_SD_BATCH_INFO_V
|
|
|
|