Search Results oke_k_headers
Overview
The OKE_K_HEADERS table is a core data object within the Oracle E-Business Suite Project Contracts (OKE) module. It stores extended header information specific to project contracts, functioning as a critical extension to the base contract header table (OKC_K_HEADERS_B) provided by the Oracle Contracts Core. This table is central to the management of project-centric contractual agreements, enabling the association of contracts with projects, programs, and specialized OKE attributes. Its role is to support the full lifecycle of project contracts, from creation and approval to billing and amendments, within both Oracle EBS 12.1.1 and 12.2.2 environments.
Key Information Stored
The table's primary key is K_HEADER_ID, which is a foreign key to OKC_K_HEADERS_B, establishing a one-to-one relationship with the foundational contract record. This design ensures integration with the shared contracts infrastructure. Other significant foreign key columns define the contract's operational context and classification. The PROJECT_ID links the contract to a specific project in the Project Accounting (PA) module, while PROGRAM_ID associates it with an OKE program. The K_TYPE_CODE classifies the contract type via a reference to OKE_K_TYPES_B. Additional key columns include PRIORITY_CODE (referencing OKE_PRIORITY_CODES_B) for workflow management and BOA_ID, which is a self-referencing foreign key used to establish hierarchical relationships between contract records, such as between an original contract and its amendments.
Common Use Cases and Queries
This table is essential for reporting and data extraction related to project contracts. Common use cases include generating a list of all contracts for a specific project, analyzing contracts by type or priority, and tracing amendment histories. A typical query would join OKE_K_HEADERS with OKC_K_HEADERS_B to retrieve both extended and base contract details, and with PA_PROJECTS_ALL for project information.
- Contract Listing by Project:
SELECT okh.k_header_id, okh.project_id, pa.segment1 project_number, okc.contract_number FROM oke_k_headers okh JOIN okc_k_headers_b okc ON okh.k_header_id = okc.id JOIN pa_projects_all pa ON okh.project_id = pa.project_id WHERE okh.project_id = :p_project_id; - Amendment Chain Analysis: Queries utilizing the self-referencing BOA_ID column can trace the lineage of contract versions and amendments.
- Integration Points: Data from this table is frequently accessed by OKE APIs, workflows, and the user interface forms to validate and process contract transactions.
Related Objects
As indicated by its extensive foreign key relationships, OKE_K_HEADERS is a central hub within the Project Contracts schema. It has a mandatory parent relationship with OKC_K_HEADERS_B. It is referenced as a foreign key by numerous transactional and supporting tables, including OKE_K_DELIVERABLES_B, OKE_K_TERMS, OKE_K_BILLING_METHODS, OKE_CHG_REQUESTS, and OKE_K_USER_ATTRIBUTES. This demonstrates its integral role in structuring deliverables, terms, billing plans, change management, and flexible field data for a contract. The relationships with OKE_APPROVAL_HISTORY and OKE_K_HOLDS underscore its importance in the contract approval and hold processes. The table OKE_K_HEADERS_H appears to be a history or audit table tracking changes to records in OKE_K_HEADERS.
-
Table: OKE_K_HEADERS
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_HEADERS, object_name:OKE_K_HEADERS, status:VALID, product: OKE - Project Contracts , description: Project contract extended header information , implementation_dba_data: OKE.OKE_K_HEADERS ,
-
Table: OKE_K_HEADERS
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_HEADERS, object_name:OKE_K_HEADERS, status:VALID, product: OKE - Project Contracts , description: Project contract extended header information , implementation_dba_data: OKE.OKE_K_HEADERS ,
-
View: OKE_K_ALL_ACCESS_BASIC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_ALL_ACCESS_BASIC_V, object_name:OKE_K_ALL_ACCESS_BASIC_V, status:VALID, product: OKE - Project Contracts , description: Contract Security Assignment basic view , implementation_dba_data: APPS.OKE_K_ALL_ACCESS_BASIC_V ,
-
View: OKE_K_ALL_ACCESS_BASIC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_ALL_ACCESS_BASIC_V, object_name:OKE_K_ALL_ACCESS_BASIC_V, status:VALID, product: OKE - Project Contracts , description: Contract Security Assignment basic view , implementation_dba_data: APPS.OKE_K_ALL_ACCESS_BASIC_V ,
-
Table: OKE_K_RELATED_ENTITIES
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_RELATED_ENTITIES, object_name:OKE_K_RELATED_ENTITIES, status:VALID, product: OKE - Project Contracts , description: Related Entity Table , implementation_dba_data: OKE.OKE_K_RELATED_ENTITIES ,
-
Table: OKE_K_RELATED_ENTITIES
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_RELATED_ENTITIES, object_name:OKE_K_RELATED_ENTITIES, status:VALID, product: OKE - Project Contracts , description: Related Entity Table , implementation_dba_data: OKE.OKE_K_RELATED_ENTITIES ,
-
View: OKE_K_ACCESS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_ACCESS_V, object_name:OKE_K_ACCESS_V, status:VALID, product: OKE - Project Contracts , description: Security Assignments view , implementation_dba_data: APPS.OKE_K_ACCESS_V ,
-
View: OKE_K_ACCESS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_ACCESS_V, object_name:OKE_K_ACCESS_V, status:VALID, product: OKE - Project Contracts , description: Security Assignments view , implementation_dba_data: APPS.OKE_K_ACCESS_V ,
-
View: OKE_ORG_REL_ENTITIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_ORG_REL_ENTITIES_V, object_name:OKE_ORG_REL_ENTITIES_V, status:VALID, product: OKE - Project Contracts , description: Related Documents View for Contract Organizer , implementation_dba_data: APPS.OKE_ORG_REL_ENTITIES_V ,
-
View: OKE_ORG_REL_ENTITIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_ORG_REL_ENTITIES_V, object_name:OKE_ORG_REL_ENTITIES_V, status:VALID, product: OKE - Project Contracts , description: Related Documents View for Contract Organizer , implementation_dba_data: APPS.OKE_ORG_REL_ENTITIES_V ,
-
Table: OKE_K_BILLING_METHODS
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_BILLING_METHODS, object_name:OKE_K_BILLING_METHODS, status:VALID, product: OKE - Project Contracts , description: Billing Methods , implementation_dba_data: OKE.OKE_K_BILLING_METHODS ,
-
Table: OKE_K_VERS_NUMBERS_H
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_VERS_NUMBERS_H, object_name:OKE_K_VERS_NUMBERS_H, status:VALID, product: OKE - Project Contracts , description: Version Information , implementation_dba_data: OKE.OKE_K_VERS_NUMBERS_H ,
-
Table: OKE_PRIORITY_CODES_B
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_PRIORITY_CODES_B, object_name:OKE_PRIORITY_CODES_B, status:VALID, product: OKE - Project Contracts , description: Stores information about priority codes , implementation_dba_data: OKE.OKE_PRIORITY_CODES_B ,
-
Table: OKE_K_BILLING_METHODS
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_BILLING_METHODS, object_name:OKE_K_BILLING_METHODS, status:VALID, product: OKE - Project Contracts , description: Billing Methods , implementation_dba_data: OKE.OKE_K_BILLING_METHODS ,
-
Table: OKE_K_VERS_NUMBERS_H
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_VERS_NUMBERS_H, object_name:OKE_K_VERS_NUMBERS_H, status:VALID, product: OKE - Project Contracts , description: Version Information , implementation_dba_data: OKE.OKE_K_VERS_NUMBERS_H ,
-
Table: OKE_PRIORITY_CODES_B
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_PRIORITY_CODES_B, object_name:OKE_PRIORITY_CODES_B, status:VALID, product: OKE - Project Contracts , description: Stores information about priority codes , implementation_dba_data: OKE.OKE_PRIORITY_CODES_B ,
-
Table: OKE_K_FIFO_LOGS
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_FIFO_LOGS, object_name:OKE_K_FIFO_LOGS, status:VALID, product: OKE - Project Contracts , description: User Contract Document Access FIFO Log , implementation_dba_data: OKE.OKE_K_FIFO_LOGS ,
-
Table: OKE_K_TERMS
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_TERMS, object_name:OKE_K_TERMS, status:VALID, product: OKE - Project Contracts , description: Terms & Conditions , implementation_dba_data: OKE.OKE_K_TERMS ,
-
Table: OKE_K_TERMS
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_TERMS, object_name:OKE_K_TERMS, status:VALID, product: OKE - Project Contracts , description: Terms & Conditions , implementation_dba_data: OKE.OKE_K_TERMS ,
-
Table: OKE_APPROVAL_HISTORY
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_APPROVAL_HISTORY, object_name:OKE_APPROVAL_HISTORY, status:VALID, product: OKE - Project Contracts , description: Contract document approval history , implementation_dba_data: OKE.OKE_APPROVAL_HISTORY ,
-
Table: OKE_K_USER_ATTRIBUTES
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_USER_ATTRIBUTES, object_name:OKE_K_USER_ATTRIBUTES, status:VALID, product: OKE - Project Contracts , description: User Attributes Header and Lines , implementation_dba_data: OKE.OKE_K_USER_ATTRIBUTES ,
-
Table: OKE_K_HOLDS
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_HOLDS, object_name:OKE_K_HOLDS, status:VALID, product: OKE - Project Contracts , description: Contract hold application and removal information , implementation_dba_data: OKE.OKE_K_HOLDS ,
-
Table: OKE_K_FIFO_LOGS
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_FIFO_LOGS, object_name:OKE_K_FIFO_LOGS, status:VALID, product: OKE - Project Contracts , description: User Contract Document Access FIFO Log , implementation_dba_data: OKE.OKE_K_FIFO_LOGS ,
-
Table: OKE_K_PRINT_FORMS
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_PRINT_FORMS, object_name:OKE_K_PRINT_FORMS, status:VALID, product: OKE - Project Contracts , description: Contract Print Forms , implementation_dba_data: OKE.OKE_K_PRINT_FORMS ,
-
Table: OKE_K_PRINT_FORMS
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_PRINT_FORMS, object_name:OKE_K_PRINT_FORMS, status:VALID, product: OKE - Project Contracts , description: Contract Print Forms , implementation_dba_data: OKE.OKE_K_PRINT_FORMS ,
-
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_HOLDS
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_HOLDS, object_name:OKE_K_HOLDS, status:VALID, product: OKE - Project Contracts , description: Contract hold application and removal information , implementation_dba_data: OKE.OKE_K_HOLDS ,
-
Table: OKE_K_TYPES_B
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_TYPES_B, object_name:OKE_K_TYPES_B, status:VALID, product: OKE - Project Contracts , description: Stores information about contract document types , implementation_dba_data: OKE.OKE_K_TYPES_B ,
-
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_COMMUNICATIONS
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_COMMUNICATIONS, object_name:OKE_K_COMMUNICATIONS, status:VALID, product: OKE - Project Contracts , description: COmmunication Definition , implementation_dba_data: OKE.OKE_K_COMMUNICATIONS ,
-
Table: OKE_K_COMMUNICATIONS
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_COMMUNICATIONS, object_name:OKE_K_COMMUNICATIONS, status:VALID, product: OKE - Project Contracts , description: COmmunication Definition , implementation_dba_data: OKE.OKE_K_COMMUNICATIONS ,
-
Table: OKE_K_TYPES_B
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_TYPES_B, object_name:OKE_K_TYPES_B, status:VALID, product: OKE - Project Contracts , description: Stores information about contract document types , implementation_dba_data: OKE.OKE_K_TYPES_B ,
-
Table: OKE_APPROVAL_HISTORY
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_APPROVAL_HISTORY, object_name:OKE_APPROVAL_HISTORY, status:VALID, product: OKE - Project Contracts , description: Contract document approval history , implementation_dba_data: OKE.OKE_APPROVAL_HISTORY ,
-
Table: OKE_K_USER_ATTRIBUTES
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_USER_ATTRIBUTES, object_name:OKE_K_USER_ATTRIBUTES, status:VALID, product: OKE - Project Contracts , description: User Attributes Header and Lines , implementation_dba_data: OKE.OKE_K_USER_ATTRIBUTES ,
-
Table: OKE_PROGRAMS
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_PROGRAMS, object_name:OKE_PROGRAMS, status:VALID, product: OKE - Project Contracts , description: Stores information about programs , implementation_dba_data: OKE.OKE_PROGRAMS ,
-
Table: OKE_PROGRAMS
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_PROGRAMS, object_name:OKE_PROGRAMS, status:VALID, product: OKE - Project Contracts , description: Stores information about programs , implementation_dba_data: OKE.OKE_PROGRAMS ,
-
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 ,
-
Table: OKE_CHG_REQUESTS
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_CHG_REQUESTS, object_name:OKE_CHG_REQUESTS, status:VALID, product: OKE - Project Contracts , description: stores information about contract change requests , implementation_dba_data: OKE.OKE_CHG_REQUESTS ,
-
Table: OKE_CHG_REQUESTS
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_CHG_REQUESTS, object_name:OKE_CHG_REQUESTS, status:VALID, product: OKE - Project Contracts , description: stores information about contract change requests , implementation_dba_data: OKE.OKE_CHG_REQUESTS ,
-
View: OKE_K_ALL_ACCESS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_ALL_ACCESS_V, object_name:OKE_K_ALL_ACCESS_V, status:VALID, product: OKE - Project Contracts , description: Contract Security Assignment display view , implementation_dba_data: APPS.OKE_K_ALL_ACCESS_V ,
-
View: OKE_K_ALL_ACCESS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_ALL_ACCESS_V, object_name:OKE_K_ALL_ACCESS_V, status:VALID, product: OKE - Project Contracts , description: Contract Security Assignment display view , implementation_dba_data: APPS.OKE_K_ALL_ACCESS_V ,
-
View: OKE_K_ROLE_ASSIGN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_ROLE_ASSIGN_V, object_name:OKE_K_ROLE_ASSIGN_V, status:VALID, product: OKE - Project Contracts , implementation_dba_data: APPS.OKE_K_ROLE_ASSIGN_V ,
-
Table: OKE_K_DELIVERABLES_B
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_DELIVERABLES_B, object_name:OKE_K_DELIVERABLES_B, status:VALID, product: OKE - Project Contracts , description: This table stores all deliverable information for Project Contracts , implementation_dba_data: OKE.OKE_K_DELIVERABLES_B ,
-
View: OKE_K_ROLE_ASSIGN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_ROLE_ASSIGN_V, object_name:OKE_K_ROLE_ASSIGN_V, status:VALID, product: OKE - Project Contracts , implementation_dba_data: APPS.OKE_K_ROLE_ASSIGN_V ,
-
Table: OKE_K_DELIVERABLES_B
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_DELIVERABLES_B, object_name:OKE_K_DELIVERABLES_B, status:VALID, product: OKE - Project Contracts , description: This table stores all deliverable information for Project Contracts , implementation_dba_data: OKE.OKE_K_DELIVERABLES_B ,
-
View: OKE_K_HEADERS_ORGNZR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_HEADERS_ORGNZR_V, object_name:OKE_K_HEADERS_ORGNZR_V, status:VALID, product: OKE - Project Contracts , description: Contract listing view for Contract Organizer tree , implementation_dba_data: APPS.OKE_K_HEADERS_ORGNZR_V ,
-
View: OKE_K_HEADERS_ORGNZR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_HEADERS_ORGNZR_V, object_name:OKE_K_HEADERS_ORGNZR_V, status:VALID, product: OKE - Project Contracts , description: Contract listing view for Contract Organizer tree , implementation_dba_data: APPS.OKE_K_HEADERS_ORGNZR_V ,
-
View: OKE_K_HOLDS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_HOLDS_V, object_name:OKE_K_HOLDS_V, status:VALID, product: OKE - Project Contracts , description: Contract hold information view , implementation_dba_data: APPS.OKE_K_HOLDS_V ,
-
View: OKE_K_HOLDS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_HOLDS_V, object_name:OKE_K_HOLDS_V, status:VALID, product: OKE - Project Contracts , description: Contract hold information view , implementation_dba_data: APPS.OKE_K_HOLDS_V ,