[Home] [Help]
[Dependency Information]
| Object Name: | CLN_RN_UTIL_TO_ROLE_SUPPLIER_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CLN.CLN_RN_UTIL_TO_ROLE_SUPPLIER_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
View to get To Role Supplier information for RosetaNet outbound XGMs
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TP_ID | NUMBER | Yes | Trading Partner ID | |
| TP_SITE_ID | NUMBER | Yes | Trading Partner Site ID | |
| CONTACT_NAME | VARCHAR2 | (240) | Contact Name | |
| CONTACT_EMAIL | VARCHAR2 | (2000) | Contact Email | |
| CONTACT_TELEPHONE | VARCHAR2 | (26) | Contact Telephone | |
| CONTACT_FAX | VARCHAR2 | (26) | Contact Fax | |
| EDI_LOCATION_CODE | VARCHAR2 | (60) | 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_SUPPLIER_V;
APPS
PO_VENDORS
PO_VENDOR_SITES_ALL
APPS
CLN_RN_UTIL_TO_ROLE_CUST_SUP_V
|
|
|
|