Search Results okc_change_requests_b
Overview
The OKC_CHANGE_REQUESTS_B table is a core data object within the Oracle E-Business Suite Contracts Core (OKC) module. It serves as the primary transactional table for storing all requests to modify an existing contract. In the context of Oracle EBS 12.1.1 and 12.2.2, this table is fundamental to the contract change management process, enabling structured and auditable modifications to contractual terms, parties, or deliverables after a contract has been established. Each record represents a distinct change request, which can subsequently be associated with multiple specific amendments or changes.
Key Information Stored
The table's primary key is the ID column, which uniquely identifies each change request. A critical foreign key is the CHR_ID column, which links the change request to its parent contract header in the OKC_K_HEADERS_B table. While the provided ETRM metadata does not list all columns, standard practice in OKC tables suggests the table will also contain essential audit columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN), object version number (OBJECT_VERSION_NUMBER), and a JTF_NOTES column for storing descriptive text. Additional columns likely manage the request's status, type, and sequencing within the contract's lifecycle.
Common Use Cases and Queries
This table is central to reporting on contract amendments and understanding the change history of a contract. Common use cases include generating a list of all change requests for a specific contract, tracking the volume of amendments over time, and auditing the change process. A typical query would join OKC_CHANGE_REQUESTS_B to the contract headers table to retrieve request details alongside contract information.
- Sample Query: To find all change requests for a contract number, one would execute:
SELECT crt.ID, crt.CHR_ID, kh.CONTRACT_NUMBER, crt.CREATION_DATE
FROM OKC.OKC_CHANGE_REQUESTS_B crt,
OKC.OKC_K_HEADERS_B kh
WHERE crt.CHR_ID = kh.ID
AND kh.CONTRACT_NUMBER = '<CONTRACT_NUMBER>'; - Data from this table feeds into standard Oracle Contracts reports and is accessed via the Contracts user interface for managing the amendment workflow.
Related Objects
The OKC_CHANGE_REQUESTS_B table is a central hub in the contract change data model. As indicated by the foreign key relationships, it is directly referenced by several other transactional tables:
- OKC_CHANGES_B: Stores the individual line-level changes that are grouped under a single change request (CRT_ID).
- OKC_CHANGE_PARTY_ROLE: Holds changes related to contract parties and their roles for a request.
- OKC_CR_K_ACCESSES: Manages security and access control for the change request.
- OKC_K_PROCESSES: Tracks approval and workflow processes associated with the change request.
- OKC_K_HEADERS_B: The parent table for all contracts, to which the change request is linked via CHR_ID.
Direct querying of this table should be performed with caution, and standard Oracle Contracts APIs should be preferred for any programmatic data operations to maintain data integrity.
-
Table: OKC_CHANGE_REQUESTS_B
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_CHANGE_REQUESTS_B, object_name:OKC_CHANGE_REQUESTS_B, status:VALID, product: OKC - Contracts Core , description: A request to make one or more changes to a Contract. , implementation_dba_data: OKC.OKC_CHANGE_REQUESTS_B ,
-
Table: OKC_CHANGE_REQUESTS_B
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_CHANGE_REQUESTS_B, object_name:OKC_CHANGE_REQUESTS_B, status:VALID, product: OKC - Contracts Core , description: A request to make one or more changes to a Contract. , implementation_dba_data: OKC.OKC_CHANGE_REQUESTS_B ,
-
APPS.OKC_COR_PVT dependencies on OKC_CHANGE_REQUESTS_B
12.2.2
-
APPS.OKC_CHANGE_CONTRACT_PVT dependencies on OKC_CHANGE_REQUESTS_B
12.1.1
-
APPS.OKC_CPR_PVT dependencies on OKC_CHANGE_REQUESTS_B
12.2.2
-
APPS.OKC_AST_PVT dependencies on OKC_CHANGE_REQUESTS_B
12.1.1
-
APPS.OKC_CRT_PVT dependencies on OKC_CHANGE_REQUESTS_B
12.1.1
-
APPS.OKC_CRT_PVT dependencies on OKC_CHANGE_REQUESTS_B
12.2.2
-
APPS.OKC_TERMINATE_PVT dependencies on OKC_CHANGE_REQUESTS_B
12.2.2
-
APPS.OKC_CPS_PVT dependencies on OKC_CHANGE_REQUESTS_B
12.1.1
-
APPS.OKC_COPY_CONTRACT_PVT dependencies on OKC_CHANGE_REQUESTS_B
12.1.1
-
APPS.OKC_COPY_CONTRACT_PVT dependencies on OKC_CHANGE_REQUESTS_B
12.2.2
-
APPS.OKC_CRT_PVT dependencies on OKC_CHANGE_REQUESTS_B
12.2.2
-
APPS.OKC_AST_PVT dependencies on OKC_CHANGE_REQUESTS_B
12.2.2
-
APPS.OKC_CHANGE_CONTRACT_PVT dependencies on OKC_CHANGE_REQUESTS_B
12.2.2
-
APPS.OKC_CRT_PVT dependencies on OKC_CHANGE_REQUESTS_B
12.1.1
-
APPS.OKC_CPR_PVT dependencies on OKC_CHANGE_REQUESTS_B
12.1.1
-
APPS.OKC_COR_PVT dependencies on OKC_CHANGE_REQUESTS_B
12.1.1
-
APPS.OKC_TERMINATE_PVT dependencies on OKC_CHANGE_REQUESTS_B
12.1.1
-
APPS.OKC_CPS_PVT dependencies on OKC_CHANGE_REQUESTS_B
12.2.2
-
VIEW: APPS.OKC_CHANGE_REQUESTS_B_DFV
12.1.1
-
VIEW: APPS.OKC_CHANGE_REQUESTS_B_DFV
12.2.2
-
APPS.OKC_CHANGE_CONTRACT_PVT SQL Statements
12.2.2
-
APPS.OKC_AST_PVT dependencies on OKC_K_PROCESSES
12.2.2
-
VIEW: OKC.OKC_CHANGE_REQUESTS_B#
12.2.2
owner:OKC, object_type:VIEW, object_name:OKC_CHANGE_REQUESTS_B#, status:VALID,
-
APPS.OKC_AST_PVT dependencies on OKC_K_PROCESSES
12.1.1
-
APPS.OKC_CHANGE_CONTRACT_PVT SQL Statements
12.1.1
-
SYNONYM: APPS.OKC_CHANGE_REQUESTS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKC_CHANGE_REQUESTS_B, status:VALID,
-
SYNONYM: APPS.OKC_CHANGE_REQUESTS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKC_CHANGE_REQUESTS_B, status:VALID,
-
APPS.OKC_CHANGE_CONTRACT_PVT dependencies on OKC_K_HEADERS_B
12.1.1
-
APPS.OKC_CHANGE_CONTRACT_PVT dependencies on OKC_SUBCLASSES_B
12.2.2
-
APPS.OKC_CHANGE_CONTRACT_PVT dependencies on OKC_K_HEADERS_B
12.2.2
-
View: OKC_CHANGE_REQUESTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_CHANGE_REQUESTS_V, object_name:OKC_CHANGE_REQUESTS_V, status:VALID, product: OKC - Contracts Core , description: View for table OKC_CHANGE_REQUESTS_B , implementation_dba_data: APPS.OKC_CHANGE_REQUESTS_V ,
-
APPS.OKC_CHANGE_CONTRACT_PVT dependencies on OKC_SUBCLASSES_B
12.1.1
-
VIEW: OKC.OKC_CHANGE_REQUESTS_B#
12.2.2
-
TABLE: OKC.OKC_CHANGE_REQUESTS_TL
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_CHANGE_REQUESTS_TL, object_name:OKC_CHANGE_REQUESTS_TL, status:VALID,
-
APPS.OKC_CHANGE_CONTRACT_PVT dependencies on OKC_K_PROCESSES
12.2.2
-
View: OKC_CHANGE_REQUESTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_CHANGE_REQUESTS_V, object_name:OKC_CHANGE_REQUESTS_V, status:VALID, product: OKC - Contracts Core , description: View for table OKC_CHANGE_REQUESTS_B , implementation_dba_data: APPS.OKC_CHANGE_REQUESTS_V ,
-
Table: OKC_CHANGE_REQUESTS_TL
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_CHANGE_REQUESTS_TL, object_name:OKC_CHANGE_REQUESTS_TL, status:VALID, product: OKC - Contracts Core , description: Translatable columns from OKC_CHANGE_REQUESTS_B, as per MLS standards. , implementation_dba_data: OKC.OKC_CHANGE_REQUESTS_TL ,
-
TABLE: OKC.OKC_CHANGE_REQUESTS_TL
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_CHANGE_REQUESTS_TL, object_name:OKC_CHANGE_REQUESTS_TL, status:VALID,
-
VIEW: APPS.OKC_CHANGE_REQUESTS_V
12.2.2
-
Table: OKC_CHANGE_PARTY_ROLE
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_CHANGE_PARTY_ROLE, object_name:OKC_CHANGE_PARTY_ROLE, status:VALID, product: OKC - Contracts Core , description: Relates a Contract Party to a Change Request. , implementation_dba_data: OKC.OKC_CHANGE_PARTY_ROLE ,
-
Table: OKC_CHANGES_B
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_CHANGES_B, object_name:OKC_CHANGES_B, status:VALID, product: OKC - Contracts Core , description: Documents a change to a Contract as a result of a Change Request. , implementation_dba_data: OKC.OKC_CHANGES_B ,
-
Table: OKC_CHANGE_REQUESTS_TL
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_CHANGE_REQUESTS_TL, object_name:OKC_CHANGE_REQUESTS_TL, status:VALID, product: OKC - Contracts Core , description: Translatable columns from OKC_CHANGE_REQUESTS_B, as per MLS standards. , implementation_dba_data: OKC.OKC_CHANGE_REQUESTS_TL ,
-
Table: OKC_K_PROCESSES
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_PROCESSES, object_name:OKC_K_PROCESSES, status:VALID, product: OKC - Contracts Core , description: Defines the use of a particular process for a particular contract. , implementation_dba_data: OKC.OKC_K_PROCESSES ,
-
Table: OKC_K_PROCESSES
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_PROCESSES, object_name:OKC_K_PROCESSES, status:VALID, product: OKC - Contracts Core , description: Defines the use of a particular process for a particular contract. , implementation_dba_data: OKC.OKC_K_PROCESSES ,
-
Table: OKC_CHANGES_B
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_CHANGES_B, object_name:OKC_CHANGES_B, status:VALID, product: OKC - Contracts Core , description: Documents a change to a Contract as a result of a Change Request. , implementation_dba_data: OKC.OKC_CHANGES_B ,
-
VIEW: APPS.OKC_CHANGE_REQUESTS_V
12.1.1
-
APPS.OKC_CHANGE_CONTRACT_PVT dependencies on OKC_K_PROCESSES
12.1.1
-
Table: OKC_CR_K_ACCESSES
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_CR_K_ACCESSES, object_name:OKC_CR_K_ACCESSES, status:VALID, product: OKC - Contracts Core , description: An intersection which associates a contract, change request, process, or user for a change request on a contract. , implementation_dba_data: OKC.OKC_CR_K_ACCESSES ,