[Home] [Help]
[Dependency Information]
Object Name: | OKS_CONTACT_POINTS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
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 |
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;
|
|
|