Search Results oki_sales_k_renew_v
Overview
The view OKI_SALES_K_RENEW_V belongs to the Oracle E-Business Suite module OKI – Contracts Intelligence, a product line that is documented as obsolete in ETRM reference material for releases 12.1.1 and 12.2.2. The view is designed to present information about renewal contracts, consolidating contract header attributes, status and category lookups, customer identifiers, monetary amounts, currency designations, and a broad set of date and period dimensions into a single denormalized reporting structure. Its principal role is analytical: it exposes renewal-oriented contract data in a shape suitable for Contracts Intelligence dashboards and for ad hoc reporting on renewal activity, including the renewed contract amount and its counterparts expressed in functional (SOB), base, and transactional currencies. Because the product is marked obsolete, the view should be treated as a legacy artifact. Organizations running ETRM on 12.1.1 or 12.2.2 may still encounter it in historical customizations, migrated reports, or archived extracts, but it is not a supported object for new development. Users searching for the column name CONTRACT_AMOUNT_RENEWED will find that it originates here, where it is exposed alongside its SOB and base-currency equivalents.
Underlying Base Objects
The documented metadata records no referenced base objects for this view, and the ETRM implementation data states it is not implemented in the database for the documented environment. Nevertheless, the view text itself reveals the internal aliases used in its definition. The primary source is aliased RNW, which supplies contract identity, organization, customer, amount, currency, date, period, inventory organization, and descriptive flexfield attribute columns. Lookup enrichment is provided by additional aliases: SCS supplies the category meaning (MEANING) derived from RNW.SCS_CODE, STS supplies the status meaning from RNW.STS_CODE, STE supplies the status type meaning from STS.STE_CODE, and TRN supplies the termination meaning from RNW.TRN_CODE. These aliases indicate joins to contract header and lookup/setup sources, but the exact base tables are not disclosed in the provided metadata and must be confirmed against the actual database definition. Practitioners should not assume the view exists until its presence is verified in the target instance.
Key Columns
- CONTRACT_ID / CONTRACT_NUMBER / CONTRACT_NUMBER_MODIFIER / COMPLETE_CONTRACT_NUMBER — renewal contract identity keys.
- CONTRACT_AMOUNT, FORECAST_AMOUNT, CONTRACT_AMOUNT_RENEWED — transactional amounts, wrapped in NVL with a default of 0 to prevent null propagation.
- SOB_CONTRACT_AMOUNT, SOB_FORECAST_AMOUNT, SOB_CONTRACT_AMOUNT_RENEWED — amounts in the set of books (functional) currency.
- BASE_CONTRACT_AMOUNT, BASE_FORECAST_AMOUNT, BASE_CONTRACT_AMOUNT_RENEWED — amounts in the base currency.
- CURRENCY_CODE, CURRENCY_CODE_RENEWED, SOB_CURRENCY_CODE, BASE_CURRENCY_CODE — currency designations for each amount set.
- CATEGORY_CODE/MEANING, STATUS_CODE/MEANING, STATUS_TYPE_CODE/MEANING, TERMINATION_MEANING — decoded lookup values.
- START_DATE, END_DATE, DATE_SIGNED, DATE_APPROVED, DATE_RENEWED, DATE_CANCELED, DATE_TERMINATED — lifecycle dates, with CLOSE_DATE exposed as EXPECTED_CLOSE_DATE.
- START/CLOSE PERIOD, QUARTER, YEAR — period dimensions for time-based aggregation.
- CUSTOMER_PARTY_ID, CUSTOMER_NAME, AUTHORING_ORG_ID, INVENTORY_ORGANIZATION_ID, WIN_PERCENT — customer, organization, and probability attributes.
- ATTRIBUTE_CATEGORY, ATTRIBUTE1–ATTRIBUTE8 — descriptive flexfield attributes; note the documented text repeats ATTRIBUTE1 across ATTRIBUTE2 through ATTRIBUTE8, which should be validated against the live definition.
Common Use Cases and Queries
Typical usage centers on renewal revenue analysis, renewal win-rate reporting, and period-based trend analysis of renewed versus forecast amounts. A representative query filters and aggregates renewal amounts by status and period:
- SELECT CONTRACT_NUMBER, CUSTOMER_NAME, STATUS_MEANING, CONTRACT_AMOUNT_RENEWED, CURRENCY_CODE_RENEWED, DATE_RENEWED FROM OKI_SALES_K_RENEW_V WHERE DATE_RENEWED BETWEEN :start_date AND :end_date;
- SELECT START_YEAR, START_QUARTER, SUM(SOB_CONTRACT_AMOUNT_RENEWED) FROM OKI_SALES_K_RENEW_V GROUP BY START_YEAR, START_QUARTER;
- SELECT CATEGORY_MEANING, STATUS_MEANING, COUNT(*), SUM(BASE_CONTRACT_AMOUNT_RENEWED) FROM OKI_SALES_K_RENEW_V GROUP BY CATEGORY_MEANING, STATUS_MEANING;
- SELECT CONTRACT_NUMBER, WIN_PERCENT, CONTRACT_AMOUNT, FORECAST_AMOUNT, CONTRACT_AMOUNT_RENEWED FROM OKI_SALES_K_RENEW_V WHERE WIN_PERCENT IS NOT NULL;
Before relying on any such query, verify that the view exists in the target environment, since the metadata indicates it is not implemented there and the OKI product is obsolete. Where the view is absent, equivalent renewal data should be sourced from supported contract tables or the current Contracts Intelligence replacement.
-
View: OKI_SALES_K_RENEW_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKI.OKI_SALES_K_RENEW_V, object_name:OKI_SALES_K_RENEW_V, status:VALID, product: OKI - Contracts Intelligence , description: Information about renewal contracts. , implementation_dba_data: APPS.OKI_SALES_K_RENEW_V ,
-
View: OKI_SALES_K_RENEW_V
12.2.2
product: OKI - Contracts Intelligence (Obsolete) , description: Information about renewal contracts. , implementation_dba_data: Not implemented in this database ,
-
View: OKI_RNW_BY_STS_DTL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKI.OKI_RNW_BY_STS_DTL_V, object_name:OKI_RNW_BY_STS_DTL_V, status:VALID, product: OKI - Contracts Intelligence , description: Summarized information about renewal contracts, by status and General Ledger period. , implementation_dba_data: APPS.OKI_RNW_BY_STS_DTL_V ,
-
VIEW: APPS.OKI_RNW_BY_STS_DTL_V
12.1.1
-
View: OKI_RNW_BY_STS_DTL_V
12.2.2
product: OKI - Contracts Intelligence (Obsolete) , description: Summarized information about renewal contracts, by status and General Ledger period. , implementation_dba_data: Not implemented in this database ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.OKI_SALES_K_HDRS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKI_SALES_K_HDRS, status:VALID,
-
SYNONYM: APPS.OKC_K_HEADERS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKC_K_HEADERS_TL, status:VALID,
-
VIEW: APPS.OKI_RNW_BY_STS_DTL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKI.OKI_RNW_BY_STS_DTL_V, object_name:OKI_RNW_BY_STS_DTL_V, status:VALID,
-
VIEW: APPS.OKC_SUBCLASSES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_SUBCLASSES_V, object_name:OKC_SUBCLASSES_V, status:VALID,
-
VIEW: APPS.OKC_STATUSES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_STATUSES_V, object_name:OKC_STATUSES_V, status:VALID,
-
eTRM - OKI Tables and Views
12.1.1
description: Holds information about the value of renewed contracts on a historical basis. ,
-
VIEW: APPS.OKI_SALES_K_RENEW_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKI.OKI_SALES_K_RENEW_V, object_name:OKI_SALES_K_RENEW_V, status:VALID,
-
PACKAGE: APPS.OKC_UTIL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKC_UTIL, status:VALID,
-
SYNONYM: APPS.HR_ALL_ORGANIZATION_UNITS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HR_ALL_ORGANIZATION_UNITS_TL, status:VALID,
-
VIEW: APPS.FND_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_LOOKUPS, object_name:FND_LOOKUPS, status:VALID,
-
SYNONYM: APPS.HZ_PARTIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTIES, status:VALID,
-
eTRM - OKI Tables and Views
12.1.1
description: Holds information about the value of renewed contracts on a historical basis. ,
-
eTRM - OKC Tables and Views
12.1.1
description: Intersection entity between templates and rules. ,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.FND_GLOBAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,
-
eTRM - OKC Tables and Views
12.1.1
description: Intersection entity between templates and rules. ,
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,