[Home] [Help]
[Dependency Information]
| Object Name: | EGO_VENDOR_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | EGO.EGO_VENDOR_V
|
| 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;
APPS
AP_SUPPLIERS
AP_SUPPLIER_CONTACTS
FND_USER
HZ_RELATIONSHIPS
APPS
EGO_ITEM_ASSOCIATIONS_PUB
- show dependent code
|
|
|
|