[Home] [Help]
[Dependency Information]
| Object Name: | MST_CUSTOMER_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 | Yes | FK to PLAN_ID of MST_PLANS. | |
| CUSTOMER_ID | NUMBER | (15) | Yes | ID of Customer. FK to CUST_ACCOUNT_ID of HZ_CUST_ACCOUNTS. |
| CUSTOMER_NAME | VARCHAR2 | (360) | Yes | Customer Party name. |
| COMPILE_DESIGNATOR | VARCHAR2 | (10) | Yes | Plan Name. |
| DESCRIPTION | VARCHAR2 | (50) | Plan Description. | |
| LOAD_COUNT_STR | VARCHAR2 | (200) | String Containing Concatenated count of Direct TLs, Multi-stop TLs, LTLs and Parcels. | |
| TOTAL_COST | NUMBER | Cost Related to Customer. | ||
| TOTAL_WEIGHT | NUMBER | Weight Related to Customer. | ||
| TOTAL_CUBE | NUMBER | Cube Related to Customer. | ||
| TOTAL_PALLETS | NUMBER | Pallets Related to Customer. | ||
| TOTAL_PIECES | NUMBER | Pieces Related to Customer. | ||
| TOTAL_ORDERS | NUMBER | Orders Related to Customer. | ||
| 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 Volume. |
Cut, paste (and edit) the following text to query this object:
SELECT PLAN_ID
, CUSTOMER_ID
, CUSTOMER_NAME
, COMPILE_DESIGNATOR
, DESCRIPTION
, LOAD_COUNT_STR
, TOTAL_COST
, TOTAL_WEIGHT
, TOTAL_CUBE
, TOTAL_PALLETS
, TOTAL_PIECES
, TOTAL_ORDERS
, CURRENCY_UOM
, WEIGHT_UOM
, VOLUME_UOM
FROM APPS.MST_CUSTOMER_DETAILS_V;
APPS
HZ_CUST_ACCOUNTS
HZ_PARTIES
MST_AGG_PKG
- show dependent code
MST_DELIVERIES
MST_PLANS
WSH_LOCATION_OWNERS
APPS.MST_CUSTOMER_DETAILS_V is not referenced by any database object
|
|
|
|