Search Results okc_k_headers_b
The OKC_K_HEADERS_B
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a fundamental data structure within the Oracle Contracts Core module. It serves as the primary repository for contract header information, capturing essential metadata and attributes that define contractual agreements. This table is part of the Oracle Contracts Core schema and is integral to the management of commercial, procurement, and service contracts across Oracle EBS applications.
Table Structure and Key Columns
The OKC_K_HEADERS_B
table contains columns that store critical contract attributes, including:
- ID: The primary key identifier for the contract record.
- CONTRACT_NUMBER: A unique identifier assigned to the contract.
- CONTRACT_NUMBER_MODIFIER: Optional modifier for contract numbering.
- CONTRACT_TYPE: Classifies the contract (e.g., SALES, PURCHASE, SERVICE).
- START_DATE and END_DATE: Define the contract's validity period.
- STATUS_CODE: Indicates the contract's lifecycle stage (e.g., DRAFT, SIGNED, TERMINATED).
- TEMPLATE_ID: References a contract template if applicable.
- ORG_ID: Associates the contract with an operating unit.
- CURRENCY_CODE: Specifies the contract's currency.
- DESCRIPTION: Free-text field for contract details.
Functional Role in Oracle Contracts
The OKC_K_HEADERS_B
table acts as the anchor for contract-related transactions and processes:
- Contract Creation: Serves as the initial entry point when contracts are created manually or via templates.
- Workflow Integration: Provides data for approval workflows through status tracking.
- Reporting and Analytics: Serves as the primary source for contract reporting across modules.
- Integration Points: Links to related tables like
OKC_K_LINES_B
(contract lines) andOKC_K_PARTY_ROLES_B
(contract parties).
Technical Considerations
Key technical aspects of OKC_K_HEADERS_B
include:
- Indexing: Heavily indexed on
ID
,CONTRACT_NUMBER
, andORG_ID
for performance. - Partitioning: May be partitioned in large implementations based on
ORG_ID
or date ranges. - Audit Columns: Includes standard Oracle columns (
CREATED_BY
,CREATION_DATE
, etc.) for tracking changes. - Foreign Keys: Maintains relationships with multiple lookup tables and transactional tables.
Version-Specific Variations
Between EBS 12.1.1 and 12.2.2:
- Column additions in 12.2.2 to support enhanced contract features.
- Improved indexing strategies in 12.2.2 for better performance.
- Enhanced validation logic at the database level in later versions.
Customization and Extension
The table supports extension through:
- Descriptive Flexfields (DFFs) for organization-specific attributes.
- Integration with Oracle's Application Framework for custom UI extensions.
- API-based access via Oracle Contracts Core public APIs.
In summary, OKC_K_HEADERS_B
represents the foundational contract entity in Oracle EBS, with its structure and relationships enabling comprehensive contract lifecycle management across procurement, sales, and service domains. Proper understanding of this table is essential for implementations, customizations, and integrations involving Oracle Contracts functionality.
-
Table: OKC_K_HEADERS_B
12.1.1
product: OKC - Contracts Core , description: Stores header level attributes of a Contract. It groups all the lines and terms and conditions of a contract. , implementation_dba_data: Not implemented in this database ,
-
Table: OKC_K_HEADERS_B
12.2.2
product: OKC - Contracts Core , description: Stores header level attributes of a Contract. It groups all the lines and terms and conditions of a contract. , implementation_dba_data: Not implemented in this database ,
-
Table: OKC_K_SALES_CREDITS_H
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_SALES_CREDITS_H, object_name:OKC_K_SALES_CREDITS_H, status:VALID, product: OKC - Contracts Core , description: History table for OKC_K_SALES_CREDITS , implementation_dba_data: OKC.OKC_K_SALES_CREDITS_H ,
-
Table: OKC_GOVERNANCES
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_GOVERNANCES, object_name:OKC_GOVERNANCES, status:VALID, product: OKC - Contracts Core , description: Intersection entity. , implementation_dba_data: OKC.OKC_GOVERNANCES ,
-
Table: OKC_GOVERNANCES
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_GOVERNANCES, object_name:OKC_GOVERNANCES, status:VALID, product: OKC - Contracts Core , description: Intersection entity. , implementation_dba_data: OKC.OKC_GOVERNANCES ,
-
Table: OKC_K_SALES_CREDITS_H
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_SALES_CREDITS_H, object_name:OKC_K_SALES_CREDITS_H, status:VALID, product: OKC - Contracts Core , description: This is a mirror image of base table OKC_K_SALES_CREDITS, please refer to the base table for detailed column level information , implementation_dba_data: OKC.OKC_K_SALES_CREDITS_H ,
-
Table: OKC_K_SALES_CREDITS
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_SALES_CREDITS, object_name:OKC_K_SALES_CREDITS, status:VALID, product: OKC - Contracts Core , description: Records sales credits for the sale of services in a service contract. , implementation_dba_data: OKC.OKC_K_SALES_CREDITS ,
-
Table: OKC_K_SALES_CREDITS
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_SALES_CREDITS, object_name:OKC_K_SALES_CREDITS, status:VALID, product: OKC - Contracts Core , description: Records sales credits for the sale of services in a service contract. , implementation_dba_data: OKC.OKC_K_SALES_CREDITS ,
-
Table: OKC_OPERATION_LINES
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_OPERATION_LINES, object_name:OKC_OPERATION_LINES, status:VALID, product: OKC - Contracts Core , description: The Operation Line provides additional information about what did happen or will happen for an Operation Instance. , implementation_dba_data: OKC.OKC_OPERATION_LINES ,
-
View: OKC_LAUNCH_HISTORY_GRID_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_LAUNCH_HISTORY_GRID_V, object_name:OKC_LAUNCH_HISTORY_GRID_V, status:VALID, product: OKC - Contracts Core , description: View for Launchpad History Tab , implementation_dba_data: APPS.OKC_LAUNCH_HISTORY_GRID_V ,
-
View: OKC_LAUNCH_HISTORY_GRID_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_LAUNCH_HISTORY_GRID_V, object_name:OKC_LAUNCH_HISTORY_GRID_V, status:VALID, product: OKC - Contracts Core , description: View for Launchpad History Tab , implementation_dba_data: APPS.OKC_LAUNCH_HISTORY_GRID_V ,
-
Table: OKC_K_HEADERS_TL
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_HEADERS_TL, object_name:OKC_K_HEADERS_TL, status:VALID, product: OKC - Contracts Core , description: Translatable columns from OKC_K_HEADERS_B, as per MLS standards. , implementation_dba_data: OKC.OKC_K_HEADERS_TL ,
-
Table: OKC_K_HEADERS_TL
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_HEADERS_TL, object_name:OKC_K_HEADERS_TL, status:VALID, product: OKC - Contracts Core , description: Translatable columns from OKC_K_HEADERS_B, as per MLS standards. , implementation_dba_data: OKC.OKC_K_HEADERS_TL ,
-
Table: OKC_K_VERS_NUMBERS
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_VERS_NUMBERS, object_name:OKC_K_VERS_NUMBERS, status:VALID, product: OKC - Contracts Core , description: Indicates the current version of the contract as a document. , implementation_dba_data: OKC.OKC_K_VERS_NUMBERS ,
-
Table: OKC_K_HEADERS_BH
12.1.1
product: OKC - Contracts Core , description: History table for OKC_K_HEADERS_B. , implementation_dba_data: Not implemented in this database ,
-
Table: OKC_USER_BINS
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_USER_BINS, object_name:OKC_USER_BINS, status:VALID, product: OKC - Contracts Core , description: Denormalized entity used to maintain various lists of contracts for user portals. , implementation_dba_data: OKC.OKC_USER_BINS ,
-
Table: OKC_USER_BINS
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_USER_BINS, object_name:OKC_USER_BINS, status:VALID, product: OKC - Contracts Core , description: Denormalized entity used to maintain various lists of contracts for user portals. , implementation_dba_data: OKC.OKC_USER_BINS ,
-
Table: OKC_K_ACCESSES
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_ACCESSES, object_name:OKC_K_ACCESSES, status:VALID, product: OKC - Contracts Core , description: Level of access granted to a resource or resource group for a contract. , implementation_dba_data: OKC.OKC_K_ACCESSES ,
-
Table: OKC_K_VERS_NUMBERS
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_VERS_NUMBERS, object_name:OKC_K_VERS_NUMBERS, status:VALID, product: OKC - Contracts Core , description: Indicates the current version of the contract as a document. , implementation_dba_data: OKC.OKC_K_VERS_NUMBERS ,
-
Table: OKC_K_HEADERS_BH
12.2.2
product: OKC - Contracts Core , description: History table for OKC_K_HEADERS_B. , implementation_dba_data: Not implemented in this database ,
-
View: OKC_CONT_NUM_DISTINCT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_CONT_NUM_DISTINCT_V, object_name:OKC_CONT_NUM_DISTINCT_V, status:VALID, product: OKC - Contracts Core , description: This view lists unique contract numbers only. , implementation_dba_data: APPS.OKC_CONT_NUM_DISTINCT_V ,
-
Table: OKC_K_REL_OBJS
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_REL_OBJS, object_name:OKC_K_REL_OBJS, status:VALID, product: OKC - Contracts Core , description: An intersection entity which links a contract header or line to other objects in the schema in a predefined manner. , implementation_dba_data: OKC.OKC_K_REL_OBJS ,
-
Table: OKC_SECTIONS_B
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_SECTIONS_B, object_name:OKC_SECTIONS_B, status:VALID, product: OKC - Contracts Core , description: Sections are used to format clauses of a Contract while printing , implementation_dba_data: OKC.OKC_SECTIONS_B ,
-
Table: OKC_STATUSES_B
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_STATUSES_B, object_name:OKC_STATUSES_B, status:VALID, product: OKC - Contracts Core , description: User defined values that define a contract's status. , implementation_dba_data: OKC.OKC_STATUSES_B ,
-
Table: OKC_PRICE_ATT_VALUES
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_PRICE_ATT_VALUES, object_name:OKC_PRICE_ATT_VALUES, status:VALID, product: OKC - Contracts Core , description: Values of price attributes for an object to be used to derive the price for a contract header and contract line. , implementation_dba_data: OKC.OKC_PRICE_ATT_VALUES ,
-
Table: OKC_K_HISTORY_B
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_HISTORY_B, object_name:OKC_K_HISTORY_B, status:VALID, product: OKC - Contracts Core , description: Contract status change history and history for any actions during contract life cycle , implementation_dba_data: OKC.OKC_K_HISTORY_B ,
-
Table: OKC_QA_CHECK_LISTS_B
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_QA_CHECK_LISTS_B, object_name:OKC_QA_CHECK_LISTS_B, status:VALID, product: OKC - Contracts Core , description: Associates a list of quality assurance processes with a specific contract or contract template. , implementation_dba_data: OKC.OKC_QA_CHECK_LISTS_B ,
-
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 ,
-
View: OKC_CONT_NUM_DISTINCT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_CONT_NUM_DISTINCT_V, object_name:OKC_CONT_NUM_DISTINCT_V, status:VALID, product: OKC - Contracts Core , description: This view lists unique contract numbers only. , implementation_dba_data: APPS.OKC_CONT_NUM_DISTINCT_V ,
-
Table: OKC_STATUSES_B
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_STATUSES_B, object_name:OKC_STATUSES_B, status:VALID, product: OKC - Contracts Core , description: User defined values that define a contract's status. , implementation_dba_data: OKC.OKC_STATUSES_B ,
-
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_ITEMS
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_ITEMS, object_name:OKC_K_ITEMS, status:VALID, product: OKC - Contracts Core , description: Stores item attributes for Contract Lines. , implementation_dba_data: OKC.OKC_K_ITEMS ,
-
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_K_ITEMS
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_ITEMS, object_name:OKC_K_ITEMS, status:VALID, product: OKC - Contracts Core , description: Stores item attributes for Contract Lines. , implementation_dba_data: OKC.OKC_K_ITEMS ,
-
Table: OKC_SECTIONS_B
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_SECTIONS_B, object_name:OKC_SECTIONS_B, status:VALID, product: OKC - Contracts Core , description: Sections are used to format clauses of a Contract while printing , implementation_dba_data: OKC.OKC_SECTIONS_B ,
-
Table: OKC_K_GRPINGS
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_GRPINGS, object_name:OKC_K_GRPINGS, status:VALID, product: OKC - Contracts Core , description: This table holds the membership of a contract group for both contracts and other contract groups. , implementation_dba_data: OKC.OKC_K_GRPINGS ,
-
Table: OKC_K_ACCESSES
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_ACCESSES, object_name:OKC_K_ACCESSES, status:VALID, product: OKC - Contracts Core , description: Level of access granted to a resource or resource group for a contract. , implementation_dba_data: OKC.OKC_K_ACCESSES ,
-
Table: OKC_PRICE_ADJUSTMENTS_H
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_PRICE_ADJUSTMENTS_H, object_name:OKC_PRICE_ADJUSTMENTS_H, status:VALID, product: OKC - Contracts Core , description: Record of actual adjustments made to price based on price attribute values. , implementation_dba_data: OKC.OKC_PRICE_ADJUSTMENTS_H ,
-
Table: OKC_PRICE_ATT_VALUES_H
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_PRICE_ATT_VALUES_H, object_name:OKC_PRICE_ATT_VALUES_H, status:VALID, product: OKC - Contracts Core , description: Values of price attributes for an object to be used to derive the price for a contract header and contract line. , implementation_dba_data: OKC.OKC_PRICE_ATT_VALUES_H ,
-
Table: OKC_PRICE_ATT_VALUES
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_PRICE_ATT_VALUES, object_name:OKC_PRICE_ATT_VALUES, status:VALID, product: OKC - Contracts Core , description: Values of price attributes for an object to be used to derive the price for a contract header and contract line , implementation_dba_data: OKC.OKC_PRICE_ATT_VALUES ,
-
Table: OKC_K_REL_OBJS
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_REL_OBJS, object_name:OKC_K_REL_OBJS, status:VALID, product: OKC - Contracts Core , description: An intersection entity which links a contract header or line to other objects in the schema in a predefined manner. , implementation_dba_data: OKC.OKC_K_REL_OBJS ,
-
Table: OKC_PRICE_ATT_VALUES_H
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_PRICE_ATT_VALUES_H, object_name:OKC_PRICE_ATT_VALUES_H, status:VALID, product: OKC - Contracts Core , description: Values of price attributes for an object to be used to derive the price for a contract header and contract line. , implementation_dba_data: OKC.OKC_PRICE_ATT_VALUES_H ,
-
Table: OKC_QA_CHECK_LISTS_B
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_QA_CHECK_LISTS_B, object_name:OKC_QA_CHECK_LISTS_B, status:VALID, product: OKC - Contracts Core , description: Associates a list of quality assurance processes with a specific contract or contract template. , implementation_dba_data: OKC.OKC_QA_CHECK_LISTS_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 ,
-
View: OKC_SRS_REN_CONTRACT_NUM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_SRS_REN_CONTRACT_NUM_V, object_name:OKC_SRS_REN_CONTRACT_NUM_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_SRS_REN_CONTRACT_NUM_V ,
-
Table: OKC_K_HISTORY_B
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_HISTORY_B, object_name:OKC_K_HISTORY_B, status:VALID, product: OKC - Contracts Core , description: Contract status change history and history for any actions during contract life cycle , implementation_dba_data: OKC.OKC_K_HISTORY_B ,
-
Table: OKC_PRICE_ADJUSTMENTS_H
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_PRICE_ADJUSTMENTS_H, object_name:OKC_PRICE_ADJUSTMENTS_H, status:VALID, product: OKC - Contracts Core , description: This is a mirror image of base table OKC_PRICE_ADJUSTMENTS, please refer to the base table for detailed column level information. , implementation_dba_data: OKC.OKC_PRICE_ADJUSTMENTS_H ,
-
View: OKC_SRS_REN_CONTRACT_NUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_SRS_REN_CONTRACT_NUM_V, object_name:OKC_SRS_REN_CONTRACT_NUM_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_SRS_REN_CONTRACT_NUM_V ,
-
Table: OKC_RULE_GROUPS_B
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_RULE_GROUPS_B, object_name:OKC_RULE_GROUPS_B, status:VALID, product: OKC - Contracts Core , description: Collection of RULES needed to inform an automated process about a business function. , implementation_dba_data: OKC.OKC_RULE_GROUPS_B ,
-
Table: OKC_RULE_GROUPS_B
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_RULE_GROUPS_B, object_name:OKC_RULE_GROUPS_B, status:VALID, product: OKC - Contracts Core , description: Collection of RULES needed to inform an automated process about a business function. , implementation_dba_data: OKC.OKC_RULE_GROUPS_B ,