[Home] [Help]
[Dependency Information]
| Object Name: | POR_CAT_SUPPLIER_LOV_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | ICX.POR_CAT_SUPPLIER_LOV_V
|
| Subobject Name: | |
| Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
The POR_CAT_SUPPLIER_LOV_V view returns a list of suppliers that the users can bulk load items/prices for. This will be used when bulk loading items/prices through BulkLoad.jsp.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SUPPLIER_NAME | VARCHAR2 | (240) | Supplier Name | |
| SUPPLIER_ID | NUMBER | Yes | Supplier unique identifier |
Cut, paste (and edit) the following text to query this object:
SELECT SUPPLIER_NAME
, SUPPLIER_ID
FROM APPS.POR_CAT_SUPPLIER_LOV_V;
APPS
PO_VENDORS
APPS.POR_CAT_SUPPLIER_LOV_V is not referenced by any database object
|
|
|
|