Search Results partner_number
Overview
MRP_AP_VENDORS_V is a reporting view in the Oracle E-Business Suite Master Scheduling/MRP (MRP) module. It presents supplier (vendor) records in a partner-oriented format, exposing vendors from the purchasing schema alongside scheduling-relevant flags maintained by the MRP application. The view is primarily consumed by Oracle Advanced Supply Chain Planning and related planning products, which reference suppliers as "partners" within the planning data model. Because the naming convention follows the MRP_AP_* family — views that bridge MRP planning entities to Oracle Payables and Purchasing master data — this view serves as a read-only integration surface rather than a transactional object.
In the ETRM documentation the view is marked as "Not implemented in this database," indicating that it is a seeded, dictionary-defined object whose presence depends on the installed product set. It is defined as a join of a scheduling snapshot (or staging) object and the standard purchasing vendor view. No base tables are formally documented as dependencies in the ETRM metadata.
Underlying Base Objects
The view text references two objects:
- MRP_AP_VENDORS_SN — the MRP-side source supplying
VENDOR_ID,VENDOR_END_DATE_ACTIVE,VENDOR_NAME, and an internal sequencing columnRN. The_SNsuffix typically denotes a snapshot or staging construct used by the planning engine to cache supplier data. - PO_VENDORS_VIEW — the purchasing-layer view supplying the authoritative
VENDOR_NUMBER, joined onVENDOR_ID.
The relationship is a one-to-one (or filtered one-to-one) join on the vendor identifier, meaning only vendors present in both sources appear in the output. The RN column is carried through from the source and likely supports deduplication or ordering logic in downstream consumers.
Key Columns
- SR_TP_ID — sourced from
SN.VENDOR_ID; the internal identifier of the source trading partner (supplier) record. - DISABLE_DATE — sourced from
SN.VENDOR_END_DATE_ACTIVE; the date on which the supplier becomes inactive. Null indicates an active supplier. - PARTNER_TYPE — a literal value of
1, distinguishing this partner class (supplier) from other partner types in the planning model. - PARTNER_NAME — sourced from
SN.VENDOR_NAME; the display name of the supplier. - PARTNER_NUMBER — sourced from
V.VENDOR_NUMBER; the user-facing supplier number. This is the column most relevant to searches for "partner_number," as it is the business key planners and buyers recognize. - RN1 — aliased from
SN.RN; an internal row/sequence indicator.
The naming strategy deliberately remaps purchasing terminology (vendor) to planning terminology (partner), which is why the PARTNER_NUMBER column corresponds to VENDOR_NUMBER at the base layer.
Common Use Cases and Queries
Typical uses include validating that supplier numbers are correctly synchronized into the planning schema, resolving a partner number back to its internal vendor identifier, and filtering out inactive suppliers before planning runs.
Retrieve all active partners with their numbers:
SELECT partner_number, partner_name, sr_tp_id FROM mrp_ap_vendors_v WHERE disable_date IS NULL;
Look up a specific partner by number:
SELECT sr_tp_id, partner_name, disable_date FROM mrp_ap_vendors_v WHERE partner_number = :vendor_number;
Identify suppliers disabled after a cutoff date:
SELECT partner_number, partner_name, disable_date FROM mrp_ap_vendors_v WHERE disable_date > SYSDATE;
Because the view is not implemented in every database, availability should be confirmed via ALL_VIEWS before deployment.
-
View: MRP_AP_VENDORS_V
12.2.2
product: MRP - Master Scheduling/MRP , implementation_dba_data: Not implemented in this database ,
-
View: MRP_AP_VENDORS_V
12.1.1
product: MRP - Master Scheduling/MRP , implementation_dba_data: Not implemented in this database ,
-
View: MRP_AP_CUSTOMERS_V
12.2.2
product: MRP - Master Scheduling/MRP , implementation_dba_data: Not implemented in this database ,
-
VIEW: MSC.MSC_TRADING_PARTNERS#
12.2.2
-
View: MRP_AP_CUSTOMERS_V
12.1.1
product: MRP - Master Scheduling/MRP , implementation_dba_data: Not implemented in this database ,
-
VIEW: MSC.MSC_ST_TRADING_PARTNERS#
12.2.2
-
VIEW: APPS.AS_SALES_TEAM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_SALES_TEAM_V, object_name:AS_SALES_TEAM_V, status:VALID,
-
VIEW: MSC.MSC_TRADING_PARTNERS#
12.2.2
owner:MSC, object_type:VIEW, object_name:MSC_TRADING_PARTNERS#, status:VALID,
-
VIEW: MSC.MSC_ST_TRADING_PARTNERS#
12.2.2
owner:MSC, object_type:VIEW, object_name:MSC_ST_TRADING_PARTNERS#, status:VALID,
-
View: AS_SALES_TEAM_PTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_SALES_TEAM_PTR_V, object_name:AS_SALES_TEAM_PTR_V, status:VALID, product: AS - Sales Foundation , description: Sales team view for partner , implementation_dba_data: APPS.AS_SALES_TEAM_PTR_V ,
-
View: AS_SALES_TEAM_DISTINCT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_SALES_TEAM_DISTINCT_V, object_name:AS_SALES_TEAM_DISTINCT_V, status:VALID, product: AS - Sales Foundation , description: Distinct account sales team view , implementation_dba_data: APPS.AS_SALES_TEAM_DISTINCT_V ,
-
View: AST_SALES_TEAM_PTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_SALES_TEAM_PTR_V, object_name:AST_SALES_TEAM_PTR_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_SALES_TEAM_PTR_V ,
-
View: AST_SALES_TEAM_PTR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_SALES_TEAM_PTR_V, object_name:AST_SALES_TEAM_PTR_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_SALES_TEAM_PTR_V ,
-
VIEW: APPS.AS_SALES_TEAM_DISTINCT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_SALES_TEAM_DISTINCT_V, object_name:AS_SALES_TEAM_DISTINCT_V, status:VALID,
-
VIEW: APPS.AST_SALES_TEAM_PTR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_SALES_TEAM_PTR_V, object_name:AST_SALES_TEAM_PTR_V, status:VALID,
-
VIEW: APPS.AST_SALES_TEAM_PTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_SALES_TEAM_PTR_V, object_name:AST_SALES_TEAM_PTR_V, status:VALID,
-
View: AS_SALES_TEAM_PTR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_SALES_TEAM_PTR_V, object_name:AS_SALES_TEAM_PTR_V, status:VALID, product: AS - Sales Foundation , description: Sales team view for partner , implementation_dba_data: APPS.AS_SALES_TEAM_PTR_V ,
-
View: AS_SALES_TEAM_DISTINCT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_SALES_TEAM_DISTINCT_V, object_name:AS_SALES_TEAM_DISTINCT_V, status:VALID, product: AS - Sales Foundation , description: Distinct account sales team view , implementation_dba_data: APPS.AS_SALES_TEAM_DISTINCT_V ,
-
VIEW: APPS.AS_SALES_TEAM_PTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_SALES_TEAM_PTR_V, object_name:AS_SALES_TEAM_PTR_V, status:VALID,
-
VIEW: APPS.AS_SALES_TEAM_DISTINCT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_SALES_TEAM_DISTINCT_V, object_name:AS_SALES_TEAM_DISTINCT_V, status:VALID,
-
View: AS_SALES_TEAM_V
12.2.2
product: AS - Sales Foundation , description: Sales team view , implementation_dba_data: Not implemented in this database ,
-
View: AS_SALES_TEAM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_SALES_TEAM_V, object_name:AS_SALES_TEAM_V, status:VALID, product: AS - Sales Foundation , description: Sales team view , implementation_dba_data: APPS.AS_SALES_TEAM_V ,
-
TABLE: MSC.MSC_TRADING_PARTNERS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_TRADING_PARTNERS, object_name:MSC_TRADING_PARTNERS, status:VALID,
-
VIEW: APPS.AS_SALES_TEAM_PTR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_SALES_TEAM_PTR_V, object_name:AS_SALES_TEAM_PTR_V, status:VALID,
-
TABLE: MSC.MSC_ST_TRADING_PARTNERS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_TRADING_PARTNERS, object_name:MSC_ST_TRADING_PARTNERS, status:VALID,
-
TABLE: MSC.MSC_TRADING_PARTNERS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_TRADING_PARTNERS, object_name:MSC_TRADING_PARTNERS, status:VALID,
-
TABLE: MSC.MSC_ST_TRADING_PARTNERS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_TRADING_PARTNERS, object_name:MSC_ST_TRADING_PARTNERS, status:VALID,
-
APPS.MSC_CL_SETUP_PULL SQL Statements
12.1.1
-
APPS.MSC_CL_SETUP_PULL SQL Statements
12.2.2
-
APPS.PVX_MISC_PVT SQL Statements
12.1.1
-
APPS.PVX_MISC_PVT SQL Statements
12.2.2
-
APPS.MSC_CL_SETUP_ODS_LOAD SQL Statements
12.1.1
-
APPS.MSC_CL_SETUP_ODS_LOAD SQL Statements
12.2.2
-
PACKAGE: APPS.AS_ACCESS_PUB
12.2.2
-
PACKAGE: APPS.AS_ACCESS_PUB
12.1.1
-
PACKAGE BODY: APPS.MSC_CL_SETUP_PULL
12.2.2
-
PACKAGE BODY: APPS.MSC_CL_SETUP_PULL
12.1.1
-
PACKAGE BODY: APPS.MSC_CL_SETUP_ODS_LOAD
12.1.1
-
PACKAGE BODY: APPS.AS_ACCESS_PUB_W
12.2.2
-
PACKAGE BODY: APPS.MSC_CL_SETUP_ODS_LOAD
12.2.2
-
PACKAGE BODY: APPS.AS_ACCESS_PUB_W
12.1.1
-
APPS.PVX_MISC_PVT dependencies on HZ_PARTIES
12.1.1
-
APPS.PVX_MISC_PVT dependencies on HZ_PARTIES
12.2.2
-
APPS.AS_ACCESS_PUB dependencies on FND_API
12.2.2
-
APPS.AS_ACCESS_PUB dependencies on FND_API
12.1.1
-
APPS.MSC_CL_COPY_STG_TBL SQL Statements
12.2.2
-
PACKAGE BODY: APPS.PVX_MISC_PVT
12.2.2
-
PACKAGE BODY: APPS.PVX_MISC_PVT
12.1.1
-
PACKAGE BODY: APPS.MSC_CL_COPY_STG_TBL
12.2.2
-
eTRM - AS Tables and Views
12.1.1
description: - Retrofitted ,