DBA Data[Home] [Help] [Dependency Information]


TABLE: CS.CS_HZ_SR_CONTACT_POINTS

Object Details
Object Name: CS_HZ_SR_CONTACT_POINTS
Object Type: TABLE
Owner: CS
FND Design Data: TableCS.CS_HZ_SR_CONTACT_POINTS
Subobject Name:
Status: VALID


Contact points for a Service request. This includes each contact for a Service Request and each contact point (phone number, fax number, etc..) for each contact.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CS_HZ_SR_CONTACT_POINTS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSR_CONTACT_POINT_ID
CS_HZ_SR_CONTACT_POINTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPARTY_ID
CS_HZ_SR_CONTACT_POINTS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnINCIDENT_ID
Columns
Name Datatype Length Mandatory Comments
SR_CONTACT_POINT_ID NUMBER
Yes Service Request Contact Point Identifier. Uniquely identifies record.
PARTY_ID NUMBER
Yes Contact Identifier of the person calling for SR.
INCIDENT_ID NUMBER
Yes Incident Identifier of SR.
CONTACT_POINT_TYPE VARCHAR2 (30)
Contact Point Type used for Service Request. For example, PHONEor EMAIL.
CONTACT_POINT_ID NUMBER

Contact Point Identifier. For example, Phone_Id or Email_Id.
PRIMARY_FLAG VARCHAR2 (1)
A Flag to indicate that this contact is the Primary Contact for the SR.
CONTACT_TYPE VARCHAR2 (30) Yes Contact Type, for example PERSON or EMPLOYEE.
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column - with the user id from FND_USER
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column - with the user id from FND_USER
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
OBJECT_VERSION_NUMBER NUMBER

Sequential number used for database locking control when using HTML as a user interface
SECURITY_GROUP_ID NUMBER

Used in hosted environments
REQUEST_ID NUMBER

Used by concurrent programs to mark updated rows.
PROGRAM_APPLICATION_ID NUMBER

Used by concurrent programs to mark updated rows.
PROGRAM_ID NUMBER

Used by concurrent programs to mark updated rows.
PROGRAM_UPDATE_DATE DATE

Used by concurrent programs to mark updated rows.
PARTY_ROLE_CODE VARCHAR2 (30) Yes Role played by the associated party.
START_DATE_ACTIVE DATE

Start date for the party role record.
END_DATE_ACTIVE DATE

End date for the party role record.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT SR_CONTACT_POINT_ID
,      PARTY_ID
,      INCIDENT_ID
,      CONTACT_POINT_TYPE
,      CONTACT_POINT_ID
,      PRIMARY_FLAG
,      CONTACT_TYPE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      SECURITY_GROUP_ID
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      PARTY_ROLE_CODE
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
FROM CS.CS_HZ_SR_CONTACT_POINTS;

Dependencies

[top of page]

CS.CS_HZ_SR_CONTACT_POINTS does not reference any database object

CS.CS_HZ_SR_CONTACT_POINTS is referenced by following:

SchemaCS
ViewCS_HZ_SR_CONTACT_POINTS#