[Home] [Help]
[Dependency Information]
| Object Name: | GMF_XLA_RCV_VENDOR_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | GMF.GMF_XLA_RCV_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 Receipt Vendor Transactions
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| VENDOR_ID | NUMBER | Yes | Supplier site unique identifier | |
| VENDGL_CLASS | VARCHAR2 | (150) | Descriptive flexfield segment | |
| GRAT_ACCOUNTING_TXN_ID | NUMBER | (15) | Yes | Receiving Accounting Transaction identifier |
| RCV_TRANSACTION_ID | NUMBER | Yes | Rcv Transaction Identifier |
Cut, paste (and edit) the following text to query this object:
SELECT VENDOR_ID
, VENDGL_CLASS
, GRAT_ACCOUNTING_TXN_ID
, RCV_TRANSACTION_ID
FROM APPS.GMF_XLA_RCV_VENDOR_V;
APPS
FND_GLOBAL
- show dependent code
GMF_RCV_ACCOUNTING_TXNS
PO_HEADERS_ALL
PO_VENDOR_SITES_ALL
RCV_TRANSACTIONS
APPS.GMF_XLA_RCV_VENDOR_V is not referenced by any database object
|
|
|
|