[Home] [Help]
[Dependency Information]
| Object Name: | POR_MANUFACTURER_LOV_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | ICX.POR_MANUFACTURER_LOV_V
|
| Subobject Name: | |
| Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
The POR_MANUFACTURER_LOV_V view returns a list of manufacturers that allows the user to choose to be the manufacturer of the purchasing item.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| MANUFACTURER_ID | NUMBER | Yes | Manufacturer Identifier | |
| MANUFACTURER_NAME | VARCHAR2 | (30) | Yes | Manufacturer Name |
Cut, paste (and edit) the following text to query this object:
SELECT MANUFACTURER_ID
, MANUFACTURER_NAME
FROM APPS.POR_MANUFACTURER_LOV_V;
APPS
MTL_MANUFACTURERS
APPS.POR_MANUFACTURER_LOV_V is not referenced by any database object
|
|
|
|