[Home] [Help]
[Dependency Information]
| Object Name: | OKL_AM_CONTACT_POINTS_UV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKL.OKL_AM_CONTACT_POINTS_UV
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CONTACT_PARTY_ID | NUMBER | (15) | Yes | The identifier of the subject in this relationship |
| CONTACT_CONTACT_POINT_ID | NUMBER | (15) | Yes | Unique identifier of this contact point |
| CONTACT_CONTACT_POINT_TYPE | VARCHAR2 | (30) | Yes | Lookup: CONTACT_POINT_TYPE of phone, fax, e-mail, web, telex, or EDI. |
| CONTACT_DETAILS | VARCHAR2 | (2081) | ||
| CONTACT_EMAIL_ADDRESS | VARCHAR2 | (2000) | ||
| CONTACT_PHONE_AREA_CODE | VARCHAR2 | (10) | ||
| CONTACT_PHONE_NUMBER | VARCHAR2 | (40) | ||
| CONTACT_PHONE_EXTENSION | VARCHAR2 | (20) | ||
| OWNER_TABLE_ID | NUMBER | (15) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT CONTACT_PARTY_ID
, CONTACT_CONTACT_POINT_ID
, CONTACT_CONTACT_POINT_TYPE
, CONTACT_DETAILS
, CONTACT_EMAIL_ADDRESS
, CONTACT_PHONE_AREA_CODE
, CONTACT_PHONE_NUMBER
, CONTACT_PHONE_EXTENSION
, OWNER_TABLE_ID
FROM APPS.OKL_AM_CONTACT_POINTS_UV;
APPS
OKX_CONTACT_POINTS_V
APPS
OKL_AM_ASSET_RETURN_WF
- show dependent code
|
|
|
|