DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.WSH_CONTACT_PHONE

Object Details
Object Name: WSH_CONTACT_PHONE
Object Type: VIEW
Owner: APPS
FND Design Data: ViewWSH.WSH_CONTACT_PHONE
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
CONTACT_ID NUMBER (15) Yes
CUSTOMER_ID NUMBER (15) Yes
ADDRESS_ID NUMBER (15)
LAST_NAME VARCHAR2 (50)
FIRST_NAME VARCHAR2 (40)
JOB_TITLE VARCHAR2 (100)
AREA_CODE VARCHAR2 (10)
PHONE_NUMBER VARCHAR2 (50)
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT CONTACT_ID
,      CUSTOMER_ID
,      ADDRESS_ID
,      LAST_NAME
,      FIRST_NAME
,      JOB_TITLE
,      AREA_CODE
,      PHONE_NUMBER
FROM APPS.WSH_CONTACT_PHONE;

Dependencies

[top of page]

APPS.WSH_CONTACT_PHONE references the following:

SchemaAPPS
SynonymHZ_CUST_ACCOUNTS
SynonymHZ_CUST_ACCOUNT_ROLES
SynonymHZ_ORG_CONTACTS
SynonymHZ_PARTIES
SynonymHZ_RELATIONSHIPS
ViewWSH_PRIMARY_CONTACT_PHONE_V

APPS.WSH_CONTACT_PHONE is not referenced by any database object