[Home] [Help]
[Dependency Information]
| Object Name: | CS_SR_HZ_CONT_PTS_EMAILS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CS.CS_SR_HZ_CONT_PTS_EMAILS_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 |
|---|---|---|---|---|
| VARCHAR2 | (2000) | The email address of the customer. | ||
| CONT_POINT_TYPE_MEANING | VARCHAR2 | (80) | The meaning of the contact point type. | |
| OWNER_TABLE_ID | NUMBER | (15) | Yes | Owner table identifier. |
| CONTACT_POINT_ID | NUMBER | (15) | Yes | Contact point identifier. |
| TIMEZONE_ID | NUMBER | Timezone identifier. | ||
| CONTACT_POINT_TYPE | VARCHAR2 | (30) | Yes | The contact point type. |
| PRIMARY_FLAG | VARCHAR2 | (1) | Primary contact point indicator. | |
| STATUS | VARCHAR2 | (30) | Yes | Status of eMail Contact Point. |
Cut, paste (and edit) the following text to query this object:
SELECT EMAIL
, CONT_POINT_TYPE_MEANING
, OWNER_TABLE_ID
, CONTACT_POINT_ID
, TIMEZONE_ID
, CONTACT_POINT_TYPE
, PRIMARY_FLAG
, STATUS
FROM APPS.CS_SR_HZ_CONT_PTS_EMAILS_V;
APPS
AR_LOOKUPS
HZ_CONTACT_POINTS
APPS.CS_SR_HZ_CONT_PTS_EMAILS_V is not referenced by any database object
|
|
|
|