Search Results fv_cust_vend_xrefs
Overview
FV_CUST_VEND_XREFS is a base table in the Federal Financials (FV) product of Oracle E-Business Suite, available in both 12.1.1 and 12.2.2. It stores the AR/AP Netting Customer-Vendor Cross Reference definitions maintained through the AR/AP Netting Customer Vendor Cross Reference form. The table establishes the mapping between a Receivables customer and a Payables vendor, scoped by ledger, so that netting transactions can be generated and reconciled between the two subledgers. Because the mapping is defined at the set of books (ledger) level, the same customer and vendor combination can theoretically be cross-referenced differently across distinct ledgers.
From a data modeling perspective, the metadata suggests a satellite-leaning classification under a Data Vault heuristic. The table is anchored by a surrogate primary key and carries a business key composed of its ledger, customer, and vendor identifiers, which is characteristic of a satellite or a link-satellite rather than a standalone hub. This classification is a modeling suggestion derived from the key and foreign key structure rather than a prescribed Oracle design.
Key Information Stored
The table comprises 25 documented columns. The most significant include:
- CUST_VEND_XREF_ID — The surrogate primary key (FV_CUST_VEND_XREFS_PK1), uniquely identifying each cross-reference record and serving as the technical row identifier.
- CUSTOMER_ID — The Receivables customer identifier participating in the netting relationship.
- VENDOR_ID — The Payables vendor identifier, which carries a foreign key to PO_VENDORS.
- SET_OF_BOOKS_ID — The ledger context within which the customer-vendor mapping is valid.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN — Standard audit columns recording who last changed the record and through which login.
- CREATION_DATE, CREATED_BY — Standard audit columns recording record creation.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1 through ATTRIBUTE15 — The flexible descriptive flexfield columns reserved for installation-specific extensions.
Two unique indexes act as business-key candidates: FV_CUST_VEND_XREFS_U2 on CUST_VEND_XREF_ID and FV_CUST_VEND_XREFS_U3 on the composite of SET_OF_BOOKS_ID, CUSTOMER_ID, and VENDOR_ID. The U3 index enforces that a given customer-vendor pairing is unique per ledger. The surrogate key, by contrast, is a system-generated identifier that carries no business meaning.
Common Use Cases and Queries
Typical usage centers on confirming or reporting netting relationships. A common query resolves a customer to its netting vendor within a ledger:
- Join FV_CUST_VEND_XREFS to PO_VENDORS on VENDOR_ID to obtain vendor name and site details for a given CUSTOMER_ID and SET_OF_BOOKS_ID.
- Detect duplicate or missing cross-references by grouping on SET_OF_BOOKS_ID, CUSTOMER_ID, and VENDOR_ID and comparing against the unique index expectations.
- Reconcile netting activity by extracting all cross-references for a ledger and matching them against AR and AP transactions for the same customer and vendor.
- Audit changes by filtering on LAST_UPDATE_DATE to identify recently maintained cross-references.
Flexfield attributes should be selected only when the installation has configured ATTRIBUTE_CATEGORY and the corresponding ATTRIBUTE segments.
Related Objects
The most significant related objects include:
- PO_VENDORS — Referenced through the foreign key FV_CUST_VEND_XREFS.VENDOR_ID, providing vendor master information.
- HZ_CUST_ACCOUNTS / RA_CUSTOMERS — Source of the CUSTOMER_ID value used for the Receivables side of the netting relationship.
- GL_SETS_OF_BOOKS (FND_SETID_SETS) — Provides the ledger definition corresponding to SET_OF_BOOKS_ID.
- FV_AR_AP_NETTING and related netting tables — Consume these cross-references when generating netting transactions.
- The AR/AP Netting Customer Vendor Cross Reference form — The maintenance interface that inserts, updates, and deletes rows in this table.
Together these objects support the end-to-end federal netting workflow that this table underpins.
-
Table: FV_CUST_VEND_XREFS
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_CUST_VEND_XREFS, object_name:FV_CUST_VEND_XREFS, status:VALID, product: FV - Federal Financials , description: Base table used for the AR/AP Netting Customer Vendor Cross Reference form , implementation_dba_data: FV.FV_CUST_VEND_XREFS ,
-
Table: FV_CUST_VEND_XREFS
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_CUST_VEND_XREFS, object_name:FV_CUST_VEND_XREFS, status:VALID, product: FV - Federal Financials , description: Base table used for the AR/AP Netting Customer Vendor Cross Reference form , implementation_dba_data: FV.FV_CUST_VEND_XREFS ,
-
VIEW: APPS.FV_CUST_VEND_XREFS_DFV
12.1.1
-
VIEW: APPS.FV_CUST_VEND_XREFS_DFV
12.2.2
-
SYNONYM: APPS.FV_CUST_VEND_XREFS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FV_CUST_VEND_XREFS, status:VALID,
-
SYNONYM: APPS.FV_CUST_VEND_XREFS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FV_CUST_VEND_XREFS, status:VALID,
-
VIEW: FV.FV_CUST_VEND_XREFS#
12.2.2
owner:FV, object_type:VIEW, object_name:FV_CUST_VEND_XREFS#, status:VALID,
-
VIEW: FV.FV_CUST_VEND_XREFS#
12.2.2
-
PACKAGE BODY: APPS.FV_CMERGE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FV_CMERGE, status:VALID,
-
APPS.FV_CMERGE SQL Statements
12.2.2
-
APPS.FV_CMERGE SQL Statements
12.1.1
-
View: FV_CUST_VEND_XREFS_V
12.1.1
product: FV - Federal Financials , description: Used for the AR/AP Netting Customer Vendor Cross Reference form that is based on the table FV_CUST_VEND_XREFS , implementation_dba_data: Not implemented in this database ,
-
View: FV_CUST_VEND_XREFS_V
12.2.2
product: FV - Federal Financials , description: Used for the AR/AP Netting Customer Vendor Cross Reference form that is based on the table FV_CUST_VEND_XREFS , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.FV_CUST_VEND_XREFS_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:FV_CUST_VEND_XREFS_DFV, status:VALID,
-
PACKAGE BODY: APPS.FV_CMERGE
12.1.1
-
PACKAGE BODY: APPS.FV_CMERGE
12.2.2
-
TABLE: FV.FV_CUST_VEND_XREFS
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_CUST_VEND_XREFS, object_name:FV_CUST_VEND_XREFS, status:VALID,
-
VIEW: APPS.FV_CUST_VEND_XREFS_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:FV_CUST_VEND_XREFS_DFV, status:VALID,
-
TABLE: FV.FV_CUST_VEND_XREFS
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_CUST_VEND_XREFS, object_name:FV_CUST_VEND_XREFS, status:VALID,
-
PACKAGE BODY: APPS.FV_CMERGE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FV_CMERGE, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
Table: PO_VENDORS
12.1.1
product: PO - Purchasing , description: Suppliers , implementation_dba_data: Not implemented in this database ,
-
12.2.2 DBA Data
12.2.2
-
Table: PO_VENDORS
12.2.2
product: PO - Purchasing , description: Suppliers , implementation_dba_data: Not implemented in this database ,
-
APPS.FV_CMERGE dependencies on FV_CUST_VEND_XREFS
12.2.2
-
APPS.FV_CMERGE dependencies on FV_CUST_VEND_XREFS
12.1.1
-
APPS.FV_CMERGE dependencies on RA_CUSTOMER_MERGES
12.1.1
-
APPS.FV_CMERGE dependencies on RA_CUSTOMER_MERGES
12.2.2
-
APPS.FV_CMERGE dependencies on FND_LOG
12.1.1
-
APPS.FV_CMERGE dependencies on FND_LOG
12.2.2
-
APPS.FV_CMERGE dependencies on FV_UTILITY
12.1.1
-
APPS.FV_CMERGE dependencies on FV_INTERAGENCY_FUNDS
12.1.1
-
APPS.FV_CMERGE dependencies on ARP_MESSAGE
12.1.1
-
APPS.FV_CMERGE dependencies on ARP_MESSAGE
12.2.2
-
APPS.FV_CMERGE dependencies on FV_UTILITY
12.2.2
-
APPS.FV_CMERGE dependencies on STANDARD
12.1.1
-
APPS.FV_CMERGE dependencies on STANDARD
12.2.2
-
APPS.FV_CMERGE dependencies on ARP_STANDARD
12.2.2
-
APPS.FV_CMERGE dependencies on FV_INTERAGENCY_FUNDS
12.2.2
-
APPS.FV_CMERGE dependencies on HZ_CUSTOMER_MERGE_LOG_S
12.1.1
-
APPS.FV_CMERGE dependencies on HZ_CUSTOMER_MERGE_LOG_S
12.2.2
-
APPS.FV_CMERGE dependencies on ARP_STANDARD
12.1.1