Search Results source_chr_id
Overview
OKR_R_AVAIL_STS_TXN_DV is a database view within the Oracle E-Business Suite OKR (Contracts for Rights) module, a component historically associated with intellectual property and rights management. The view name carries the _DV suffix conventionally reserved for "detail value" or denormalized presentation views, and its column list indicates it is designed to expose rights availability status information alongside related transaction and contract attributes.
Critically, the ETRM documentation classifies OKR as obsolete and explicitly states that this view is "Not implemented in this database." This is a governance marker rather than a defect: the object definition exists in the data dictionary metadata, but the view is not created as a runtime database object within the referenced environment. As a result, the view has no functional reporting role in a live 12.1.1 or 12.2.2 instance. Its significance is therefore archaeological—it documents the intended shape of rights availability reporting in the legacy OKR data model and, where the view is present in older or customized environments, it can be queried for reconciliation and migration purposes.
Underlying Base Objects
The ETRM metadata does not document any referenced base objects under the standard "Referenced base objects" heading. However, the view text itself reveals the dependency graph. The SELECT joins two objects on a three-part composite key:
OKR_R_AVAIL_PREP_TEMP_V(aliased RAPTV) — a preparatory view supplying the bulk of the displayed columns.OKR_R_AVAIL_STS_TXN_TEMP(aliased RASTT) — a temporary status/transaction table supplying the status period identifier.
The join predicate matches on USER_SESSION_ID, SEARCH_ID, and RGTS_TXN_ID. This join structure is characteristic of Oracle Forms-based, session-scoped availability searches: the user initiates a rights availability query, a session identifier and search identifier are generated, and result rows are materialized into temporary staging objects before being presented. Because both underlying objects are temp objects or temp-backed views, the data is transient by design and is scoped to a single user session and search execution.
Key Columns
The view exposes a broad slice of rights and contract metadata. Column meanings follow from their names and the OKR domain model:
USER_SESSION_ID,SEARCH_ID— session and search scoping keys; also join keys to the staging objects.RGTS_TXN_ID,TXN_ID,TXN_TYPE_CODE— rights transaction identifiers and the transaction type classifier (for example, buy versus sell).CHR_ID,SOURCE_CHR_ID— the contract or rights header identifier and its source (origin) header identifier.SOURCE_CHR_IDis the column that drives the search term of interest, linking a record back to the contract from which it derives.CLE_ID— the contract line identifier associated with the transaction.CONTRACT_NUMBER,VERSION_NUMBER— human-readable contract grouping and the version of the agreement.OBJECT1_ID1,OBJECT1_ID2,JTOT_OBJECT1_CODE— the generic object key structure used by the OKR/IP rights model to identify the rights-bearing entity.IP_RIGHTS_ID,IP_NAME,IP_TYPE,IP_TYPE_MEANING— the intellectual property instance and its classified type.STATUS_PERIOD_ID,STS_CODE,STS_CODE_MEANING— the availability status and its period, the central subject of the view.EXCLUSIVE_YN,RESTRICTED_YN,SELLABLE_YN— Boolean availability qualifiers governing how rights may be exploited.START_DATE_ACTIVE,END_DATE_ACTIVE,DURATION— the temporal window of the availability period.TERRITORY_ID,TERRITORY_NAME,LANGUAGE_CODE,LANGUAGE_MEANING,MEDIA_CODE,MEDIA_MEANING— geographic, linguistic, and medium scope of the rights.NAME,DESCRIPTION,RESTRICTION_TEXT,KEYWORD_TEXT— descriptive and searchable text attributes.
Common Use Cases and Queries
Because the view is documented as not implemented, standard query use is limited to environments where the object was manually created or retained. The most direct invocation filters on the search key of interest, and given the sensitive nature of SOURCE_CHR_ID, a tracing query would resemble:
SELECT CONTRACT_NUMBER, VERSION_NUMBER, SOURCE_CHR_ID, CHR_ID, STS_CODE_MEANING, START_DATE_ACTIVE, END_DATE_ACTIVE FROM OKR_R_AVAIL_STS_TXN_DV WHERE SOURCE_CHR_ID = :chr_id;SELECT TERritory_NAME, LANGUAGE_MEANING, MEDIA_MEANING, SELLABLE_YN FROM OKR_R_AVAIL_STS_TXN_DV WHERE RGTS_TXN_ID = :txn_id;SELECT * FROM OKR_R_AVAIL_STS_TXN_DV WHERE USER_SESSION_ID = :session AND SEARCH_ID = :search_id;
Typical scenarios include auditing which source contracts underlie derived rights availability rows, reconciling temporary availability search output against persisted contract records, and supporting data migration away from the obsolete OKR module. Any query should confirm view existence via ALL_VIEWS before execution, since the metadata confirms the object is absent from the standard 12.1.1 and 12.2.2 database.
-
View: OKR_R_AVAIL_STS_TXN_DV
12.2.2
product: OKR - Contracts for Rights (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: OKR_IP_RGTS_TXN_DV
12.2.2
product: OKR - Contracts for Rights (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: OKR_R_AVAIL_PREP_TEMP_V
12.1.1
product: OKR - Contracts for Rights (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: OKR_R_AVAIL_STS_TXN_DV
12.1.1
product: OKR - Contracts for Rights (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: OKR_TMP_RGTS_TXN_DV
12.2.2
product: OKR - Contracts for Rights (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: OKR_R_AVAIL_PREP_TEMP_V
12.2.2
product: OKR - Contracts for Rights (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: OKR_TMP_RGTS_TXN_DV
12.1.1
product: OKR - Contracts for Rights (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: OKR_IP_RGTS_TXN_DV
12.1.1
product: OKR - Contracts for Rights (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: OKL_K_HEADERS_FULL_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_K_HEADERS_FULL_UV, object_name:OKL_K_HEADERS_FULL_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_K_HEADERS_FULL_UV ,
-
View: OKL_K_HEADERS_FULL_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_K_HEADERS_FULL_UV, object_name:OKL_K_HEADERS_FULL_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_K_HEADERS_FULL_UV ,
-
VIEW: APPS.OKL_K_HEADERS_FULL_UV
12.1.1
-
VIEW: APPS.OKL_K_HEADERS_FULL_UV
12.2.2
-
VIEW: APPS.OKL_K_HEADERS_FULL_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_K_HEADERS_FULL_UV, object_name:OKL_K_HEADERS_FULL_UV, status:VALID,
-
VIEW: APPS.OKL_K_HEADERS_FULL_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_K_HEADERS_FULL_UV, object_name:OKL_K_HEADERS_FULL_UV, status:VALID,
-
eTRM - OKL Tables and Views
12.2.2
description: Translatable columns from OKL_XTL_SELL_INVS_B, per MLS standards ,
-
eTRM - OKL Tables and Views
12.1.1
description: Translatable columns from OKL_XTL_SELL_INVS_B, per MLS standards ,