Search Results oke_k_standard_notes_b
Overview
The OKE_K_STANDARD_NOTES_B table is a core data object within the Oracle E-Business Suite (EBS) Project Contracts (OKE) module. It serves as the primary repository for storing standard notes information associated with contract headers, lines, and deliverables. This table is fundamental for managing reusable, boilerplate text clauses, terms, and conditions that can be consistently applied across multiple contracts to ensure compliance and standardization. Its role is critical for maintaining a centralized library of contractual language, which streamlines the contract authoring process and reduces manual entry errors within the EBS ecosystem.
Key Information Stored
The table's primary key is the STANDARD_NOTES_ID, a unique identifier for each standard note record. The structure is designed to link notes to specific contract components through foreign key columns. The most significant columns include K_HEADER_ID, which links a note to a master contract record in OKE_K_HEADERS; K_LINE_ID, which associates a note with a specific contract line in OKE_K_LINES; and DELIVERABLE_ID, which ties a note to a deliverable in OKE_K_DELIVERABLES_B. This design allows a single note to be attached at the appropriate level of contract granularity. Additional columns, while not explicitly listed in the provided metadata, typically store attributes such as note sequence, effective dates, and creation metadata.
Common Use Cases and Queries
A primary use case is generating reports that list all standard notes attached to a specific contract or contract line for review and audit purposes. Development and support tasks often involve querying this table to diagnose data issues or to extract notes for migration. Common SQL patterns include joining to the related header or line tables. For example, to retrieve all standard notes for a specific contract header:
- SELECT sn.* FROM oke.oke_k_standard_notes_b sn WHERE sn.k_header_id = <HEADER_ID>;
Another frequent scenario is identifying notes used across multiple contracts, which involves queries that group by note text or identifier while joining to the headers table. Data fixes may require updating or correcting the linkage (K_HEADER_ID, K_LINE_ID) for misplaced notes.
Related Objects
The OKE_K_STANDARD_NOTES_B table has defined relationships with several key objects in the Project Contracts schema, as documented by its foreign keys. It is a parent table to the history (OKE_K_STANDARD_NOTES_BH) and translation (OKE_K_STANDARD_NOTES_TL) tables, which track changes and multilingual content, respectively, linked via STANDARD_NOTES_ID. Crucially, it is a child table to three major transactional entities:
- OKE_K_HEADERS: Links via OKE_K_STANDARD_NOTES_B.K_HEADER_ID for contract-level notes.
- OKE_K_LINES: Links via OKE_K_STANDARD_NOTES_B.K_LINE_ID for line-level notes.
- OKE_K_DELIVERABLES_B: Links via OKE_K_STANDARD_NOTES_B.DELIVERABLE_ID for deliverable-specific notes.
These relationships are essential for any data integration, reporting, or extension development involving contract notes.
-
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 ,
-
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 ,
-
APPS.OKE_NOTE_PVT dependencies on OKE_K_STANDARD_NOTES_B
12.2.2
-
APPS.OKE_STANDARD_NOTES_PUB dependencies on OKE_K_STANDARD_NOTES_B
12.1.1
-
APPS.OKE_IMPORT_CONTRACT_PUB dependencies on OKE_K_STANDARD_NOTES_B
12.2.2
-
APPS.OKE_CONTRACT_PUB dependencies on OKE_K_STANDARD_NOTES_B
12.1.1
-
APPS.OKE_CONTRACT_PUB dependencies on OKE_K_STANDARD_NOTES_B
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_NOTE_PVT dependencies on OKE_K_STANDARD_NOTES_B
12.1.1
-
APPS.OKE_NOTE_PVT dependencies on OKE_K_STANDARD_NOTES_B
12.1.1
-
APPS.OKE_NOTE_PVT dependencies on OKE_K_STANDARD_NOTES_B
12.2.2
-
APPS.OKE_STANDARD_NOTES_PUB dependencies on OKE_K_STANDARD_NOTES_B
12.2.2
-
APPS.OKE_IMPORT_CONTRACT_PUB dependencies on STANDARD
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_NOTE_PVT dependencies on STANDARD
12.1.1
-
APPS.OKE_NOTE_PVT dependencies on STANDARD
12.2.2
-
VIEW: APPS.OKE_K_STANDARD_NOTES_B_DFV
12.1.1
-
VIEW: APPS.OKE_K_STANDARD_NOTES_B_DFV
12.2.2
-
APPS.OKE_CONTRACT_PVT dependencies on STANDARD
12.1.1
-
APPS.OKE_CONTRACT_PVT dependencies on STANDARD
12.2.2
-
VIEW: OKE.OKE_K_STANDARD_NOTES_B#
12.2.2
owner:OKE, object_type:VIEW, object_name:OKE_K_STANDARD_NOTES_B#, status:VALID,
-
SYNONYM: APPS.OKE_K_STANDARD_NOTES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKE_K_STANDARD_NOTES_B, status:VALID,
-
APPS.OKE_CONTRACT_PVT dependencies on OKE_K_STANDARD_NOTES_TL
12.1.1
-
SYNONYM: APPS.OKE_K_STANDARD_NOTES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKE_K_STANDARD_NOTES_B, status:VALID,
-
APPS.OKE_IMPORT_CONTRACT_PUB dependencies on OKE_K_STANDARD_NOTES_TL
12.2.2
-
APPS.OKE_CONTRACT_PVT dependencies on OKE_K_STANDARD_NOTES_TL
12.2.2
-
APPS.OKE_NOTE_PVT SQL Statements
12.1.1
-
APPS.OKE_CONTRACT_PUB dependencies on STANDARD
12.1.1
-
APPS.OKE_CONTRACT_PUB dependencies on STANDARD
12.2.2
-
VIEW: APPS.OKE_K_STANDARD_NOTES_VL
12.2.2
-
APPS.OKE_NOTE_PVT SQL Statements
12.2.2
-
VIEW: OKE.OKE_K_STANDARD_NOTES_B#
12.2.2
-
VIEW: APPS.OKE_K_STANDARD_NOTES_VL
12.1.1
-
TABLE: OKE.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,
-
TABLE: OKE.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,
-
APPS.OKE_NOTE_PVT dependencies on OKE_K_STANDARD_NOTES_TL
12.1.1
-
APPS.OKE_NOTE_PVT dependencies on OKE_K_STANDARD_NOTES_TL
12.2.2
-
Table: OKE_K_STANDARD_NOTES_TL
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_STANDARD_NOTES_TL, object_name:OKE_K_STANDARD_NOTES_TL, status:VALID, product: OKE - Project Contracts , description: Contract standard notes multi-lingual information , implementation_dba_data: OKE.OKE_K_STANDARD_NOTES_TL ,
-
APPS.OKE_NOTE_PVT dependencies on OKE_K_STANDARD_NOTES_S
12.1.1
-
APPS.OKE_CONTRACT_PVT dependencies on DUAL
12.2.2
-
APPS.OKE_IMPORT_CONTRACT_PUB dependencies on OKE_DELIVERABLE_PVT
12.2.2
-
APPS.OKE_IMPORT_CONTRACT_PUB dependencies on OKE_K_PRINT_FORMS
12.2.2
-
APPS.OKE_CONTRACT_PVT dependencies on DUAL
12.1.1
-
APPS.OKE_STANDARD_NOTES_PUB dependencies on OKE_K_STANDARD_NOTES_TL
12.2.2
-
Table: OKE_K_STANDARD_NOTES_TL
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_STANDARD_NOTES_TL, object_name:OKE_K_STANDARD_NOTES_TL, status:VALID, product: OKE - Project Contracts , description: Contract standard notes multi-lingual information , implementation_dba_data: OKE.OKE_K_STANDARD_NOTES_TL ,
-
APPS.OKE_NOTE_PVT dependencies on OKE_K_STANDARD_NOTES_S
12.2.2
-
APPS.OKE_CONTRACT_PVT dependencies on OKE_K_STANDARD_NOTES_S
12.1.1
-
APPS.OKE_CONTRACT_PVT dependencies on OKE_K_STANDARD_NOTES_S
12.2.2