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


VIEW: APPS.EGO_VENDOR_V

Object Details
Object Name: EGO_VENDOR_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewEGO.EGO_VENDOR_V
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view

[View Source]

Columns
Name Datatype Length Mandatory Comments
USER_NAME VARCHAR2 (100) Yes Refers to the attribute USER_NAME of the supplier contact in fnd_user
USER_ID NUMBER (15) Yes Refers to the attribute USER_ID of the supplier contact in fnd_user
VENDOR_ID NUMBER
Yes Vendor Id against the supplier contact
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT USER_NAME
,      USER_ID
,      VENDOR_ID
FROM APPS.EGO_VENDOR_V;

Dependencies

[top of page]

APPS.EGO_VENDOR_V references the following:

SchemaAPPS
SynonymAP_SUPPLIERS
SynonymAP_SUPPLIER_CONTACTS
SynonymFND_USER
SynonymHZ_RELATIONSHIPS
APPS.EGO_VENDOR_V is referenced by following:

SchemaAPPS
Package BodyEGO_ITEM_ASSOCIATIONS_PUB - show dependent code