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