Search Results authorize_date
Overview
OKE_K_HEADERS is the extended header table for project contracts in the Oracle E-Business Suite (EBS) Project Contracts module (OKE). It exists within the OKE schema and stores project contract header information that extends beyond the base contract header record maintained in OKC_K_HEADERS_B from the Oracle Contracts Core (OKC) schema. While OKC_K_HEADERS_B holds the core contract definition shared across all contract categories, OKE_K_HEADERS captures the project-specific and government-contracting attributes — negotiation dates, definitization data, Federal Acquisition Regulation (FAR) related flags, and reporting indicators — that are unique to project contracts.
The table is documented as VALID in Oracle EBS 12.1.1 and 12.2.2, containing 69 documented columns in the 12.2.2 physical schema. Its primary key is OKE_K_HEADERS_PK, defined on K_HEADER_ID.
From a Data Vault modeling perspective, the metadata's heuristic classification suggests a hub-leaning structure. OKE_K_HEADERS functions as a candidate hub keyed by K_HEADER_ID, holding a distinct business concept (the project contract header) with descriptive attributes that in a strict Data Vault design would more naturally reside in an adjacent satellite. The presence of both a unique identifier and numerous descriptive, non-key columns reinforces this hybrid hub/satellite character.
Key Information Stored
The most significant columns in OKE_K_HEADERS include:
- K_HEADER_ID — The surrogate primary key (OKE_K_HEADERS_PK). It is also the column referenced by OKC_K_HEADERS_B and is the most common foreign key used by downstream child tables.
- PROJECT_ID — Foreign key to PA_PROJECTS_ALL, linking the contract to the Oracle Projects project.
- PROGRAM_ID — Foreign key to OKE_PROGRAMS, associating the contract with a program.
- BOA_ID — Self-referencing identifier relating a contract to a Basic Ordering Agreement.
- K_TYPE_CODE — Foreign key to OKE_K_TYPES_B, defining the project contract type.
- PRIORITY_CODE — Foreign key to OKE_PRIORITY_CODES_B, indicating contract priority.
- K_NUMBER_DISP, PRIME_K_NUMBER, PRIME_K_ALIAS — Contract number display values and prime contract reference information.
- AUTHORIZE_DATE, AWARD_DATE, DATE_DEFINITIZED, DEFINITIZED_FLAG — Core dates and status controlling the contract's authorization and definitization lifecycle.
- DATE_NEGOTIATED, DATE_RECEIVED, DATE_ISSUED, DATE_SIGN_BY_CUSTOMER, DATE_SIGN_BY_CONTRACTOR — Milestone dates that populate contract administration reporting.
- NTE_AMOUNT, NTE_WARNING_FLAG — Not-to-exceed amount and associated warning indicator.
- LINE_VALUE_TOTAL, UNDEF_LINE_VALUE_TOTAL — Aggregated line values used in financial reporting.
- OWNING_ORGANIZATION_ID, DEFAULT_TASK_ID — Organizational and default task references.
- Various FAR, DCAA, CAS, and SB flags — Government compliance indicators such as CQA_FLAG, CAS_FLAG, DCAA_AUDIT_REQ_FLAG, and SB_REPORT_FLAG.
The unique index OKE_K_HEADERS_U1 on K_HEADER_ID confirms it as the business-key candidate, while the surrounding descriptive columns carry the contract header attributes.
Common Use Cases and Queries
OKE_K_HEADERS is central to reporting on project contract administration, particularly for government-facing organizations that must track definitization, funding limits, and compliance status.
A typical query joins OKE_K_HEADERS to the base OKC contract header and the associated project:
- Contract administration reporting — Selecting contract number, project, award date, and definitization status for a portfolio view.
- Not-to-exceed monitoring — Filtering records where NTE_AMOUNT exceeds a threshold or where NTE_WARNING_FLAG is set.
- Compliance tracking — Querying government contracting flags (CAS_FLAG, CLASSIFIED_FLAG, DCAA_AUDIT_REQ_FLAG) for audit and reporting workflows.
- Milestone dashboards — Reporting on DATE_NEGOTIATED, DATE_SIGN_BY_CUSTOMER, and DATE_SIGN_BY_CONTRACTOR slippage.
Because K_HEADER_ID is widely referenced, most queries start from the header and join outward to child tables such as OKE_K_TERMS or OKE_K_HOLDS to obtain terms and holds for a contract.
Related Objects
The following tables depend on or relate to OKE_K_HEADERS through documented foreign keys:
- OKC_K_HEADERS_B — Base contract header; OKE_K_HEADERS.K_HEADER_ID references it, establishing the extension relationship.
- PA_PROJECTS_ALL — The Oracle Projects master project, referenced via PROJECT_ID.
- OKE_PROGRAMS — Program definition, referenced via PROGRAM_ID.
- OKE_K_TYPES_B and OKE_PRIORITY_CODES_B — Lookup tables for contract type and priority.
- OKE_K_TERMS and OKE_K_HOLDS — Contract terms and holds keyed by K_HEADER_ID.
- OKE_CHG_REQUESTS — Change requests referencing the contract header.
- OKE_K_BILLING_METHODS — Billing method configuration for the contract.
- OKE_APPROVAL_HISTORY — Approval audit trail for the header.
- OKE_K_RELATED_ENTITIES — Related entity associations, referencing K_HEADER_ID and RELATED_ENTITY_ID.
- OKE_K_VERS_NUMBERS_H — Version history for the contract header.
These relationships make OKE_K_HEADERS a focal hub within the Project Contracts data model, anchoring terms, holds, billing, deliverables, and approval data.
-
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 ,
-
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_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_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 ,
-
View: OKE_K_HEADERS_FWDN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_HEADERS_FWDN_V, object_name:OKE_K_HEADERS_FWDN_V, status:VALID, product: OKE - Project Contracts , description: Contract header view for flowdown , implementation_dba_data: APPS.OKE_K_HEADERS_FWDN_V ,
-
View: OKE_K_HEADERS_FWDN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_HEADERS_FWDN_V, object_name:OKE_K_HEADERS_FWDN_V, status:VALID, product: OKE - Project Contracts , description: Contract header view for flowdown , implementation_dba_data: APPS.OKE_K_HEADERS_FWDN_V ,
-
View: OKE_K_HEADERS_HV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_HEADERS_HV, object_name:OKE_K_HEADERS_HV, status:VALID, product: OKE - Project Contracts , description: Historical contract header information view , implementation_dba_data: APPS.OKE_K_HEADERS_HV ,
-
View: OKE_K_HEADERS_HV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_HEADERS_HV, object_name:OKE_K_HEADERS_HV, status:VALID, product: OKE - Project Contracts , description: Historical contract header information view , implementation_dba_data: APPS.OKE_K_HEADERS_HV ,
-
View: OKE_K_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_HEADERS_V, object_name:OKE_K_HEADERS_V, status:VALID, product: OKE - Project Contracts , description: Contract header information view , implementation_dba_data: APPS.OKE_K_HEADERS_V ,
-
View: OKE_K_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_HEADERS_V, object_name:OKE_K_HEADERS_V, status:VALID, product: OKE - Project Contracts , description: Contract header information view , implementation_dba_data: APPS.OKE_K_HEADERS_V ,
-
View: OKE_K_HEADERS_SECURE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_HEADERS_SECURE_V, object_name:OKE_K_HEADERS_SECURE_V, status:VALID, product: OKE - Project Contracts , description: Secured contract header extended information view , implementation_dba_data: APPS.OKE_K_HEADERS_SECURE_V ,
-
View: OKE_K_HEADERS_SECURE_HV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_HEADERS_SECURE_HV, object_name:OKE_K_HEADERS_SECURE_HV, status:VALID, product: OKE - Project Contracts , description: Secured historical contract header extended information view , implementation_dba_data: APPS.OKE_K_HEADERS_SECURE_HV ,
-
View: OKE_K_HEADERS_SECURE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_HEADERS_SECURE_V, object_name:OKE_K_HEADERS_SECURE_V, status:VALID, product: OKE - Project Contracts , description: Secured contract header extended information view , implementation_dba_data: APPS.OKE_K_HEADERS_SECURE_V ,
-
View: OKE_K_HEADERS_SECURE_HV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_HEADERS_SECURE_HV, object_name:OKE_K_HEADERS_SECURE_HV, status:VALID, product: OKE - Project Contracts , description: Secured historical contract header extended information view , implementation_dba_data: APPS.OKE_K_HEADERS_SECURE_HV ,
-
View: OKE_K_HEADERS_FULL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_HEADERS_FULL_V, object_name:OKE_K_HEADERS_FULL_V, status:VALID, product: OKE - Project Contracts , description: Contract header extended information view , implementation_dba_data: APPS.OKE_K_HEADERS_FULL_V ,
-
View: OKE_K_HEADERS_FULL_HV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_HEADERS_FULL_HV, object_name:OKE_K_HEADERS_FULL_HV, status:VALID, product: OKE - Project Contracts , description: Historical contract header extended information view , implementation_dba_data: APPS.OKE_K_HEADERS_FULL_HV ,
-
View: OKE_K_HEADERS_FULL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_HEADERS_FULL_V, object_name:OKE_K_HEADERS_FULL_V, status:VALID, product: OKE - Project Contracts , description: Contract header extended information view , implementation_dba_data: APPS.OKE_K_HEADERS_FULL_V ,
-
View: OKE_K_HEADERS_FULL_HV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_HEADERS_FULL_HV, object_name:OKE_K_HEADERS_FULL_HV, status:VALID, product: OKE - Project Contracts , description: Historical contract header extended information view , implementation_dba_data: APPS.OKE_K_HEADERS_FULL_HV ,