[Home] [Help]
[Dependency Information]
| Object Name: | OKX_CONTACT_POINTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKX.OKX_CONTACT_POINTS_V
|
| 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_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) |
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;
APPS
HZ_CONTACT_POINTS
APPS
OKC_QUERY
- show dependent code
OKL_AM_CONTACT_POINTS_UV
OKL_AM_PARTIES_PVT
- show dependent code
OKS_AUTO_REMINDER
- show dependent code
OKS_CONTACT_POINTS_V
OKS_CONTRACTS_PUB
- show dependent code
OKS_EXTWARPRGM_PVT
- show dependent code
|
|
|
|