[Home] [Help]
[Dependency Information]
Object Name: | CS_SR_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 |
---|---|---|---|---|
PRIMARY_FLAG | VARCHAR2 | (1) | Indicates whether the contact point is the primary contact point or not for the contact. | |
MEANING | VARCHAR2 | (80) | This column stores the communication channel description. | |
CONTACT_TYPE | VARCHAR2 | (30) | Indicates whether the contact is an employee or customer contact. | |
SUB_TITLE | VARCHAR2 | (80) | Sub Title for the contact name. | |
SUB_FIRST_NAME | VARCHAR2 | (150) | Contact First Name. | |
SUB_LAST_NAME | VARCHAR2 | (150) | Contact LastName. | |
CONTACT | VARCHAR2 | (382) | This column stores the concatenated contact name. | |
CONTACT_POINT_TYPE | VARCHAR2 | (30) | Indicates the type of the contact point eg. phone, fax, email etc. | |
CONTACT_PHONE | VARCHAR2 | (2000) | Concatenated phone number. | |
EXTENSION | VARCHAR2 | (20) | Contact phone number extension. | |
ADDRESS | VARCHAR2 | (963) | Address of the contact. | |
SR_CONTACT_POINT_ID | NUMBER | Foreign key to CS_HZ_SR_CONTACT_POINTS. | ||
INCIDENT_ID | NUMBER | Unique Identifier of a Service Request | ||
PARTY_ID | NUMBER | Contact identifier. | ||
CONTACT_POINT_ID | NUMBER | Contact Point Identifier. | ||
OBJECT_ID | NUMBER | The Object party identifier. |
Cut, paste (and edit) the following text to query this object:
SELECT PRIMARY_FLAG
, MEANING
, CONTACT_TYPE
, SUB_TITLE
, SUB_FIRST_NAME
, SUB_LAST_NAME
, CONTACT
, CONTACT_POINT_TYPE
, CONTACT_PHONE
, EXTENSION
, ADDRESS
, SR_CONTACT_POINT_ID
, INCIDENT_ID
, PARTY_ID
, CONTACT_POINT_ID
, OBJECT_ID
FROM APPS.CS_SR_CONTACT_POINTS_V;
|
|
|