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


VIEW: APPS.CLN_RN_UTIL_TO_ROLE_CUSTOMER_V

Object Details
Object Name: CLN_RN_UTIL_TO_ROLE_CUSTOMER_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewCLN.CLN_RN_UTIL_TO_ROLE_CUSTOMER_V
Subobject Name:
Status: VALID

View Type

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


[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.CLN_RN_UTIL_TO_ROLE_CUSTOMER_V references the following:

SchemaAPPS
SynonymHZ_CUST_ACCT_SITES_ALL
SynonymHZ_PARTIES
SynonymHZ_PARTY_SITES
APPS.CLN_RN_UTIL_TO_ROLE_CUSTOMER_V is referenced by following:

SchemaAPPS
ViewCLN_RN_UTIL_TO_ROLE_CUST2_V
ViewCLN_RN_UTIL_TO_ROLE_CUST_SUP_V