[Home] [Help]
[Dependency Information]
| Object Name: | GMF_XLA_VENDOR_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | GMF.GMF_XLA_VENDOR_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
View for SLA ADR sources from Vendor
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| VENDOR_ID | NUMBER | Yes | Supplier site unique identifier | |
| VENDGL_CLASS | VARCHAR2 | (150) | Descriptive flexfield segment | |
| MMT_TRANSACTION_ID | NUMBER | Yes | MTL_MATERIAL_TRANSACTIONS Transaction Id |
Cut, paste (and edit) the following text to query this object:
SELECT VENDOR_ID
, VENDGL_CLASS
, MMT_TRANSACTION_ID
FROM APPS.GMF_XLA_VENDOR_V;
APPS
MTL_MATERIAL_TRANSACTIONS
PO_HEADERS_ALL
PO_VENDOR_SITES_ALL
RCV_TRANSACTIONS
APPS.GMF_XLA_VENDOR_V is not referenced by any database object
|
|
|
|