Search Results supplier_contact_id
Overview
ICX_LOV_DUMMY_V is a database view owned by the APPS schema in Oracle E-Business Suite releases 12.1.1 and 12.2.2. It resides within the ICX product family, which corresponds to Oracle iProcurement. The object is documented in the E-Business Suite Technical Reference Manual (ETRM) with a status of VALID but carries an explicit description of "Obsolete." This classification indicates that the view is retained solely for backward compatibility and is no longer referenced by supported application code paths within the current release.
The view is a static, single-row construct. Rather than querying transactional or master data, it derives all of its column values from the DUAL table using literal string concatenation. Its historical purpose was to serve as a placeholder List of Values (LOV) source for contact identifier fields, providing the iProcurement user interface with a structurally valid but functionally empty record set during development or in configurations where no real contact data source was required. Because it returns constant values rather than querying application tables, it has no role in production reporting, data integration, or business intelligence workloads. Functional users and implementers should treat any reference to this view as a legacy artifact.
Underlying Base Objects
The ETRM metadata documents a single referenced base object: DUAL, owned by SYS. The view definition is:
- SELECT DUMMY||'1' CUSTOMER_CONTACT_ID,
- DUMMY||'2' INTERNAL_CONTACT_ID,
- DUMMY||'3' SUPPLIER_CONTACT_ID
- FROM SYS.DUAL
Because DUAL contains exactly one row, the view always returns exactly one row. Each output column is formed by concatenating the DUAL.DUMMY pseudo-column (the character literal 'X') with a numeric suffix, producing the fixed values 'X1', 'X2', and 'X3'. No joins, filters, or subqueries are present. Consequently, the view has no dependency on any APPS transactional table and cannot reflect any change in application data. There is no relationship to customer, supplier, or HR contact tables; the naming of the columns is suggestive only and carries no referential meaning.
Key Columns
The view exposes three columns, all of type VARCHAR2 by virtue of the concatenation operation:
- CUSTOMER_CONTACT_ID — Returns the constant value 'X1'. Historically represented the identifier slot for a customer-side contact in an LOV.
- INTERNAL_CONTACT_ID — Returns the constant value 'X2'. Historically represented the identifier slot for an internal (employee) contact.
- SUPPLIER_CONTACT_ID — Returns the constant value 'X3'. Historically represented the identifier slot for a supplier-side contact.
None of these columns are key-flexfield enabled, none participate in foreign key constraints, and none carry validation against a lookup, value set, or ID flexfield. The values are deterministic and invariant across all environments and releases.
Common Use Cases and Queries
No supported business use case exists for this view in EBS 12.1.1 or 12.2.2. It is not consumed by standard concurrent programs, Oracle Reports, OAF pages, or interface tables. Its only legitimate diagnostic use is confirmation of presence or definition during upgrade or patching analysis. A typical inspection query is:
- SELECT customer_contact_id, internal_contact_id, supplier_contact_id FROM apps.icx_lov_dummy_v;
This returns the single row 'X1', 'X2', 'X3'. A DBA verifying object status may also query:
- SELECT object_name, object_type, status FROM dba_objects WHERE object_name = 'ICX_LOV_DUMMY_V';
Customizations must never JOIN or reference this view for contact resolution. Any custom code found using it should be remediated to select from the appropriate contact source, such as HZ_CUST_ACCOUNT_ROLES, PER_ALL_PEOPLE_F, or PO_VENDOR_CONTACTS. Given its obsolete designation, the view may be removed in a future release, and dependent custom objects would then fail validation.
-
View: ICX_LOV_DUMMY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_LOV_DUMMY_V, object_name:ICX_LOV_DUMMY_V, status:VALID, product: ICX - Oracle iProcurement , description: Obsolete , implementation_dba_data: APPS.ICX_LOV_DUMMY_V ,
-
VIEW: PO.PO_PROTESTS#
12.2.2
-
VIEW: ICX.ICX_CAT_ITEM_PRICES#
12.2.2
-
VIEW: ICX.POR_NONCAT_TEMPLATES_ALL_B#
12.2.2
-
View: ICX_LOV_DUMMY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_LOV_DUMMY_V, object_name:ICX_LOV_DUMMY_V, status:VALID, product: ICX - Oracle iProcurement , description: Obsolete , implementation_dba_data: APPS.ICX_LOV_DUMMY_V ,
-
VIEW: APPS.ICX_LOV_DUMMY_V
12.1.1
-
VIEW: ICX.ICX_CAT_ITEMS_CTX_HDRS_TLP#
12.2.2
-
VIEW: APPS.ICX_LOV_DUMMY_V
12.2.2
-
VIEW: OZF.OZF_SD_REQUEST_HEADERS_ALL_B#
12.2.2
-
VIEW: APPS.ICX_LOV_DUMMY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_LOV_DUMMY_V, object_name:ICX_LOV_DUMMY_V, status:VALID,
-
View: JTF_RS_SUPPLIERS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_SUPPLIERS_VL, object_name:JTF_RS_SUPPLIERS_VL, status:VALID, product: JTF - CRM Foundation , description: The details of supplier contacts that can be imported as resource or are already present as resource , implementation_dba_data: APPS.JTF_RS_SUPPLIERS_VL ,
-
VIEW: APPS.ICX_LOV_DUMMY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_LOV_DUMMY_V, object_name:ICX_LOV_DUMMY_V, status:VALID,
-
VIEW: APPS.ICX_SUPPLIER_CONTACT_LOV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_SUPPLIER_CONTACT_LOV, object_name:ICX_SUPPLIER_CONTACT_LOV, status:VALID,
-
VIEW: APPS.JTF_RS_SUPPLIERS_VL
12.1.1
-
View: JTF_RS_SUPPLIERS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_SUPPLIERS_VL, object_name:JTF_RS_SUPPLIERS_VL, status:VALID, product: JTF - CRM Foundation , description: The details of supplier contacts that can be imported as resource or are already present as resource , implementation_dba_data: APPS.JTF_RS_SUPPLIERS_VL ,
-
VIEW: APPS.ICX_SUPPLIER_CONTACT_LOV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_SUPPLIER_CONTACT_LOV, object_name:ICX_SUPPLIER_CONTACT_LOV, status:VALID,
-
VIEW: APPS.PON_AUC_NOTIF_DELIV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PON.PON_AUC_NOTIF_DELIV_V, object_name:PON_AUC_NOTIF_DELIV_V, status:VALID,
-
VIEW: APPS.POFV_RFQ_SUPPLIER_LIST_ENTRIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_RFQ_SUPPLIER_LIST_ENTRIES, object_name:POFV_RFQ_SUPPLIER_LIST_ENTRIES, status:VALID,
-
VIEW: RLM.RLM_CUST_ITEM_TERMS_ALL#
12.2.2
-
VIEW: APPS.POBV_RFQ_SUPPLIER_LIST_ENTRIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_RFQ_SUPPLIER_LIST_ENTRIES, object_name:POBV_RFQ_SUPPLIER_LIST_ENTRIES, status:VALID,
-
VIEW: APPS.POFV_RFQ_SUPPLIER_LIST_ENTRIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_RFQ_SUPPLIER_LIST_ENTRIES, object_name:POFV_RFQ_SUPPLIER_LIST_ENTRIES, status:VALID,
-
VIEW: APPS.POBV_RFQ_SUPPLIERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_RFQ_SUPPLIERS, object_name:POBV_RFQ_SUPPLIERS, status:VALID,
-
VIEW: APPS.JTF_RS_SUPPLIERS_VL
12.2.2
-
VIEW: APPS.POBV_RFQ_SUPPLIER_LIST_ENTRIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_RFQ_SUPPLIER_LIST_ENTRIES, object_name:POBV_RFQ_SUPPLIER_LIST_ENTRIES, status:VALID,
-
VIEW: RLM.RLM_CUST_SHIPTO_TERMS_ALL#
12.2.2
-
View: RLM_CUST_SHIPTO_TERMS_UNIQUE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:RLM.RLM_CUST_SHIPTO_TERMS_UNIQUE, object_name:RLM_CUST_SHIPTO_TERMS_UNIQUE, status:VALID, product: RLM - Release Management , implementation_dba_data: APPS.RLM_CUST_SHIPTO_TERMS_UNIQUE ,
-
VIEW: APPS.RLM_CUST_SHIPTO_TERMS_UNIQUE
12.2.2
-
VIEW: APPS.PON_AUC_NOTIF_DELIV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PON.PON_AUC_NOTIF_DELIV_V, object_name:PON_AUC_NOTIF_DELIV_V, status:VALID,
-
VIEW: APPS.POBV_RFQ_SUPPLIERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_RFQ_SUPPLIERS, object_name:POBV_RFQ_SUPPLIERS, status:VALID,
-
VIEW: ICX.ICX_CAT_ITEM_PRICES#
12.2.2
owner:ICX, object_type:VIEW, object_name:ICX_CAT_ITEM_PRICES#, status:VALID,
-
VIEW: APPS.POFV_RFQ_SUPPLIERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_RFQ_SUPPLIERS, object_name:POFV_RFQ_SUPPLIERS, status:VALID,
-
VIEW: APPS.POFV_RFQ_SUPPLIERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_RFQ_SUPPLIERS, object_name:POFV_RFQ_SUPPLIERS, status:VALID,
-
VIEW: APPS.POBV_SUPPLIER_CONTACTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_SUPPLIER_CONTACTS, object_name:POBV_SUPPLIER_CONTACTS, status:VALID,
-
VIEW: APPS.RLM_CUST_SHIPTO_TERMS_UNIQUE
12.1.1
-
View: RLM_CUST_SHIPTO_TERMS_UNIQUE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:RLM.RLM_CUST_SHIPTO_TERMS_UNIQUE, object_name:RLM_CUST_SHIPTO_TERMS_UNIQUE, status:VALID, product: RLM - Release Management , implementation_dba_data: APPS.RLM_CUST_SHIPTO_TERMS_UNIQUE ,
-
TABLE: PO.PO_PROTESTS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_PROTESTS, object_name:PO_PROTESTS, status:VALID,
-
VIEW: APPS.POFV_SUPPLIER_CONTACTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_SUPPLIER_CONTACTS, object_name:POFV_SUPPLIER_CONTACTS, status:VALID,
-
VIEW: APPS.PJM_PROJECT_RFQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PROJECT_RFQ_V, object_name:PJM_PROJECT_RFQ_V, status:VALID,
-
VIEW: PO.PO_PROTESTS#
12.2.2
owner:PO, object_type:VIEW, object_name:PO_PROTESTS#, status:VALID,
-
VIEW: APPS.POBV_SUPPLIER_CONTACTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_SUPPLIER_CONTACTS, object_name:POBV_SUPPLIER_CONTACTS, status:VALID,
-
View: ICX_SUPPLIER_CONTACT_LOV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_SUPPLIER_CONTACT_LOV, object_name:ICX_SUPPLIER_CONTACT_LOV, status:VALID, product: ICX - Oracle iProcurement , description: Obsolete , implementation_dba_data: APPS.ICX_SUPPLIER_CONTACT_LOV ,
-
VIEW: APPS.POFV_SUPPLIER_CONTACTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_SUPPLIER_CONTACTS, object_name:POFV_SUPPLIER_CONTACTS, status:VALID,
-
View: PON_AUC_NOTIF_DELIV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PON.PON_AUC_NOTIF_DELIV_V, object_name:PON_AUC_NOTIF_DELIV_V, status:VALID, product: PON - Sourcing , description: This is the view used by contract team about active bids and the associated auction information. , implementation_dba_data: APPS.PON_AUC_NOTIF_DELIV_V ,
-
View: POBV_RFQ_SUPPLIER_LIST_ENTRIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_RFQ_SUPPLIER_LIST_ENTRIES, object_name:POBV_RFQ_SUPPLIER_LIST_ENTRIES, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_RFQ_SUPPLIER_LIST_ENTRIES ,
-
View: POBV_RFQ_SUPPLIER_LIST_ENTRIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_RFQ_SUPPLIER_LIST_ENTRIES, object_name:POBV_RFQ_SUPPLIER_LIST_ENTRIES, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_RFQ_SUPPLIER_LIST_ENTRIES ,
-
VIEW: APPS.PJM_PROJECT_RFQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_PROJECT_RFQ_V, object_name:PJM_PROJECT_RFQ_V, status:VALID,
-
VIEW: ICX.ICX_CAT_ITEMS_CTX_HDRS_TLP#
12.2.2
owner:ICX, object_type:VIEW, object_name:ICX_CAT_ITEMS_CTX_HDRS_TLP#, status:VALID,
-
View: PON_AUC_NOTIF_DELIV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PON.PON_AUC_NOTIF_DELIV_V, object_name:PON_AUC_NOTIF_DELIV_V, status:VALID, product: PON - Sourcing , description: This is the view used by contract team about active bids and the associated auction information. , implementation_dba_data: APPS.PON_AUC_NOTIF_DELIV_V ,
-
View: ICX_SUPPLIER_CONTACT_LOV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_SUPPLIER_CONTACT_LOV, object_name:ICX_SUPPLIER_CONTACT_LOV, status:VALID, product: ICX - Oracle iProcurement , description: Obsolete , implementation_dba_data: APPS.ICX_SUPPLIER_CONTACT_LOV ,
-
View: POBV_RFQ_SUPPLIERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_RFQ_SUPPLIERS, object_name:POBV_RFQ_SUPPLIERS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_RFQ_SUPPLIERS ,