[Home] [Help]
[Dependency Information]
| Object Name: | CSF_M_SR_CONTACTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
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
| 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 |
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;
APPS
ASG_BASE
- show dependent code
CSM_SR_CONTACTS_ACC
CSM_UTIL_PKG
- show dependent code
CS_HZ_SR_CONTACT_POINTS
HZ_CONTACT_POINTS
APPS.CSF_M_SR_CONTACTS_V is not referenced by any database object
|
|
|
|