[Home] [Help]
[Dependency Information]
| Object Name: | MST_SUPPLIER_ORDERS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| 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 |
|---|---|---|---|---|
| PLAN_ID | NUMBER | FK to PLAN_ID of MST_PLANS. | ||
| SUPPLIER_ID | NUMBER | ID of Supplier for the Order. | ||
| FACILITY_ID | NUMBER | ID of Facility related to Order. | ||
| SOURCE_CODE | VARCHAR2 | (30) | Order Source Code. | |
| SOURCE_HEADER_NUMBER | VARCHAR2 | (150) | Order Number. | |
| TP_REFER_HEADER_NUMBER | VARCHAR2 | (50) | Reference number for TP order. | |
| REFERENCE_SOURCE_TYPE | VARCHAR2 | (240) | Reference to Source order type. | |
| COST | NUMBER | Cost related to Order. | ||
| WEIGHT | NUMBER | Weight related to Order. | ||
| CUBE | NUMBER | Cube related to Order. | ||
| PALLETS | NUMBER | Pallets related to Order. | ||
| PIECES | NUMBER | Pieces related to Order. | ||
| CURRENCY_UOM | VARCHAR2 | (3) | Unit of Measure for Cost. | |
| WEIGHT_UOM | VARCHAR2 | (3) | Unit of Measure for Weight. | |
| VOLUME_UOM | VARCHAR2 | (3) | Unit of Measure for Cube. |
Cut, paste (and edit) the following text to query this object:
SELECT PLAN_ID
, SUPPLIER_ID
, FACILITY_ID
, SOURCE_CODE
, SOURCE_HEADER_NUMBER
, TP_REFER_HEADER_NUMBER
, REFERENCE_SOURCE_TYPE
, COST
, WEIGHT
, CUBE
, PALLETS
, PIECES
, CURRENCY_UOM
, WEIGHT_UOM
, VOLUME_UOM
FROM APPS.MST_SUPPLIER_ORDERS_V;
APPS
FTE_LOCATION_PARAMETERS
MST_DELIVERIES
MST_DELIVERY_ASSIGNMENTS
MST_DELIVERY_DETAILS
MST_DELIVERY_LEGS
MST_PLANS
MST_TRIP_STOPS
WSH_LOCATIONS
APPS.MST_SUPPLIER_ORDERS_V is not referenced by any database object
|
|
|
|