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


VIEW: APPS.CLN_RN_UTIL_TO_ROLE_SUPPLIER_V

Object Details
Object Name: CLN_RN_UTIL_TO_ROLE_SUPPLIER_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewCLN.CLN_RN_UTIL_TO_ROLE_SUPPLIER_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 Supplier information for RosetaNet outbound XGMs


[View Source]

Columns
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
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_SUPPLIER_V;

Dependencies

[top of page]

APPS.CLN_RN_UTIL_TO_ROLE_SUPPLIER_V references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
ViewPO_VENDORS
ViewPO_VENDOR_SITES_ALL
APPS.CLN_RN_UTIL_TO_ROLE_SUPPLIER_V is referenced by following:

SchemaAPPS
ViewCLN_RN_UTIL_TO_ROLE_CUST_SUP_V