Search Results oki_seq_growth_rate
Overview
OKI_SEQ_GROWTH_RATE is a table within the OKI (Contracts Intelligence) product family of Oracle E-Business Suite. The OKI module is documented as obsolete in ETRM metadata for both release 12.1.1 and 12.2.2, and the table is explicitly marked as "Not implemented in this database" in the reference environment. Despite this status, the object remains part of the historical schema footprint delivered by the OKI product, and it appears in data dictionary extracts, dependency reports, and customization audits performed against EBS instances upgraded from earlier releases.
Functionally, the table stores period-over-period sequence growth rate measurements derived from contract and service coverage data. The presence of paired current and previous amount columns, a summary build date, and period attributes indicates that OKI used this object as a pre-aggregated analytical summary rather than as an operational transaction table. Under the heuristic Data Vault classification mined from the foreign key structure, the table is modeled as a standalone table — it neither acts as a hub with dependent satellites nor as a link resolving many-to-many relationships. This classification is a modeling suggestion only; in practice the table behaves as a denormalized fact-style summary whose grain is defined by the unique index.
Key Information Stored
The table contains 20 documented columns. The most significant fall into three groups: period context, party and organization context, and measured amounts.
- PERIOD_NAME, PERIOD_SET_NAME, PERIOD_TYPE — the accounting period identifier, the period set (calendar) to which it belongs, and the period type. Together these anchor each row to a specific reporting window.
- SUMMARY_BUILD_DATE — the date on which the summary row was generated, allowing multiple snapshots of the same period to coexist.
- AUTHORING_ORG_ID / AUTHORING_ORG_NAME — the operating unit or authoring organization responsible for the underlying contracts.
- CUSTOMER_PARTY_ID / CUSTOMER_NAME — the trading partner against which growth is measured.
- SEQ_GRW_RATE_CODE, SCS_CODE, PRODUCT_CATEGORY_CODE — the growth rate definition code, the service coverage schedule code, and the product category used to segment the measurement.
- CURR_BASE_CONTRACT_AMOUNT / PREV_BASE_CONTRACT_AMOUNT — current and prior period contract amounts in base currency.
- CURR_SOB_CONTRACT_AMOUNT / PREV_SOB_CONTRACT_AMOUNT — the equivalent amounts expressed in the set of books currency, retained for ledger-consistent reporting.
- REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE — the standard concurrent program audit trail identifying which request populated the row.
- SECURITY_GROUP_ID — the row-level security grouping used by OKI and other EBS modules.
The documented unique index OKI_SEQ_GROWTH_RATE_U1 defines the business key over PERIOD_NAME, PERIOD_SET_NAME, PERIOD_TYPE, SUMMARY_BUILD_DATE, AUTHORING_ORG_ID, SEQ_GRW_RATE_CODE, SCS_CODE, CUSTOMER_PARTY_ID, and PRODUCT_CATEGORY_CODE. No surrogate primary key column is documented in the schema listing.
Common Use Cases and Queries
Because the table is not implemented in current environments, the primary practical uses are migration analysis, custom reporting reconstruction, and dependency assessment during upgrades. A representative query computes growth between snapshots for a given customer and product category:
- Period-by-period growth: select PERIOD_NAME, CUSTOMER_NAME, PRODUCT_CATEGORY_CODE, and the ratio of CURR_BASE_CONTRACT_AMOUNT to PREV_BASE_CONTRACT_AMOUNT to derive the effective growth percentage.
- Snapshot comparison: filter on SUMMARY_BUILD_DATE to reproduce the exact state of a period as seen by a prior OKI summary run.
- Reconciliation: join CURR_SOB_CONTRACT_AMOUNT against ledger balances from GL or against contract headers in OKC to validate that OKI summarization agrees with transaction-level data.
- Lineage auditing: query REQUEST_ID and PROGRAM_ID to trace which concurrent program and application produced a given summary row.
Related Objects
The only documented foreign key from OKI_SEQ_GROWTH_RATE is SECURITY_GROUP_ID, which references FND_SECURITY_GROUPS. This ties the table into the standard EBS row-level security framework and means any query against the table should respect the security group context of the session. Additional objects that logically relate to the table, based on its column semantics rather than documented constraints, include:
- FND_SECURITY_GROUPS — the sole referenced parent, via SECURITY_GROUP_ID.
- FND_CONCURRENT_REQUESTS — joinable on REQUEST_ID to identify the summarizing concurrent request and its completion status.
- FND_APPLICATION — joinable on PROGRAM_APPLICATION_ID to resolve the owning application short name.
- FND_CONCURRENT_PROGRAMS — joinable on PROGRAM_ID and PROGRAM_APPLICATION_ID for program naming.
- GL_PERIODS or the period set tables — joinable on PERIOD_NAME and PERIOD_SET_NAME to resolve period start and end dates.
- HZ_PARTIES — joinable on CUSTOMER_PARTY_ID to obtain the full trading partner record behind CUSTOMER_NAME.
- OKC_CONTRACTS — the contract repository whose amounts the summary is derived from; no FK is documented, making the relationship implicit.
Because the table is obsolete and unimplemented, integrators should confirm its physical presence with a data dictionary query against ALL_TABLES before referencing it in custom code, and should favor current OKC and Contracts Intelligence substitutes where available.
-
Table: OKI_SEQ_GROWTH_RATE
12.2.2
product: OKI - Contracts Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: OKI_SEQ_GROWTH_RATE
12.1.1
owner:OKI, object_type:TABLE, fnd_design_data:OKI.OKI_SEQ_GROWTH_RATE, object_name:OKI_SEQ_GROWTH_RATE, status:VALID, product: OKI - Contracts Intelligence , implementation_dba_data: OKI.OKI_SEQ_GROWTH_RATE ,
-
SYNONYM: APPS.OKI_SEQ_GROWTH_RATE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKI_SEQ_GROWTH_RATE, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
TABLE: OKI.OKI_SEQ_GROWTH_RATE
12.1.1
owner:OKI, object_type:TABLE, fnd_design_data:OKI.OKI_SEQ_GROWTH_RATE, object_name:OKI_SEQ_GROWTH_RATE, status:VALID,
-
Concurrent Program: OKILODSGR
12.1.1
execution_filename: OKI_LOAD_SGR_PUB.CRT_SEQ_GRW , product: OKI - Contracts Intelligence , user_name: OKILODSGR , description: Load the OKI_SEQ_GROWTH_RATE table. , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
12.1.1 FND Design Data
12.1.1
-
Concurrent Program: OKILODSGR
12.2.2
execution_filename: OKI_LOAD_SGR_PUB.CRT_SEQ_GRW , product: OKI - Contracts Intelligence (Obsolete) , user_name: OKILODSGR , description: Load the OKI_SEQ_GROWTH_RATE table. , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.OKI_LOAD_SGR_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKI_LOAD_SGR_PVT, status:VALID,
-
PACKAGE: APPS.OKI_LOAD_SGR_PUB
12.1.1
-
PACKAGE: APPS.OKI_LOAD_SGR_PVT
12.1.1
-
APPS.OKI_LOAD_SGR_PVT SQL Statements
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_SEQ_GROWTH_RATE
12.1.1
-
PACKAGE BODY: APPS.OKI_LOAD_SGR_PVT
12.1.1
-
APPS.OKI_LOAD_SGR_PVT dependencies on FND_MESSAGE
12.1.1
-
APPS.OKI_LOAD_SGR_PVT dependencies on FND_FILE
12.1.1
-
eTRM - OKI Tables and Views
12.1.1
description: Holds information about the value of renewed contracts on a historical basis. ,
-
12.1.1 DBA Data
12.1.1