[Home] [Help]
[Dependency Information]
Object Name: | FV_FACTS_VENDORS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
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.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
VENDOR_ID | NUMBER | Yes | Vendor identifier | |
ELIMINATIONS_ID | VARCHAR2 | (150) | Eliminations department identifier |
Cut, paste (and edit) the following text to query this object:
SELECT VENDOR_ID
, ELIMINATIONS_ID
FROM APPS.FV_FACTS_VENDORS_V;
|
|
|