[Home] [Help]
[Dependency Information]
| Object Name: | MST_PQ_ORDER_RESULTS_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 |
|---|---|---|---|---|
| QUERY_ID | NUMBER | Yes | ID of the Query. | |
| PLAN_ID | NUMBER | Yes | ID of the Plan Used in the query. | |
| PLAN_NAME | VARCHAR2 | (10) | Yes | Name of the Plan Used in the query. |
| SOURCE_CODE | VARCHAR2 | (30) | Yes | OE/WIP/PO |
| SOURCE_HEADER_NUMBER | VARCHAR2 | (150) | The user visible identifier for the header, ex. Order number | |
| CUSTOMER_ID | NUMBER | Foreign key to hz_cust_accounts | ||
| CUSTOMER_NAME | VARCHAR2 | (80) | Name of the Customer for the order. | |
| SUPPLIER_ID | NUMBER | ID of the Supplier for the order. | ||
| SUPPLIER_NAME | VARCHAR2 | (80) | Name of the Supplier for the order. |
Cut, paste (and edit) the following text to query this object:
SELECT QUERY_ID
, PLAN_ID
, PLAN_NAME
, SOURCE_CODE
, SOURCE_HEADER_NUMBER
, CUSTOMER_ID
, CUSTOMER_NAME
, SUPPLIER_ID
, SUPPLIER_NAME
FROM APPS.MST_PQ_ORDER_RESULTS_V;
APPS
MST_DELIVERY_DETAILS
MST_PERSONAL_QUERY_RESULTS
MST_PLANS
MST_WB_UTIL
- show dependent code
APPS.MST_PQ_ORDER_RESULTS_V is not referenced by any database object
|
|
|
|