Search Results oke_k_standard_notes_bh
Overview
The OKE_K_STANDARD_NOTES_BH table is a core data object within the Oracle E-Business Suite (EBS) Project Contracts (OKE) module, specifically for versions 12.1.1 and 12.2.2. It functions as a historical (or "backup header") table designed to capture and preserve versioned changes to standard notes associated with contract headers, lines, and deliverables. Its primary role is to maintain a complete audit trail and historical record, enabling users to view the exact state of contractual notes at any point in a contract's revision history. This is critical for compliance, auditing, and understanding the evolution of contractual terms over time.
Key Information Stored
As a historical table, OKE_K_STANDARD_NOTES_BH stores snapshots of note data linked to specific major versions of contract components. The table's structure is defined by its primary key, which combines the STANDARD_NOTES_ID and the MAJOR_VERSION. This composite key uniquely identifies each historical record. Key columns include the STANDARD_NOTES_ID, which links to the base standard notes table (OKE_K_STANDARD_NOTES_B), and the MAJOR_VERSION, which aligns with the versioning of the parent contract object (header, line, or deliverable). The table also contains foreign key columns such as K_HEADER_ID, K_LINE_ID, and DELIVERABLE_ID to establish the relationship with the specific contract component whose history is being tracked, along with the corresponding MAJOR_VERSION for that component.
Common Use Cases and Queries
The primary use case for this table is historical reporting and audit analysis. For instance, to retrieve all historical versions of standard notes for a specific contract header, a common query would join OKE_K_STANDARD_NOTES_BH to OKE_K_HEADERS_H on K_HEADER_ID and MAJOR_VERSION. Another critical scenario is during contract amendments or renewals, where the system may reference historical note text. A sample SQL pattern to fetch the full history for a standard note ID would be:
- SELECT * FROM OKE.OKE_K_STANDARD_NOTES_BH WHERE STANDARD_NOTES_ID = <note_id> ORDER BY MAJOR_VERSION DESC;
Reporting use cases often involve comparing note text across different major versions of a contract line or deliverable to document changes made during specific amendment cycles.
Related Objects
The OKE_K_STANDARD_NOTES_BH table is centrally connected to several other historical and base tables in the Project Contracts schema, as documented by its foreign key relationships. These relationships are essential for constructing complete historical views of contract data.
- OKE_K_STANDARD_NOTES_B: The base table for standard notes. Joined via STANDARD_NOTES_ID.
- OKE_K_HEADERS_H: The contract headers history table. Joined via K_HEADER_ID and MAJOR_VERSION.
- OKE_K_LINES_H: The contract lines history table. Joined via K_LINE_ID and MAJOR_VERSION.
- OKE_K_DELIVERABLES_BH: The deliverables history table. Joined via DELIVERABLE_ID and MAJOR_VERSION.
- OKE_K_STANDARD_NOTES_TLH: The transaction line history table for standard notes. This table references OKE_K_STANDARD_NOTES_BH via STANDARD_NOTES_ID and MAJOR_VERSION.
-
Table: OKE_K_STANDARD_NOTES_BH
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_STANDARD_NOTES_BH, object_name:OKE_K_STANDARD_NOTES_BH, status:VALID, product: OKE - Project Contracts , description: Contract standard notes historical information , implementation_dba_data: OKE.OKE_K_STANDARD_NOTES_BH ,
-
Table: OKE_K_STANDARD_NOTES_BH
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_STANDARD_NOTES_BH, object_name:OKE_K_STANDARD_NOTES_BH, status:VALID, product: OKE - Project Contracts , description: Contract standard notes historical information , implementation_dba_data: OKE.OKE_K_STANDARD_NOTES_BH ,
-
APPS.OKE_CONTRACT_PVT dependencies on OKE_K_STANDARD_NOTES_BH
12.2.2
-
APPS.OKE_NOTE_PVT dependencies on OKE_K_STANDARD_NOTES_BH
12.1.1
-
APPS.OKE_CONTRACT_PVT dependencies on OKE_K_STANDARD_NOTES_BH
12.1.1
-
APPS.OKE_NOTE_PVT dependencies on OKE_K_STANDARD_NOTES_BH
12.2.2
-
APPS.OKE_CONTRACT_PVT dependencies on OKE_K_STANDARD_NOTES_B
12.1.1
-
APPS.OKE_CONTRACT_PVT dependencies on OKE_K_STANDARD_NOTES_B
12.2.2
-
APPS.OKE_VERSION_PVT dependencies on STANDARD
12.1.1
-
APPS.OKE_VERSION_PVT dependencies on STANDARD
12.2.2
-
APPS.OKE_CONTRACT_PVT dependencies on STANDARD
12.1.1
-
APPS.OKE_CONTRACT_PVT dependencies on STANDARD
12.2.2
-
SYNONYM: APPS.OKE_K_STANDARD_NOTES_BH
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKE_K_STANDARD_NOTES_BH, status:VALID,
-
VIEW: OKE.OKE_K_STANDARD_NOTES_BH#
12.2.2
owner:OKE, object_type:VIEW, object_name:OKE_K_STANDARD_NOTES_BH#, status:VALID,
-
SYNONYM: APPS.OKE_K_STANDARD_NOTES_BH
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKE_K_STANDARD_NOTES_BH, status:VALID,
-
VIEW: APPS.OKE_K_STANDARD_NOTES_VLH
12.1.1
-
VIEW: APPS.OKE_K_STANDARD_NOTES_VLH
12.2.2
-
VIEW: OKE.OKE_K_STANDARD_NOTES_BH#
12.2.2
-
TABLE: OKE.OKE_K_STANDARD_NOTES_BH
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_STANDARD_NOTES_BH, object_name:OKE_K_STANDARD_NOTES_BH, status:VALID,
-
TABLE: OKE.OKE_K_STANDARD_NOTES_BH
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_STANDARD_NOTES_BH, object_name:OKE_K_STANDARD_NOTES_BH, status:VALID,
-
Table: OKE_K_STANDARD_NOTES_B
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_STANDARD_NOTES_B, object_name:OKE_K_STANDARD_NOTES_B, status:VALID, product: OKE - Project Contracts , description: Contract standard notes information , implementation_dba_data: OKE.OKE_K_STANDARD_NOTES_B ,
-
APPS.OKE_CONTRACT_PVT dependencies on OKE_K_STANDARD_NOTES_TLH
12.1.1
-
Table: OKE_K_DELIVERABLES_BH
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_DELIVERABLES_BH, object_name:OKE_K_DELIVERABLES_BH, status:VALID, product: OKE - Project Contracts , description: Historical Contract Deliverable information , implementation_dba_data: OKE.OKE_K_DELIVERABLES_BH ,
-
Table: OKE_K_DELIVERABLES_BH
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_DELIVERABLES_BH, object_name:OKE_K_DELIVERABLES_BH, status:VALID, product: OKE - Project Contracts , description: Historical Contract Deliverable information , implementation_dba_data: OKE.OKE_K_DELIVERABLES_BH ,
-
APPS.OKE_CONTRACT_PVT dependencies on OKE_K_STANDARD_NOTES_TLH
12.2.2
-
Table: OKE_K_STANDARD_NOTES_TLH
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_STANDARD_NOTES_TLH, object_name:OKE_K_STANDARD_NOTES_TLH, status:VALID, product: OKE - Project Contracts , description: Contract standard notes multi-lingual historical information , implementation_dba_data: OKE.OKE_K_STANDARD_NOTES_TLH ,
-
Table: OKE_K_STANDARD_NOTES_TLH
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_STANDARD_NOTES_TLH, object_name:OKE_K_STANDARD_NOTES_TLH, status:VALID, product: OKE - Project Contracts , description: Contract standard notes multi-lingual historical information , implementation_dba_data: OKE.OKE_K_STANDARD_NOTES_TLH ,
-
Table: OKE_K_STANDARD_NOTES_B
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_STANDARD_NOTES_B, object_name:OKE_K_STANDARD_NOTES_B, status:VALID, product: OKE - Project Contracts , description: Contract standard notes information , implementation_dba_data: OKE.OKE_K_STANDARD_NOTES_B ,
-
Table: OKE_K_LINES_H
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_LINES_H, object_name:OKE_K_LINES_H, status:VALID, product: OKE - Project Contracts , description: Project contract extended line historical information , implementation_dba_data: OKE.OKE_K_LINES_H ,
-
Table: OKE_K_LINES_H
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_LINES_H, object_name:OKE_K_LINES_H, status:VALID, product: OKE - Project Contracts , description: Project contract extended line historical information , implementation_dba_data: OKE.OKE_K_LINES_H ,
-
APPS.OKE_CONTRACT_PVT dependencies on OKE_K_STANDARD_NOTES_TL
12.1.1
-
Table: OKE_K_HEADERS_H
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_HEADERS_H, object_name:OKE_K_HEADERS_H, status:VALID, product: OKE - Project Contracts , description: Project contract extended header historical information , implementation_dba_data: OKE.OKE_K_HEADERS_H ,
-
Table: OKE_K_HEADERS_H
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_HEADERS_H, object_name:OKE_K_HEADERS_H, status:VALID, product: OKE - Project Contracts , description: Project contract extended header historical information , implementation_dba_data: OKE.OKE_K_HEADERS_H ,
-
APPS.OKE_CONTRACT_PVT dependencies on OKE_K_STANDARD_NOTES_TL
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
View: OKE_K_STANDARD_NOTES_VLH
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_STANDARD_NOTES_VLH, object_name:OKE_K_STANDARD_NOTES_VLH, status:VALID, product: OKE - Project Contracts , description: Standard Notes History View , implementation_dba_data: APPS.OKE_K_STANDARD_NOTES_VLH ,
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.OKE_NOTE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKE_NOTE_PVT, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.OKE_NOTE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKE_NOTE_PVT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
View: OKE_K_STANDARD_NOTES_VLH
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_STANDARD_NOTES_VLH, object_name:OKE_K_STANDARD_NOTES_VLH, status:VALID, product: OKE - Project Contracts , description: Standard Notes History View , implementation_dba_data: APPS.OKE_K_STANDARD_NOTES_VLH ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.OKE_CONTRACT_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKE_CONTRACT_PVT, status:VALID,
-
APPS.OKE_NOTE_PVT dependencies on OKE_K_STANDARD_NOTES_B
12.2.2