Search Results report_type
Overview
APPS.GMD_CUST_VEND_MST_V1 is a reporting and integration view in Oracle E-Business Suite that consolidates customer and supplier (vendor) master identifiers into a single, uniformly structured result set. It belongs to the Process Manufacturing (GMD) schema family, which is reflected in the "GMD" prefix, and it is owned by the APPS schema. Its design purpose is to present a master reference list of both customers and vendors side by side, tagged by a discriminating indicator, so that downstream reports, concurrent programs, and interface routines can resolve a party to its master record without issuing separate queries against the customer and supplier tables.
Because the view is defined across both the Order Management/Receivables customer master and the Purchasing supplier master, it acts as a lightweight cross-module lookup. The most distinctive structural feature for consumers is the literal column aliased REPORT_TYPE, which is the object of the search term associated with this documentation. This column carries a hard-coded value of '0' for rows sourced from the customer master and '1' for rows sourced from the supplier master.
Underlying Base Objects
The documented view metadata identifies the following referenced base objects:
- OP_CUST_MST (SYNONYM) — the customer master source, supplying CUST_NO and CO_CODE.
- PO_VEND_MST (SYNONYM) — the supplier/vendor master source, supplying VENDOR_NO and CO_CODE.
- FND_PROFILE (PACKAGE) — the Oracle Application Object Library profile option package, referenced in the dependency chain for session or environment resolution.
The view text is a UNION of two SELECT statements. Both branches filter on DELETE_MARK = 0, excluding logically deleted master records from the result. The customer branch projects CUST_NO AS "Cust_Vend_No" and the supplier branch projects VENDOR_NO AS "Cust_Vend_No", aligning the two distinct key domains into one column. The CO_CODE column is selected from each source without an alias change, and the Report_Type literal distinguishes origin.
Key Columns
- CUST_VEND_NO — the unified master identifier. It holds CUST_NO when the row originates from OP_CUST_MST and VENDOR_NO when the row originates from PO_VEND_MST. Because the two source numbering schemes are independent, values should always be interpreted together with REPORT_TYPE.
- CO_CODE — the company or operating unit code carried on the source master record, used to segregate master data by organization or legal entity.
- REPORT_TYPE — the discriminator column. A value of '0' denotes a customer record; a value of '1' denotes a vendor record. This literal is emitted by the view definition itself rather than stored in either base table, so it is always consistent and requires no decoding table.
No other columns are exposed by the documented view text, which keeps the projection narrow and its purpose tightly scoped to master-number resolution and classification.
Common Use Cases and Queries
Typical uses include populating value lists or LOVs for customer/vendor selection, feeding conversion and migration reports that must enumerate both master sets, and driving discrepancy or reconciliation queries across Receivables and Purchasing master data. A baseline query retrieving all active master entries is:
SELECT cust_vend_no, co_code, report_type FROM apps.gmd_cust_vend_mst_v1 ORDER BY co_code, report_type, cust_vend_no;
To isolate only customer master entries:
SELECT cust_vend_no, co_code FROM apps.gmd_cust_vend_mst_v1 WHERE report_type = '0';
To isolate only supplier master entries:
SELECT cust_vend_no, co_code FROM apps.gmd_cust_vend_mst_v1 WHERE report_type = '1';
To count master records by type within each company code:
SELECT co_code, report_type, COUNT(*) FROM apps.gmd_cust_vend_mst_v1 GROUP BY co_code, report_type;
When joining this view to a transaction line, always constrain on both CUST_VEND_NO and REPORT_TYPE to avoid false matches between unrelated customer and supplier numbers. Because the view performs a UNION across two large master tables and filters on DELETE_MARK, queries should be restricted by CO_CODE or REPORT_TYPE wherever possible to limit full scans of both branches.
-
Lookup Type: REPORT_TYPE
12.2.2
product: AR - Receivables , meaning: Report Type , description: Report Type ,
-
Lookup Type: REPORT_TYPE
12.1.1
product: GMS - Grants Accounting , meaning: Report Type , description: Report Type ,
-
Lookup Type: REPORT_TYPE
12.2.2
product: GMS - Grants Accounting , meaning: Report Type , description: Report Type ,
-
Lookup Type: REPORT_TYPE
12.2.2
product: IGS - Student System (Obsolete) , meaning: Report Type , description: Report Type ,
-
Lookup Type: REPORT_TYPE
12.1.1
product: AR - Receivables , meaning: Report Type , description: Report Type ,
-
Lookup Type: REPORT_TYPE
12.1.1
product: IGS - Student System , meaning: Report Type , description: Report Type ,
-
APPS.FARX_BL SQL Statements
12.2.2
-
APPS.PYSQDATA SQL Statements
12.1.1
-
APPS.PYW2DATA SQL Statements
12.1.1
-
APPS.PYW2DATA SQL Statements
12.2.2
-
VIEW: APPS.GMD_CUST_VEND_MST_V1
12.1.1
-
VIEW: PO.PO_CLM_TO_FPDS_AWARD_TYP_MAP#
12.2.2
-
APPS.FA_FASRSVES_XMLP_PKG SQL Statements
12.1.1
-
APPS.FA_FASRSVED_XMLP_PKG SQL Statements
12.2.2
-
VIEW: AR.HZ_DQM_SETUP_DIAGNOSTICS#
12.2.2
-
APPS.FA_BALREP_PKG SQL Statements
12.2.2
-
APPS.FA_FASRSVES_XMLP_PKG SQL Statements
12.2.2
-
VIEW: IMC.IMC_REPORTS_OLDINFO#
12.2.2
-
VIEW: AHL.AHL_ENIGMA_PROCESS_LOG#
12.2.2
-
APPS.IMC_REPORTS_SUMMARY_PKG SQL Statements
12.1.1
-
APPS.FA_FASCOSTD_XMLP_PKG SQL Statements
12.2.2
-
APPS.FA_FASCOSTS_XMLP_PKG SQL Statements
12.2.2
-
APPS.FA_FASCOSTD_XMLP_PKG SQL Statements
12.1.1
-
VIEW: APPS.GMD_CUST_VEND_MST_V1
12.2.2
-
APPS.PYSQDATA SQL Statements
12.2.2
-
APPS.IMC_REPORTS_SUMMARY_PKG SQL Statements
12.2.2
-
VIEW: HR.HR_S_REPORT_FORMAT_ITEMS_F#
12.2.2
-
VIEW: IMC.IMC_REPORTS_SUMMARY#
12.2.2
-
VIEW: AP.AP_EXPENSE_REPORTS_ALL#
12.2.2
-
PACKAGE BODY: APPS.FA_BALREP_PKG
12.2.2
-
APPS.HRI_APL_DIAGNOSTICS SQL Statements
12.1.1
-
APPS.FA_FASRSVED_XMLP_PKG SQL Statements
12.1.1
-
APPS.FA_FASCOSTS_XMLP_PKG SQL Statements
12.1.1
-
VIEW: HR.PAY_REPORT_FORMAT_MAPPINGS_F#
12.2.2
-
VIEW: HR.HR_S_REPORT_FORMAT_MAPPINGS_F#
12.2.2
-
VIEW: BIM.BIM_R_IRES_COLLECTION#
12.2.2
-
VIEW: PSP.PSP_REPORT_PERIOD_FREQUENCY_B#
12.2.2
-
VIEW: PSP.PSP_REPORT_TEMPLATES#
12.2.2
-
VIEW: IMC.IMC_REPORTS_TEMPINFO#
12.2.2
-
VIEW: XTR.XTR_LAYOUT_TEMPLATE#
12.2.2
-
VIEW: APPS.GMD_CUST_VEND_MST_V2
12.1.1
-
APPS.FARX_BL SQL Statements
12.1.1
-
View: GMD_CUST_VEND_MST_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_CUST_VEND_MST_V1, object_name:GMD_CUST_VEND_MST_V1, status:VALID, product: GMD - Process Manufacturing Product Development , description: Displays customer number and vendor number depednig on the report type selected by the user , implementation_dba_data: APPS.GMD_CUST_VEND_MST_V1 ,
-
View: GMD_CUST_VEND_MST_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_CUST_VEND_MST_V1, object_name:GMD_CUST_VEND_MST_V1, status:VALID, product: GMD - Process Manufacturing Product Development , description: Displays customer number and vendor number depednig on the report type selected by the user , implementation_dba_data: APPS.GMD_CUST_VEND_MST_V1 ,
-
VIEW: HR.PAY_REPORT_DEFINITIONS#
12.2.2
-
VIEW: FV.FV_CFS_REP_LINES#
12.2.2
-
VIEW: HR.PAY_REPORT_FORMAT_ITEMS_F#
12.2.2
-
VIEW: BOM.CST_COST_TYPE_HISTORY#
12.2.2
-
VIEW: BIM.BIM_R_CAMP_ACT_SUMMARY_MV#
12.2.2
-
PACKAGE BODY: APPS.FARX_BL
12.2.2