[Home] [Help]
[Dependency Information]
| Object Name: | POR_UN_NUMBER_LOV_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | ICX.POR_UN_NUMBER_LOV_V
|
| Subobject Name: | |
| Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
The POR_UN_NUMBER_LOV_V view returns a list of hazard identification numbers that allows the user to choose to be the hazard identification number of the purchasing item.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| UN_NUMBER | VARCHAR2 | (25) | Hazard identifier | |
| HAZARD_CLASS | VARCHAR2 | (40) | Hazard class |
Cut, paste (and edit) the following text to query this object:
SELECT UN_NUMBER
, HAZARD_CLASS
FROM APPS.POR_UN_NUMBER_LOV_V;
APPS
PO_HAZARD_CLASSES
PO_UN_NUMBERS
APPS.POR_UN_NUMBER_LOV_V is not referenced by any database object
|
|
|
|