Search Results contract_rate
Overview
APPS.ICX_POR_EXT_ACTIVE_CONTRACTS is a database view owned by the APPS schema and registered in Oracle E-Business Suite under the FND Design Data reference ICX.ICX_POR_EXT_ACTIVE_CONTRACTS. It presents a flattened, denormalized projection of active supplier contract information for use by Internet Procurement catalog and sourcing functions. The view is designated Oracle Internal Use Only; Oracle Corporation does not support direct access to applications data through this object except from standard Oracle Applications programs. Its status is VALID and its view type is classified as Internal.
In the 12.1.1 and 12.2.2 releases, the view is predominantly consumed by the iProcurement and Purchasing integration layer to surface contract pricing, rate information, and supplier details to end users during requisition entry and catalog browsing. The inclusion of CONTRACT_RATE, CONTRACT_RATE_TYPE, and CONTRACT_RATE_DATE reflects the object's role in exposing exchange-rate-derived contract pricing, which is directly relevant to the search term "contract_rate." These columns allow callers to distinguish the raw unit price from the rate-converted contract price and to identify the conversion rate type and effective date applied.
Underlying Base Objects
The view is defined over several Purchasing and General Ledger base objects. Documented dependencies include:
PO_HEADERS_ALL— contract header records, supplying contract number and supplier linkage.PO_LINES_ALL— contract line attributes including item, category, and unit of measure.PO_LINE_LOCATIONS_ALL— shipment and price-break level details.PO_LINE_TYPES— line type classification.PO_QUOTATION_APPROVALS_ALL— approval state used to filter for active contracts.PO_VENDORS— supplier name and supplier identifiers.GL_DAILY_CONVERSION_TYPES— currency conversion rate types.GL_SETS_OF_BOOKS— ledger context for rate determination.FINANCIALS_SYSTEM_PARAMS_ALL— system-level currency and rate defaults.
The view references no other database objects and is not referenced by any database object, confirming it functions as a terminal read-only projection. The reliance on PO_QUOTATION_APPROVALS_ALL distinguishes it from generic contract views, restricting output to approved, active agreements.
Key Columns
Principal columns include CONTRACT_NUM, CONTRACT_LINE, CONTRACT_ID, and CONTRACT_LINE_ID, which identify the agreement and its lines. Item-level detail is exposed via ITEM_ID, ITEM_DESCRIPTION, CATEGORY_ID, and UNIT_OF_MEASURE. Pricing is represented by UNIT_PRICE, CURRENCY, CONTRACT_PRICE, and CONTRACT_CURRENCY.
The rate-related columns are central: CONTRACT_RATE holds the numeric conversion rate, CONTRACT_RATE_TYPE identifies the rate type from GL_DAILY_CONVERSION_TYPES, and CONTRACT_RATE_DATE records the effective date used for conversion. Supplier context is provided by SUPPLIER, SUPPLIER_ID, SUPPLIER_SITE_ID, and SUPPLIER_PART_NUMBER. Additional columns include PICTURE_URL, OPERATING_UNIT_ID, CREATION_DATE, and LAST_UPDATE_DATE.
Common Use Cases and Queries
A typical use is retrieving contract pricing with rate conversion details for a specific item and supplier.
SELECT contract_num, contract_line, item_description,
unit_price, currency, contract_price, contract_currency,
contract_rate_type, contract_rate_date, contract_rate
FROM apps.icx_por_ext_active_contracts
WHERE item_id = :p_item_id
AND supplier_id = :p_supplier_id;
Another scenario audits rate types applied across operating units:
SELECT operating_unit_id, contract_rate_type,
COUNT(*) rate_count, AVG(contract_rate) avg_rate
FROM apps.icx_por_ext_active_contracts
WHERE contract_rate_date >= :p_from_date
GROUP BY operating_unit_id, contract_rate_type;
Because the object is Oracle Internal Use Only, queries should be limited to supported application flows or controlled reporting environments.
-
VIEW: APPS.ICX_POR_EXT_ACTIVE_CONTRACTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_EXT_ACTIVE_CONTRACTS, object_name:ICX_POR_EXT_ACTIVE_CONTRACTS, status:VALID,
-
View: ICX_POR_REQ_CONTRACTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_REQ_CONTRACTS, object_name:ICX_POR_REQ_CONTRACTS, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.ICX_POR_REQ_CONTRACTS ,
-
VIEW: APPS.ICX_POR_REQ_TEMPLATES
12.2.2
-
View: ICX_POR_REQ_TEMPLATES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_REQ_TEMPLATES, object_name:ICX_POR_REQ_TEMPLATES, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.ICX_POR_REQ_TEMPLATES ,
-
View: IGS_FI_F_CAT_FEE_LBL_SCA_RT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_F_CAT_FEE_LBL_SCA_RT_V, object_name:IGS_FI_F_CAT_FEE_LBL_SCA_RT_V, status:VALID, product: IGS - Student System , description: No longer used , implementation_dba_data: APPS.IGS_FI_F_CAT_FEE_LBL_SCA_RT_V ,
-
VIEW: APPS.ICX_POR_REQ_ACTIVE_CONTRACTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_REQ_ACTIVE_CONTRACTS, object_name:ICX_POR_REQ_ACTIVE_CONTRACTS, status:VALID,
-
VIEW: APPS.ICX_POR_EXT_INACTIVE_CONTRACTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_EXT_INACTIVE_CONTRACTS, object_name:ICX_POR_EXT_INACTIVE_CONTRACTS, status:VALID,
-
View: ICX_POR_EXT_CONTRACTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_EXT_CONTRACTS, object_name:ICX_POR_EXT_CONTRACTS, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.ICX_POR_EXT_CONTRACTS ,
-
VIEW: APPS.ICX_POR_REQ_INACTIVE_CONTRACTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_REQ_INACTIVE_CONTRACTS, object_name:ICX_POR_REQ_INACTIVE_CONTRACTS, status:VALID,
-
View: IGS_FI_F_CAT_FEE_LBL_SCA_RT_V
12.2.2
product: IGS - Student System (Obsolete) , description: No longer used , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.ICX_POR_REQ_CONTRACTS
12.2.2
-
View: ICX_POR_REQ_CONTRACTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_REQ_CONTRACTS, object_name:ICX_POR_REQ_CONTRACTS, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.ICX_POR_REQ_CONTRACTS ,
-
VIEW: APPS.ICX_POR_EXT_ACTIVE_CONTRACTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_EXT_ACTIVE_CONTRACTS, object_name:ICX_POR_EXT_ACTIVE_CONTRACTS, status:VALID,
-
VIEW: APPS.ICX_POR_REQ_ACTIVE_CONTRACTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_REQ_ACTIVE_CONTRACTS, object_name:ICX_POR_REQ_ACTIVE_CONTRACTS, status:VALID,
-
View: ICX_POR_REQ_TEMPLATES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_REQ_TEMPLATES, object_name:ICX_POR_REQ_TEMPLATES, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.ICX_POR_REQ_TEMPLATES ,
-
VIEW: APPS.ICX_POR_REQ_TEMPLATES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_REQ_TEMPLATES, object_name:ICX_POR_REQ_TEMPLATES, status:VALID,
-
VIEW: APPS.ICX_POR_REQ_TEMPLATES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_REQ_TEMPLATES, object_name:ICX_POR_REQ_TEMPLATES, status:VALID,
-
View: ICX_POR_EXT_CONTRACTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_EXT_CONTRACTS, object_name:ICX_POR_EXT_CONTRACTS, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.ICX_POR_EXT_CONTRACTS ,
-
VIEW: APPS.ICX_POR_EXT_INACTIVE_CONTRACTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_EXT_INACTIVE_CONTRACTS, object_name:ICX_POR_EXT_INACTIVE_CONTRACTS, status:VALID,
-
View: XTR_REVIEW_ALL_CONTRACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_REVIEW_ALL_CONTRACTS_V, object_name:XTR_REVIEW_ALL_CONTRACTS_V, status:VALID, product: XTR - Treasury , description: This view contains full deal information for all instruments with the exception of exposure transactions. Its main purpose is to inquire on deal information across all deal types. , implementation_dba_data: APPS.XTR_REVIEW_ALL_CONTRACTS_V ,
-
VIEW: APPS.ICX_POR_REQ_INACTIVE_CONTRACTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_REQ_INACTIVE_CONTRACTS, object_name:ICX_POR_REQ_INACTIVE_CONTRACTS, status:VALID,
-
VIEW: APPS.XTR_A_ALL_CONTRACTS_V
12.2.2
-
View: ICX_POR_EXT_INACTIVE_CONTRACTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_EXT_INACTIVE_CONTRACTS, object_name:ICX_POR_EXT_INACTIVE_CONTRACTS, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.ICX_POR_EXT_INACTIVE_CONTRACTS ,
-
View: ICX_POR_EXT_INACTIVE_CONTRACTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_EXT_INACTIVE_CONTRACTS, object_name:ICX_POR_EXT_INACTIVE_CONTRACTS, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.ICX_POR_EXT_INACTIVE_CONTRACTS ,
-
View: XTR_A_ALL_CONTRACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_A_ALL_CONTRACTS_V, object_name:XTR_A_ALL_CONTRACTS_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_A_ALL_CONTRACTS_V ,
-
View: XTR_A_ALL_CONTRACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_A_ALL_CONTRACTS_V, object_name:XTR_A_ALL_CONTRACTS_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_A_ALL_CONTRACTS_V ,
-
VIEW: APPS.IGS_FI_F_CAT_FEE_LBL_SCA_RT_V
12.1.1
-
View: ICX_POR_REQ_ACTIVE_CONTRACTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_REQ_ACTIVE_CONTRACTS, object_name:ICX_POR_REQ_ACTIVE_CONTRACTS, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.ICX_POR_REQ_ACTIVE_CONTRACTS ,
-
View: ICX_POR_REQ_ACTIVE_CONTRACTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_REQ_ACTIVE_CONTRACTS, object_name:ICX_POR_REQ_ACTIVE_CONTRACTS, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.ICX_POR_REQ_ACTIVE_CONTRACTS ,
-
VIEW: APPS.ICX_POR_REQ_TEMPLATES
12.1.1
-
VIEW: APPS.XTR_A_ALL_CONTRACTS_V
12.1.1
-
VIEW: APPS.ICX_POR_REQ_CONTRACTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_REQ_CONTRACTS, object_name:ICX_POR_REQ_CONTRACTS, status:VALID,
-
View: ICX_POR_REQ_INACTIVE_CONTRACTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_REQ_INACTIVE_CONTRACTS, object_name:ICX_POR_REQ_INACTIVE_CONTRACTS, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.ICX_POR_REQ_INACTIVE_CONTRACTS ,
-
VIEW: APPS.ICX_POR_EXT_CONTRACTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_EXT_CONTRACTS, object_name:ICX_POR_EXT_CONTRACTS, status:VALID,
-
VIEW: XTR.XTR_R_DEALS#
12.2.2
-
View: ICX_POR_REQ_INACTIVE_CONTRACTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_REQ_INACTIVE_CONTRACTS, object_name:ICX_POR_REQ_INACTIVE_CONTRACTS, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.ICX_POR_REQ_INACTIVE_CONTRACTS ,
-
VIEW: APPS.ICX_POR_REQ_CONTRACTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_REQ_CONTRACTS, object_name:ICX_POR_REQ_CONTRACTS, status:VALID,
-
VIEW: APPS.ICX_POR_EXT_CONTRACTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_EXT_CONTRACTS, object_name:ICX_POR_EXT_CONTRACTS, status:VALID,
-
VIEW: APPS.XTR_R_DEALS_V
12.1.1
-
VIEW: APPS.ICX_POR_EXT_INACTIVE_CONTRACTS
12.2.2
-
VIEW: APPS.XTR_A_ALL_CONTRACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_A_ALL_CONTRACTS_V, object_name:XTR_A_ALL_CONTRACTS_V, status:VALID,
-
View: ICX_POR_EXT_ACTIVE_CONTRACTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_EXT_ACTIVE_CONTRACTS, object_name:ICX_POR_EXT_ACTIVE_CONTRACTS, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.ICX_POR_EXT_ACTIVE_CONTRACTS ,
-
VIEW: APPS.ICX_POR_REQ_CONTRACTS
12.1.1
-
View: ICX_POR_EXT_ACTIVE_CONTRACTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_EXT_ACTIVE_CONTRACTS, object_name:ICX_POR_EXT_ACTIVE_CONTRACTS, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.ICX_POR_EXT_ACTIVE_CONTRACTS ,
-
View: XTR_REVIEW_ALL_CONTRACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_REVIEW_ALL_CONTRACTS_V, object_name:XTR_REVIEW_ALL_CONTRACTS_V, status:VALID, product: XTR - Treasury , description: This view contains full deal information for all instruments with the exception of exposure transactions. Its main purpose is to inquire on deal information across all deal types. , implementation_dba_data: APPS.XTR_REVIEW_ALL_CONTRACTS_V ,
-
VIEW: APPS.ICX_POR_REQ_INACTIVE_CONTRACTS
12.2.2
-
VIEW: APPS.XTR_REVIEW_ALL_CONTRACTS_V
12.2.2
-
VIEW: XTR.XTR_A_DEALS#
12.2.2
-
VIEW: APPS.XTR_REVIEW_ALL_CONTRACTS_V
12.1.1
-
VIEW: APPS.ICX_POR_EXT_CONTRACTS
12.1.1