[Home] [Help]
[Dependency Information]
| Object Name: | SO_SHIP_PRIORITIES_ACTIVE_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OE.SO_SHIP_PRIORITIES_ACTIVE_V
|
| 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 |
|---|---|---|---|---|
| SHIPMENT_PRIORITY | VARCHAR2 | (80) | Yes | |
| SHIPMENT_PRIORITY_CODE | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT SHIPMENT_PRIORITY
, SHIPMENT_PRIORITY_CODE
FROM APPS.SO_SHIP_PRIORITIES_ACTIVE_V;
APPS
FND_GLOBAL
- show dependent code
SO_LOOKUPS
APPS.SO_SHIP_PRIORITIES_ACTIVE_V is not referenced by any database object
|
|
|
|