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


VIEW: APPS.OKX_CONTACT_POINTS_V

Object Details
Object Name: OKX_CONTACT_POINTS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKX.OKX_CONTACT_POINTS_V
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_POINT_ID NUMBER (15) Yes Unique identifier of this contact point
CONTACT_POINT_TYPE VARCHAR2 (30) Yes Lookup: contact_point_type phone, fax, e-mail, web, telex, edi
STATUS VARCHAR2 (30) Yes Lookup: contact_point_status. Typically, active, inactive, delete.
OWNER_TABLE_NAME VARCHAR2 (30) Yes Table storing the owner of the contact point
OWNER_TABLE_ID NUMBER (15) Yes FK to OWNER_TABLE_NAME; identifies the owner of the contact point
EMAIL_FORMAT VARCHAR2 (30)
Indicates the preferred format for email addressed to this address. For example, 'html' or 'ascii'.
EMAIL_ADDRESS VARCHAR2 (2000)
Email address
TELEPHONE_TYPE VARCHAR2 (30)
Indicates whether this is a fixed or mobile phone.
PHONE_AREA_CODE VARCHAR2 (10)
The area code within a country code.
PHONE_COUNTRY_CODE VARCHAR2 (10)
Country code for international phone numbers.
PHONE_NUMBER VARCHAR2 (40)
A telephone number formatted in the local format. The number should not include area code, country code, or extension.
PHONE_EXTENSION VARCHAR2 (20)
The additional number handled by an internal telephone system that is addressed after contacting the individual's internal telephone system.
CONTENT_SOURCE_TYPE VARCHAR2 (30) Yes Source of data content
PRIMARY_FLAG VARCHAR2 (1)
PHONE_LINE_TYPE VARCHAR2 (30)
Query Text

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


SELECT CONTACT_POINT_ID
,      CONTACT_POINT_TYPE
,      STATUS
,      OWNER_TABLE_NAME
,      OWNER_TABLE_ID
,      EMAIL_FORMAT
,      EMAIL_ADDRESS
,      TELEPHONE_TYPE
,      PHONE_AREA_CODE
,      PHONE_COUNTRY_CODE
,      PHONE_NUMBER
,      PHONE_EXTENSION
,      CONTENT_SOURCE_TYPE
,      PRIMARY_FLAG
,      PHONE_LINE_TYPE
FROM APPS.OKX_CONTACT_POINTS_V;

Dependencies

[top of page]

APPS.OKX_CONTACT_POINTS_V references the following:

SchemaAPPS
SynonymHZ_CONTACT_POINTS
APPS.OKX_CONTACT_POINTS_V is referenced by following:

SchemaAPPS
Package BodyOKC_QUERY - show dependent code
ViewOKL_AM_CONTACT_POINTS_UV
Package BodyOKL_AM_PARTIES_PVT - show dependent code
Package BodyOKS_AUTO_REMINDER - show dependent code
ViewOKS_CONTACT_POINTS_V
Package BodyOKS_CONTRACTS_PUB - show dependent code
Package BodyOKS_EXTWARPRGM_PVT - show dependent code