[Home] [Help]
[Dependency Information]
Object Name: | PO_VENDOR_SITES_ALL_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
VENDOR_SITE_CODE | VARCHAR2 | (15) | Yes | |
VENDOR_SITE_ID | NUMBER | Yes | ||
VENDOR_ID | NUMBER | Yes | ||
VENDOR_NAME | VARCHAR2 | (240) |
Cut, paste (and edit) the following text to query this object:
SELECT VENDOR_SITE_CODE
, VENDOR_SITE_ID
, VENDOR_ID
, VENDOR_NAME
FROM APPS.PO_VENDOR_SITES_ALL_V;
APPS.PO_VENDOR_SITES_ALL_V is not referenced by any database object
|
|
|