Search Results object1_id1
Overview
OKR_IP_RGTS_TXN_DV is a database view belonging to the OKR – Contracts for Rights module, a component of Oracle E-Business Suite historically used to manage intellectual property rights, licensing transactions, and contract templates. The OKR module is documented as obsolete in Oracle EBS 12.1.1 and 12.2.2, meaning it is no longer actively supported or delivered in current implementations. The suffix "DV" suggests "Denormalized View," reflecting its purpose of consolidating transaction-level rights data with descriptive and derived attributes into a single queryable structure. The ETRM metadata explicitly notes that this view is "Not implemented in this database," indicating it is unlikely to exist in a standard 12.1.1 or 12.2.2 instance unless the obsolete OKR schema was retained from an earlier upgrade. The view's role was to support reporting and integration by exposing rights transaction records alongside contract and IP metadata, sparing developers from writing complex joins across the underlying base tables.
Underlying Base Objects
The documented metadata lists no referenced base objects, which is a common limitation for obsolete or non-implemented views. However, the view text reveals its principal source: a table aliased as RTXB, which supplies most of the core columns including ID, OBJECT1_ID1, OBJECT1_ID2, JTOT_OBJECT1_CODE, IP_RIGHTS_ID, TXN_TYPE_CODE, and the various Y/N flags. A secondary table aliased RTXT provides descriptive columns such as NAME, DESCRIPTION, RESTRICTION_TEXT, KEYWORD_TEXT, and SFWT_FLAG, joined to RTXB on a common key. A third source, aliased IPRB, contributes VAL_PTRT_ID. These objects belong to the OKR rights transaction schema. Because the OKR module is obsolete and the view is not implemented, these base tables are typically absent from current 12.1.1 and 12.2.2 databases, and the view cannot be compiled or queried in a standard installation.
Key Columns
The view exposes a broad set of identifiers and derived attributes:
- OBJECT1_ID1 / OBJECT1_ID2 – Generic object reference keys; the first is directly referenced in the user search and is resolved against JTOT_OBJECT1_CODE to determine the owning entity. When the code is OKR_TEMPLATE_CONTRACT, OBJECT1_ID1 holds the contract identifier.
- JTOT_OBJECT1_CODE – Object type discriminator controlling the DECODE logic that populates contract number, version, status, and intent columns.
- CHR_ID – Contract header identifier, used when the object type is OKR_IP.
- IP_RIGHTS_ID, TXN_ID, TXN_TYPE_CODE – Core rights transaction identifiers and classification.
- EXCLUSIVE_YN, RESTRICTED_YN, SELLABLE_YN – Rights flags describing the transaction's commercial terms.
- START_DATE_ACTIVE / END_DATE_ACTIVE, DURATION – Effective period, with duration derived via OKR_UTIL_PUB.GET_PERIOD_DURATION.
- CONTRACT_NUMBER, VERSION_NUMBER, STS_CODE, STS_CODE_MEADNING, BUY_OR_SELL, IP_NAME – Derived values computed through OKR_UTIL_PUB functions.
Common Use Cases and Queries
In legacy OKR environments, this view supported rights-transaction reporting, integration extracts, and contract-to-IP reconciliation. A representative query follows:
SELECT OBJECT1_ID1, CHR_ID, TXN_TYPE_CODE, CONTRACT_NUMBER, VERSION_NUMBER, STS_CODE, DURATION
FROM OKR_IP_RGTS_TXN_DV
WHERE JTOT_OBJECT1_CODE = 'OKR_IP';
Analysts searching on object1_id1 would typically filter or join on that column to trace a rights transaction back to its originating contract or template. Because the view is obsolete and undocumented as implemented, any query should first verify existence via ALL_VIEWS before relying on it in 12.1.1 or 12.2.2.
-
View: OKR_IP_RGTS_TXN_DV
12.2.2
product: OKR - Contracts for Rights (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.OKL_CS_SERVICE_ASSETS_UV
12.2.2
-
VIEW: APPS.OKL_CS_SERVICE_ASSETS_UV
12.1.1
-
View: OKR_IP_RGTS_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.1.1
product: OKR - Contracts for Rights (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: CSM.CSM_COV_ACTION_TIMES_ACC#
12.2.2
-
View: OKL_CS_SERVICE_ASSETS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_SERVICE_ASSETS_UV, object_name:OKL_CS_SERVICE_ASSETS_UV, status:VALID, product: OKL - Leasing and Finance Management , description: Service contracts line details view. , implementation_dba_data: APPS.OKL_CS_SERVICE_ASSETS_UV ,
-
View: OKR_TMP_RGTS_TXN_DV
12.2.2
product: OKR - Contracts for Rights (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: OKL_CS_SERVICE_ASSETS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_SERVICE_ASSETS_UV, object_name:OKL_CS_SERVICE_ASSETS_UV, status:VALID, product: OKL - Lease and Finance Management , description: Service contracts line details view. , implementation_dba_data: APPS.OKL_CS_SERVICE_ASSETS_UV ,
-
APPS.OKS_EXTWAR_UTIL_PUB SQL Statements
12.2.2
-
VIEW: OKS.OKS_K_ORDER_CONTACTS#
12.2.2
-
VIEW: OKL.OKL_SGN_TRANSLATIONS#
12.2.2
-
VIEW: OKC.OKC_K_REL_OBJS#
12.2.2
-
VIEW: OKC.OKC_K_ITEMS_H#
12.2.2
-
VIEW: OKC.OKC_OPERATION_INSTANCES#
12.2.2
-
VIEW: IEX.IEX_EXCLUSION_HIST_B#
12.2.2
-
VIEW: OKC.OKC_K_ITEMS#
12.2.2
-
VIEW: OKC.OKC_CONTACTS#
12.2.2
-
VIEW: IEX.IEX_OPEN_INT_HST#
12.2.2
-
VIEW: OKC.OKC_K_PARTY_ROLES_B#
12.2.2
-
VIEW: OKS.OKS_BILLRATE_SCHEDULES#
12.2.2
-
VIEW: OKC.OKC_CONTACTS_H#
12.2.2
-
VIEW: OKS.OKS_BILLRATE_SCHEDULES_H#
12.2.2
-
APPS.OKS_EXTWAR_UTIL_PUB SQL Statements
12.1.1
-
VIEW: OKS.OKS_SERV_AVAILS#
12.2.2
-
VIEW: OKS.OKS_SERV_AVAIL_EXCEPTS#
12.2.2
-
APPS.OKE_FIX_MERGE_PUB SQL Statements
12.1.1
-
APPS.OKE_FIX_MERGE_PUB SQL Statements
12.2.2
-
VIEW: OKC.OKC_K_PARTY_ROLES_BH#
12.2.2
-
APPS.OKE_CONTRACT_PARTY_PUB SQL Statements
12.2.2
-
VIEW: APPS.OKL_K_VENDORS_UV
12.1.1
-
View: OKL_CONTRACT_VENDORS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CONTRACT_VENDORS_UV, object_name:OKL_CONTRACT_VENDORS_UV, status:VALID, product: OKL - Lease and Finance Management , description: Contract Lease vendors UI view , implementation_dba_data: APPS.OKL_CONTRACT_VENDORS_UV ,
-
VIEW: OKL.OKL_STREAM_INTERFACES#
12.2.2
-
View: OKL_SO_RESI_VALUES_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SO_RESI_VALUES_UV, object_name:OKL_SO_RESI_VALUES_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_SO_RESI_VALUES_UV ,
-
View: OKL_FUND_VENDORS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_FUND_VENDORS_UV, object_name:OKL_FUND_VENDORS_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view for vendors lov on funding page , implementation_dba_data: APPS.OKL_FUND_VENDORS_UV ,
-
VIEW: OKL.OKL_RULES_DFF#
12.2.2
-
View: OKC_REL_OBJ_ORDER_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_REL_OBJ_ORDER_LINES_V, object_name:OKC_REL_OBJ_ORDER_LINES_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_REL_OBJ_ORDER_LINES_V ,
-
VIEW: APPS.OKS_K_ORDER_CONTACTS_V
12.2.2
-
VIEW: OKC.OKC_RULES_BH#
12.2.2
-
View: OKC_REL_OBJ_QUOTE_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_REL_OBJ_QUOTE_HEADERS_V, object_name:OKC_REL_OBJ_QUOTE_HEADERS_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_REL_OBJ_QUOTE_HEADERS_V ,
-
View: OKC_REL_OBJ_OPP_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_REL_OBJ_OPP_HEADERS_V, object_name:OKC_REL_OBJ_OPP_HEADERS_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_REL_OBJ_OPP_HEADERS_V ,
-
View: OKC_REL_OBJ_QUOTE_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_REL_OBJ_QUOTE_HEADERS_V, object_name:OKC_REL_OBJ_QUOTE_HEADERS_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_REL_OBJ_QUOTE_HEADERS_V ,
-
View: OKS_K_ORDER_CONTACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKS.OKS_K_ORDER_CONTACTS_V, object_name:OKS_K_ORDER_CONTACTS_V, status:VALID, product: OKS - Service Contracts , description: view for Order contacts , implementation_dba_data: APPS.OKS_K_ORDER_CONTACTS_V ,
-
View: OKS_K_ORDER_CONTACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKS.OKS_K_ORDER_CONTACTS_V, object_name:OKS_K_ORDER_CONTACTS_V, status:VALID, product: OKS - Service Contracts , description: view for Order contacts , implementation_dba_data: APPS.OKS_K_ORDER_CONTACTS_V ,
-
View: OKC_REL_OBJ_OPP_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_REL_OBJ_OPP_LINES_V, object_name:OKC_REL_OBJ_OPP_LINES_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_REL_OBJ_OPP_LINES_V ,
-
VIEW: OKC.OKC_RULES_B#
12.2.2
-
View: OKC_OPERATION_INSTANCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_OPERATION_INSTANCES_V, object_name:OKC_OPERATION_INSTANCES_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_OPERATION_INSTANCES_V ,
-
VIEW: APPS.OKL_LA_VENDORS_UV
12.1.1
-
View: OKS_CONTACT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKS.OKS_CONTACT_V, object_name:OKS_CONTACT_V, status:VALID, product: OKS - Service Contracts , description: Contacts View for Contract details Form , implementation_dba_data: APPS.OKS_CONTACT_V ,
-
View: OKL_K_LINE_VENDORS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_K_LINE_VENDORS_UV, object_name:OKL_K_LINE_VENDORS_UV, status:VALID, product: OKL - Lease and Finance Management , description: Lease Contract line vendor summary view , implementation_dba_data: APPS.OKL_K_LINE_VENDORS_UV ,