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


VIEW: APPS.MST_PQ_ORDER_RESULTS_V

Object Details
Object Name: MST_PQ_ORDER_RESULTS_V
Object Type: VIEW
Owner: APPS
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
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.
Query Text

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;

Dependencies

[top of page]

APPS.MST_PQ_ORDER_RESULTS_V references the following:

SchemaAPPS
SynonymMST_DELIVERY_DETAILS
SynonymMST_PERSONAL_QUERY_RESULTS
SynonymMST_PLANS
PL/SQL PackageMST_WB_UTIL - show dependent code

APPS.MST_PQ_ORDER_RESULTS_V is not referenced by any database object