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


VIEW: APPS.OKS_CONTACT_POINTS_V

Object Details
Object Name: OKS_CONTACT_POINTS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKS.OKS_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_TYPE VARCHAR2 (30) Yes Type Of Contact Point. It can be EMAIL or PHONE or FAX etc.
PHONE_LINE_TYPE VARCHAR2 (30)
Phone Line Type
OWNER_TABLE_ID NUMBER (15) Yes The Contact Person Identfier
EMAIL_ADDRESS VARCHAR2 (2000)
Email Address of the Contact Point
PHONE_AREA_CODE VARCHAR2 (10)
Phone Area Code of the Contact Point
PHONE_COUNTRY_CODE VARCHAR2 (10)
Phone Country Code of the Contact Point
PHONE_NUMBER VARCHAR2 (40)
Phone Number of the Contact Point
PHONE_EXTENSION VARCHAR2 (20)
Phone Extension of the Contact Point
Query Text

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


SELECT CONTACT_POINT_TYPE
,      PHONE_LINE_TYPE
,      OWNER_TABLE_ID
,      EMAIL_ADDRESS
,      PHONE_AREA_CODE
,      PHONE_COUNTRY_CODE
,      PHONE_NUMBER
,      PHONE_EXTENSION
FROM APPS.OKS_CONTACT_POINTS_V;

Dependencies

[top of page]

APPS.OKS_CONTACT_POINTS_V references the following:

SchemaAPPS
ViewOKX_CONTACT_POINTS_V
APPS.OKS_CONTACT_POINTS_V is referenced by following:

SchemaAPPS
Package BodyOKS_ENTITLEMENTS_WEB - show dependent code