[Home] [Help]
[Dependency Information]
| Object Name: | MST_PQ_EXCEP_DETAILS_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 | Primary key | ||
| EXCEPTION_ID | NUMBER | Primary Key | ||
| EXCEPTION_DETAIL_ID | NUMBER | Primary Key | ||
| EXCEPTION_TYPE | NUMBER | Lookup | ||
| EXCEPTION_STATUS | NUMBER | 1 => ACTION TAKEN, 2 => IGNORE, 3 => TO BE REVIEWED | ||
| TOTAL_EXCEPTIONS | NUMBER | Count of Instances of an Exception. | ||
| MODE_OF_TRANSPORT | VARCHAR2 | (30) | Mode of Transport for the Trips. | |
| DELIVERY_ID | NUMBER | Delivery Id Corresponding to the Exception. | ||
| CONTINUOUS_MOVE_ID | NUMBER | Continuous Move Id Corresponding to the Exception. | ||
| FACILITY_ID | NUMBER | Facility Id Corresponding to the Exception. | ||
| CARRIER_ID | NUMBER | Carrier Id Corresponding to the Exception. | ||
| CUSTOMER_ID | NUMBER | Customer Id Corresponding to the Exception. | ||
| SUPPLIER_ID | NUMBER | Supplier Id Corresponding to the Exception. |
Cut, paste (and edit) the following text to query this object:
SELECT PLAN_ID
, EXCEPTION_ID
, EXCEPTION_DETAIL_ID
, EXCEPTION_TYPE
, EXCEPTION_STATUS
, TOTAL_EXCEPTIONS
, MODE_OF_TRANSPORT
, DELIVERY_ID
, CONTINUOUS_MOVE_ID
, FACILITY_ID
, CARRIER_ID
, CUSTOMER_ID
, SUPPLIER_ID
FROM APPS.MST_PQ_EXCEP_DETAILS_V;
APPS
FTE_LOCATION_PARAMETERS
MST_DELIVERIES
MST_EXCEPTIONS
MST_EXCEPTION_DETAILS
MST_PLANS
MST_TRIPS
MST_TRIP_STOPS
APPS.MST_PQ_EXCEP_DETAILS_V is not referenced by any database object
|
|
|
|