Search Results contract_count
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_UTL_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 ,
-
APPS.OKI_LOAD_RBS_PVT SQL Statements
12.1.1
-
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 ,
-
APPS.OKI_LOAD_RBK_PVT SQL Statements
12.1.1
-
PACKAGE: APPS.OKI_UTL_PVT
12.1.1
-
APPS.OKI_LOAD_ENR_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.OKI_UTL_PVT
12.1.1
-
View: OKI_EXP_NOT_RENEWED_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKI.OKI_EXP_NOT_RENEWED_V, object_name:OKI_EXP_NOT_RENEWED_V, status:VALID, product: OKI - Contracts Intelligence , description: Summarized information about contract lines that have expired without being renewed. , implementation_dba_data: APPS.OKI_EXP_NOT_RENEWED_V ,
-
View: OKI_RENEW_BY_STATUSES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKI.OKI_RENEW_BY_STATUSES_V, object_name:OKI_RENEW_BY_STATUSES_V, status:VALID, product: OKI - Contracts Intelligence , description: Holds information about renewal contracts by contract status. , implementation_dba_data: APPS.OKI_RENEW_BY_STATUSES_V ,
-
VIEW: APPS.OKI_RENEW_BY_STATUSES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKI.OKI_RENEW_BY_STATUSES_V, object_name:OKI_RENEW_BY_STATUSES_V, status:VALID,
-
View: OKI_RENEW_BY_STATUSES_V
12.2.2
product: OKI - Contracts Intelligence (Obsolete) , description: Holds information about renewal contracts by contract status. , implementation_dba_data: Not implemented in this database ,
-
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.OKI_EXP_NOT_RENEWED_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKI.OKI_EXP_NOT_RENEWED_V, object_name:OKI_EXP_NOT_RENEWED_V, status:VALID,
-
TABLE: OKI.OKI_RENEW_BY_STATUSES
12.1.1
owner:OKI, object_type:TABLE, fnd_design_data:OKI.OKI_RENEW_BY_STATUSES, object_name:OKI_RENEW_BY_STATUSES, status:VALID,
-
View: OKI_EXP_NOT_RENEWED_V
12.2.2
product: OKI - Contracts Intelligence (Obsolete) , description: Summarized information about contract lines that have expired without being renewed. , implementation_dba_data: Not implemented in this database ,
-
TABLE: OKI.OKI_EXP_NOT_RENEWED
12.1.1
owner:OKI, object_type:TABLE, fnd_design_data:OKI.OKI_EXP_NOT_RENEWED, object_name:OKI_EXP_NOT_RENEWED, status:VALID,
-
PACKAGE BODY: APPS.OKI_LOAD_RBS_PVT
12.1.1
-
APPS.OKI_LOAD_ETR_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.OKI_LOAD_ENR_PVT
12.1.1
-
PACKAGE BODY: APPS.OKI_LOAD_RBK_PVT
12.1.1
-
APPS.OKI_UTL_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_UTL_PVT dependencies on OKI_SALES_K_HDRS
12.1.1
-
APPS.OKI_UTL_PVT dependencies on OKI_COV_PRD_LINES
12.1.1
-
APPS.OKI_LOAD_RBS_PVT dependencies on OKI_COV_PRD_LINES
12.1.1
-
APPS.OKI_LOAD_ENR_PVT dependencies on OKI_K_SALESREPS
12.1.1
-
APPS.OKI_LOAD_ENR_PVT dependencies on OKI_COV_PRD_LINES
12.1.1
-
APPS.OKI_LOAD_ENR_PVT dependencies on OKI_SALES_K_HDRS
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_ENR_PVT dependencies on OKI_EXP_NOT_RENEWED
12.1.1
-
APPS.OKI_LOAD_ETR_PVT dependencies on OKI_SALES_K_HDRS
12.1.1
-
PACKAGE BODY: APPS.OKI_LOAD_ETR_PVT
12.1.1
-
APPS.OKI_LOAD_ENR_PVT dependencies on OKI_LOAD_ENR_PVT
12.1.1
-
APPS.OKI_LOAD_RBS_PVT dependencies on OKI_RENEW_BY_STATUSES
12.1.1
-
APPS.OKI_LOAD_RBS_PVT dependencies on OKI_LOAD_RBS_PVT
12.1.1