[Home] [Help]
[Dependency Information]
Object Name: | EGO_VENDOR_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
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 |
Cut, paste (and edit) the following text to query this object:
SELECT USER_NAME
, USER_ID
, VENDOR_ID
FROM APPS.EGO_VENDOR_V;
|
|
|