DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.WSH_SS2_SHIPMENT_V

Object Details
Object Name: WSH_SS2_SHIPMENT_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewWSH.WSH_SS2_SHIPMENT_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
DOCUMENT_NUMBER VARCHAR2 (120) Yes Document Identifier for the transaction
SHIPMENT_BATCH_ID NUMBER
Yes Shipment batch Id
ACTION_TYPE VARCHAR2 (30) Yes Type of Action Example: SR/SA
CREATION_DATE DATE
Yes Standard Who Column
ORGANIZATION_ID NUMBER
Yes Organization id
ORGANIZATION_CODE VARCHAR2 (3)
Organization code
SHIP_FROM_LOCATION_ID NUMBER
Yes Ship from Location Id
CUSTOMER_ID NUMBER

Customer Id
SHIP_TO_SITE_USE_ID NUMBER
Yes Ship To Site use
INVOICE_TO_SITE_USE_ID NUMBER

Invoice to Site use
DELIVER_TO_SITE_USE_ID NUMBER

Deliver to site Use
SHIP_TO_CONTACT_ID NUMBER

Ship to contact Id
INVOICE_TO_CONTACT_ID NUMBER

Invoice to Contact Id
DELIVER_TO_CONTACT_ID NUMBER

Deliver To contact Id
SHIP_METHOD_CODE VARCHAR2 (30)
Ship method Code
FREIGHT_TERMS_CODE VARCHAR2 (30)
Freight term Code
FOB_CODE VARCHAR2 (30)
FOB Code
CURRENCY_CODE VARCHAR2 (15)
Currency Code
ORG_ID NUMBER
Yes Org Id
PENDING_REQUEST_FLAG VARCHAR2 (1)
Pending Request Flag
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT DOCUMENT_NUMBER
,      SHIPMENT_BATCH_ID
,      ACTION_TYPE
,      CREATION_DATE
,      ORGANIZATION_ID
,      ORGANIZATION_CODE
,      SHIP_FROM_LOCATION_ID
,      CUSTOMER_ID
,      SHIP_TO_SITE_USE_ID
,      INVOICE_TO_SITE_USE_ID
,      DELIVER_TO_SITE_USE_ID
,      SHIP_TO_CONTACT_ID
,      INVOICE_TO_CONTACT_ID
,      DELIVER_TO_CONTACT_ID
,      SHIP_METHOD_CODE
,      FREIGHT_TERMS_CODE
,      FOB_CODE
,      CURRENCY_CODE
,      ORG_ID
,      PENDING_REQUEST_FLAG
FROM APPS.WSH_SS2_SHIPMENT_V;

Dependencies

[top of page]

APPS.WSH_SS2_SHIPMENT_V references the following:

SchemaAPPS
PL/SQL PackageHR_GENERAL - show dependent code
PL/SQL PackageHR_SECURITY - show dependent code
ViewORG_ORGANIZATION_DEFINITIONS
SynonymWSH_SHIPMENT_BATCHES
SynonymWSH_TRANSACTIONS_HISTORY

APPS.WSH_SS2_SHIPMENT_V is not referenced by any database object