[Home] [Help]
[Dependency Information]
Object Name: | WSH_DELIVERIES_BOL_RDF_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
DELIVERY_ID | NUMBER | Yes | ||
NAME | VARCHAR2 | (30) | Yes | |
DELIVERY_TYPE | VARCHAR2 | (30) | Yes | |
DELIVERY_TYPE_MEANING | VARCHAR2 | (80) | ||
ORGANIZATION_ID | NUMBER | |||
SHIPMENT_DIRECTION | VARCHAR2 | (30) |
Cut, paste (and edit) the following text to query this object:
SELECT DELIVERY_ID
, NAME
, DELIVERY_TYPE
, DELIVERY_TYPE_MEANING
, ORGANIZATION_ID
, SHIPMENT_DIRECTION
FROM APPS.WSH_DELIVERIES_BOL_RDF_V;
APPS.WSH_DELIVERIES_BOL_RDF_V is not referenced by any database object
|
|
|