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


VIEW: APPS.FV_FACTS_VENDORS_V

Object Details
Object Name: FV_FACTS_VENDORS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewFV.FV_FACTS_VENDORS_V
Subobject Name:
Status: VALID

View Type

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


FV_FACTS_VENDORS_V is used to identify the eliminations department for vendors for FACTS I process.


[View Source]

Columns
Name Datatype Length Mandatory Comments
VENDOR_ID NUMBER
Yes Vendor identifier
ELIMINATIONS_ID VARCHAR2 (150)
Eliminations department identifier
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT VENDOR_ID
,      ELIMINATIONS_ID
FROM APPS.FV_FACTS_VENDORS_V;

Dependencies

[top of page]

APPS.FV_FACTS_VENDORS_V references the following:

SchemaAPPS
SynonymFV_SYSTEM_PARAMETERS
ViewPO_VENDORS
APPS.FV_FACTS_VENDORS_V is referenced by following:

SchemaAPPS
Package BodyFV_FACTS_TRX_REGISTER - show dependent code