[Home] [Help]
[Dependency Information]
| Object Name: | CS_INST_DETAIL_CONTACTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CS.CS_INST_DETAIL_CONTACTS_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 |
|---|---|---|---|---|
| CS_CONTACT_ID | NUMBER | Yes | Primary record identifier | |
| CONTACT_ID | NUMBER | (15) | Yes | Contact identifier |
| CONTACT_TYPE | VARCHAR2 | (30) | Yes | Type of contact |
| LINE_INST_DETAIL_ID | NUMBER | Yes | Line inst detail identifier | |
| OBJECT_VERSION_NUMBER | NUMBER | Yes | Sequential number used for database locking control | |
| CONTACT_CATEGORY | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT CS_CONTACT_ID
, CONTACT_ID
, CONTACT_TYPE
, LINE_INST_DETAIL_ID
, OBJECT_VERSION_NUMBER
, CONTACT_CATEGORY
FROM APPS.CS_INST_DETAIL_CONTACTS_V;
APPS
CS_CONTACTS
APPS
CS_INST_CONTACT_DTLS_V
|
|
|
|