Search Results base_contract_amount
Overview
OKI_RNW_BY_STS_DTL_V is a Contracts Intelligence reporting view that presents summarized information about renewal contracts grouped by contract status and General Ledger period. It belongs to the OKI product family, which is documented in Oracle EBS 12.1.1 and 12.2.2 as obsolete, meaning it is retained for backward compatibility but is not part of any current implementation path. The view is not implemented in the database according to its documented metadata; its definition exists only as reference text.
The view aggregates renewal activity into two distinct renewal process categories: expired contracts (RENEWAL_PROCESS_CODE = 'EXPIRED') and work-in-progress renewals (RENEWAL_PROCESS_CODE = 'WIP'). Each row represents a combination of period set, period type, period name, authoring organization, category, and status, with counts of distinct contracts and a converted base contract amount. Because of the base_currency_code column, the view is directly relevant to users investigating currency normalization in renewal reporting.
Underlying Base Objects
The view is defined over four base objects. OKI_SALES_K_HEADERS_V supplies contract header attributes such as authoring organization, organization name, category, and status. OKI_EXPIRED_LINES_V provides line-level pricing (BASE_PRICE_NEGOTIATED) and contract end dates for the expired branch. OKI_SALES_K_RENEW_V supplies renewal pipeline records, expected close dates, and a pre-computed BASE_CONTRACT_AMOUNT for the WIP branch. OKI_DAILY_RATES provides the currency conversion rate used to translate amounts into the reporting base currency.
GL_PERIODS is joined to map contract dates onto General Ledger period boundaries. No base objects are documented in the ETRM metadata, so the relationships above derive from the view text itself. The view also relies on two profile options at runtime: OKI_BASE_CURRENCY and JTF_PROFILE_DEFAULT_CURRENCY.
Key Columns
- PERIOD_SET_NAME, PERIOD_TYPE, PERIOD_NAME — the GL accounting calendar context for each summarized row.
- AUTHORING_ORG_ID, ORGANIZATION_NAME — the owning organization for the renewal activity.
- CATEGORY_CODE, CATEGORY_MEANING — contract category classification.
- RENEWAL_PROCESS_CODE — literal value 'EXPIRED' or 'WIP', identifying which branch of the UNION produced the row.
- STATUS_CODE, STATUS_MEANING — contract status within the renewal lifecycle.
- CONTRACT_COUNT — count of distinct (EXPIRED) or non-distinct (WIP) contracts in the group.
- BASE_CONTRACT_AMOUNT — summed negotiated amount multiplied by the OKI_DAILY_RATES conversion rate, defaulting to 0 when no amount exists.
- BASE_CURRENCY_CODE — populated from the profile option OKI_BASE_CURRENCY via FND_PROFILE.VALUE.
Common Use Cases and Queries
This view supports renewal pipeline analysis by accounting period, particularly for organizations that need amounts expressed in the OKI base currency. A typical query filters on the currency and process code to isolate renewed versus expired activity.
SELECT period_name, renewal_process_code, status_meaning, contract_count, base_currency_code, base_contract_amount FROM oki_rnw_by_sts_dtl_v WHERE base_currency_code = 'USD' AND renewal_process_code = 'WIP' ORDER BY period_name;
Another common pattern summarizes total renewal value by organization and category, providing a period-over-period view of renewal performance converted into the configured base currency. Because the object is documented as obsolete and not implemented, any SQL referencing it should be validated against the target environment before use, and migration to a supported Contracts Intelligence or service contracts reporting alternative is advisable.
-
APPS.OKI_LOAD_SGR_PVT SQL Statements
12.1.1
-
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: 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 ,
-
APPS.OKI_LOAD_YRA_PVT SQL Statements
12.1.1
-
VIEW: APPS.OKI_RNW_BY_STS_DTL_V
12.1.1
-
APPS.OKI_LOAD_RBS_PVT SQL Statements
12.1.1
-
APPS.OKI_LOAD_RBK_PVT SQL Statements
12.1.1
-
APPS.OKI_UTL_PVT SQL Statements
12.1.1
-
View: OKI_SALES_K_NEW_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKI.OKI_SALES_K_NEW_V, object_name:OKI_SALES_K_NEW_V, status:VALID, product: OKI - Contracts Intelligence , description: Information about new contracts, those that are not renewals of previous contracts. , implementation_dba_data: APPS.OKI_SALES_K_NEW_V ,
-
VIEW: APPS.OKI_YOY_RENEWAL_AMT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKI.OKI_YOY_RENEWAL_AMT_V, object_name:OKI_YOY_RENEWAL_AMT_V, status:VALID,
-
View: OKI_SALES_K_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKI.OKI_SALES_K_HEADERS_V, object_name:OKI_SALES_K_HEADERS_V, status:VALID, product: OKI - Contracts Intelligence , description: Information about contracts with the sell intent. , implementation_dba_data: APPS.OKI_SALES_K_HEADERS_V ,
-
TABLE: OKI.OKI_YOY_RENEWAL_AMT
12.1.1
owner:OKI, object_type:TABLE, fnd_design_data:OKI.OKI_YOY_RENEWAL_AMT, object_name:OKI_YOY_RENEWAL_AMT, status:VALID,
-
View: OKI_SALES_K_HEADERS_V
12.2.2
product: OKI - Contracts Intelligence (Obsolete) , description: Information about contracts with the sell intent. , implementation_dba_data: Not implemented in this database ,
-
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_YOY_RENEWAL_AMT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKI.OKI_YOY_RENEWAL_AMT_V, object_name:OKI_YOY_RENEWAL_AMT_V, status:VALID, product: OKI - Contracts Intelligence , description: Holds information about the value of renewed contracts on a historical basis. , implementation_dba_data: APPS.OKI_YOY_RENEWAL_AMT_V ,
-
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: 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_SALES_K_NEW_V
12.2.2
product: OKI - Contracts Intelligence (Obsolete) , description: Information about new contracts, those that are not renewals of previous contracts. , implementation_dba_data: Not implemented in this database ,
-
View: OKI_YOY_RENEWAL_AMT_V
12.2.2
product: OKI - Contracts Intelligence (Obsolete) , description: Holds information about the value of renewed contracts on a historical basis. , implementation_dba_data: Not implemented in this database ,
-
APPS.OKI_LOAD_FBO_PVT SQL Statements
12.1.1
-
VIEW: APPS.OKI_SALES_K_NEW_V
12.1.1
-
VIEW: APPS.OKI_SALES_K_HEADERS_V
12.1.1
-
TABLE: OKI.OKI_TOP_N_CONTRACTS
12.1.1
owner:OKI, object_type:TABLE, object_name:OKI_TOP_N_CONTRACTS, status:VALID,
-
APPS.OKI_LOAD_WBC_PVT SQL Statements
12.1.1
-
VIEW: APPS.OKI_SALES_K_RENEW_V
12.1.1
-
PACKAGE BODY: APPS.OKI_LOAD_SGR_PVT
12.1.1
-
APPS.OKI_LOAD_OKV_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.OKI_UTL_PVT
12.1.1
-
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,
-
VIEW: APPS.OKI_SALES_K_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKI.OKI_SALES_K_HEADERS_V, object_name:OKI_SALES_K_HEADERS_V, status:VALID,
-
VIEW: APPS.OKI_SALES_K_NEW_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKI.OKI_SALES_K_NEW_V, object_name:OKI_SALES_K_NEW_V, status:VALID,
-
TABLE: OKI.OKI_SALES_K_HDRS
12.1.1
owner:OKI, object_type:TABLE, fnd_design_data:OKI.OKI_SALES_K_HDRS, object_name:OKI_SALES_K_HDRS, status:VALID,
-
PACKAGE BODY: APPS.OKI_LOAD_RBS_PVT
12.1.1
-
PACKAGE BODY: APPS.OKI_LOAD_YRA_PVT
12.1.1
-
PACKAGE BODY: APPS.OKI_LOAD_RBK_PVT
12.1.1
-
PACKAGE BODY: APPS.OKI_LOAD_FBO_PVT
12.1.1
-
PACKAGE BODY: APPS.OKI_LOAD_WBC_PVT
12.1.1
-
APPS.OKI_REFRESH_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.OKI_LOAD_OKV_PVT
12.1.1
-
eTRM - OKI Tables and Views
12.1.1
description: Holds information about the value of renewed contracts on a historical basis. ,
-
APPS.OKI_LOAD_SGR_PVT dependencies on OKI_SALES_K_HDRS
12.1.1
-
APPS.OKI_LOAD_RBK_PVT dependencies on OKI_SALES_K_HDRS
12.1.1
-
APPS.OKI_LOAD_RBS_PVT dependencies on OKI_SALES_K_HDRS
12.1.1
-
APPS.OKI_LOAD_YRA_PVT dependencies on OKI_SALES_K_HDRS
12.1.1
-
APPS.OKI_UTL_PVT dependencies on OKI_SALES_K_HDRS
12.1.1
-
APPS.OKI_LOAD_FBO_PVT dependencies on OKI_SALES_K_HDRS
12.1.1
-
APPS.OKI_LOAD_WBC_PVT dependencies on OKI_SALES_K_HDRS
12.1.1
-
APPS.OKI_LOAD_OKV_PVT dependencies on OKI_SALES_K_HDRS
12.1.1
-
APPS.OKI_LOAD_YRA_PVT dependencies on OKI_YOY_RENEWAL_AMT
12.1.1
-
APPS.OKI_LOAD_YRA_PVT dependencies on OKI_LOAD_YRA_PVT
12.1.1