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


VIEW: APPS.GMF_XLA_RCV_VENDOR_V

Object Details
Object Name: GMF_XLA_RCV_VENDOR_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewGMF.GMF_XLA_RCV_VENDOR_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


View for SLA ADR sources from Receipt Vendor Transactions


[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.GMF_XLA_RCV_VENDOR_V references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
SynonymGMF_RCV_ACCOUNTING_TXNS
SynonymPO_HEADERS_ALL
ViewPO_VENDOR_SITES_ALL
SynonymRCV_TRANSACTIONS

APPS.GMF_XLA_RCV_VENDOR_V is not referenced by any database object