[Home] [Help]
[Dependency Information]
| Object Name: | CLN_RN_UTIL_TO_ROLE_CUSTOMER_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CLN.CLN_RN_UTIL_TO_ROLE_CUSTOMER_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
View to get To Role Customer information for RosetaNet outbound XGMs
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TP_ID | NUMBER | (15) | Yes | Trading Partner ID |
| TP_SITE_ID | NUMBER | (15) | Yes | Trading Partner Site ID |
| CONTACT_NAME | VARCHAR2 | (360) | Yes | Contact Name |
| CONTACT_EMAIL | VARCHAR2 | (0) | Contact Email | |
| CONTACT_TELEPHONE | VARCHAR2 | (0) | Contact Telephone | |
| CONTACT_FAX | VARCHAR2 | (0) | Contact Fax | |
| EDI_LOCATION_CODE | VARCHAR2 | (40) | EDI Location Code |
Cut, paste (and edit) the following text to query this object:
SELECT TP_ID
, TP_SITE_ID
, CONTACT_NAME
, CONTACT_EMAIL
, CONTACT_TELEPHONE
, CONTACT_FAX
, EDI_LOCATION_CODE
FROM APPS.CLN_RN_UTIL_TO_ROLE_CUSTOMER_V;
APPS
HZ_CUST_ACCT_SITES_ALL
HZ_PARTIES
HZ_PARTY_SITES
APPS
CLN_RN_UTIL_TO_ROLE_CUST2_V
CLN_RN_UTIL_TO_ROLE_CUST_SUP_V
|
|
|
|