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


VIEW: APPS.CSF_M_SR_CONTACTS_V

Object Details
Object Name: CSF_M_SR_CONTACTS_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

A public view which may be useful for custom reporting or other data
requirements.


This view contains Contact points for a service request. This includes includes contact for a Service Request and a contact point for each contact


[View Source]

Columns
Name Datatype Length Mandatory Comments
ACCESS_ID NUMBER
Yes The Unique Access Identifier
SR_CONTACT_POINT_ID NUMBER
Yes Service Request Contact POint Identifier
PARTY_ID NUMBER
Yes Party Identifier
INCIDENT_ID NUMBER
Yes Incident Identifier
CONTACT_TYPE VARCHAR2 (30) Yes Contact Type
CONTACT_POINT_ID NUMBER

CONTACT_POINT_TYPE VARCHAR2 (30)
PRIMARY_FLAG VARCHAR2 (1)
Primary Flag
CONTACT_PHONE VARCHAR2 (85)
EMAIL_ADDRESS VARCHAR2 (2000)
CREATED_BY NUMBER

LAST_UPDATED_BY NUMBER

Query Text

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


SELECT ACCESS_ID
,      SR_CONTACT_POINT_ID
,      PARTY_ID
,      INCIDENT_ID
,      CONTACT_TYPE
,      CONTACT_POINT_ID
,      CONTACT_POINT_TYPE
,      PRIMARY_FLAG
,      CONTACT_PHONE
,      EMAIL_ADDRESS
,      CREATED_BY
,      LAST_UPDATED_BY
FROM APPS.CSF_M_SR_CONTACTS_V;

Dependencies

[top of page]

APPS.CSF_M_SR_CONTACTS_V references the following:

SchemaAPPS
PL/SQL PackageASG_BASE - show dependent code
SynonymCSM_SR_CONTACTS_ACC
PL/SQL PackageCSM_UTIL_PKG - show dependent code
SynonymCS_HZ_SR_CONTACT_POINTS
SynonymHZ_CONTACT_POINTS

APPS.CSF_M_SR_CONTACTS_V is not referenced by any database object