Search Results project all
The OKE_K_DELIVERABLES_B
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical data structure within the Oracle Contracts Core module, specifically supporting the management of contract deliverables. This table stores the base transactional data for deliverables associated with contract agreements, ensuring proper tracking, fulfillment, and compliance with contractual obligations. Below is a detailed technical and functional breakdown of this table.
Table Overview
TheOKE_K_DELIVERABLES_B
table is part of the Oracle Contracts Core schema and serves as the foundation for deliverables tracking in contract management. It is linked to other key tables like OKE_K_HEADERS_B
(contract headers) and OKE_K_LINES_B
(contract lines) to maintain relational integrity. The "_B" suffix indicates it is a base table, meaning it stores raw transactional data without UI-specific attributes, which are typically housed in "_TL" (translated) or "_VL" (view) tables.
Key Columns and Structure
The table includes columns that define deliverable attributes, relationships, and statuses. Notable columns include:- DELIVERABLE_ID: Primary key uniquely identifying each deliverable.
- CONTRACT_ID: Foreign key linking to
OKE_K_HEADERS_B
, associating the deliverable with a contract. - LINE_ID: Optional foreign key linking to
OKE_K_LINES_B
if the deliverable is tied to a specific contract line. - DELIVERABLE_NUMBER: User-assigned identifier for the deliverable.
- DESCRIPTION: Detailed description of the deliverable.
- STATUS_CODE: Tracks lifecycle status (e.g., "DRAFT," "APPROVED," "COMPLETED").
- DUE_DATE: Scheduled fulfillment date.
- ACTUAL_COMPLETION_DATE: Timestamp when the deliverable was fulfilled.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE: Standard Oracle audit columns.
Functional Role
This table supports core contract management processes:- Deliverable Tracking: Captures contractual obligations (e.g., reports, milestones, goods) and their fulfillment status.
- Compliance Monitoring: Enables alerts for overdue deliverables via
STATUS_CODE
and date fields. - Integration: Serves as a source for downstream systems like Oracle Projects or Procurement, ensuring alignment with execution workflows.
Integration Points
The table interacts with:- Workflow Engine: Triggers notifications for pending deliverables based on
DUE_DATE
andSTATUS_CODE
. - Oracle Projects: Links deliverables to project tasks via
PROJECT_ID
orTASK_ID
columns, if configured. - Reporting: Feeds data to Oracle BI Publisher for contract performance dashboards.
Technical Considerations
- Indexing: Key columns like
DELIVERABLE_ID
,CONTRACT_ID
, andSTATUS_CODE
are typically indexed for performance. - Partitioning: In high-volume environments, partitioning by
CONTRACT_ID
orDUE_DATE
may be implemented. - API Support: Oracle provides PL/SQL APIs (e.g.,
OKE_DELIVERABLES_PUB
) for programmatic access to this table.
Customization and Extensions
Organizations often extend this table with custom columns (e.g.,ATTRIBUTE1-15
) to capture industry-specific data. However, such modifications require careful testing to avoid conflicts with standard Oracle patches.
Conclusion
TheOKE_K_DELIVERABLES_B
table is a pivotal component in Oracle EBS Contracts Core, providing the structural foundation for managing contractual deliverables. Its design ensures seamless integration with other EBS modules while offering flexibility for customization. Proper utilization of this table enhances contract compliance, reduces manual tracking efforts, and improves operational visibility.
-
File: R11510 Project Contracts ERD.pdf
12.2.2
product: OKE - Project Contracts , size: 108.209 KBytes , file_type: PDF Diagram ,
-
File: R11510 Project Contracts ERD.pdf
12.1.1
product: OKE - Project Contracts , size: 108.209 KBytes , file_type: PDF Diagram ,
-
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 ,
-
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_FUND_VERS_SUMMARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_FUND_VERS_SUMMARY_V, object_name:OKE_K_FUND_VERS_SUMMARY_V, status:VALID, product: OKE - Project Contracts , description: Funding allocation summary by version view , implementation_dba_data: APPS.OKE_K_FUND_VERS_SUMMARY_V ,
-
View: OKE_K_FUND_VERS_SUMMARY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_FUND_VERS_SUMMARY_V, object_name:OKE_K_FUND_VERS_SUMMARY_V, status:VALID, product: OKE - Project Contracts , description: Funding allocation summary by version view , implementation_dba_data: APPS.OKE_K_FUND_VERS_SUMMARY_V ,
-
View: OKE_TERM_VALUES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_TERM_VALUES_V, object_name:OKE_TERM_VALUES_V, status:VALID, product: OKE - Project Contracts , description: Term value view , implementation_dba_data: APPS.OKE_TERM_VALUES_V ,
-
View: OKE_TAX_CODES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_TAX_CODES_V, object_name:OKE_TAX_CODES_V, status:VALID, product: OKE - Project Contracts , description: Tax code listing , implementation_dba_data: APPS.OKE_TAX_CODES_V ,
-
View: OKE_TERM_VALUES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_TERM_VALUES_V, object_name:OKE_TERM_VALUES_V, status:VALID, product: OKE - Project Contracts , description: Term value view , implementation_dba_data: APPS.OKE_TERM_VALUES_V ,
-
View: OKE_TAX_CODES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_TAX_CODES_V, object_name:OKE_TAX_CODES_V, status:VALID, product: OKE - Project Contracts , description: Tax code listing , implementation_dba_data: APPS.OKE_TAX_CODES_V ,
-
View: OKE_TERMTYPE_ASSIGNED_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_TERMTYPE_ASSIGNED_V, object_name:OKE_TERMTYPE_ASSIGNED_V, status:VALID, product: OKE - Project Contracts , description: View for contract terms and conditions that have already been classified , implementation_dba_data: APPS.OKE_TERMTYPE_ASSIGNED_V ,
-
View: OKE_TERMTYPE_ASSIGNED_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_TERMTYPE_ASSIGNED_V, object_name:OKE_TERMTYPE_ASSIGNED_V, status:VALID, product: OKE - Project Contracts , description: View for contract terms and conditions that have already been classified , implementation_dba_data: APPS.OKE_TERMTYPE_ASSIGNED_V ,
-
View: OKE_ATTRGRP_ASSIGNED_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_ATTRGRP_ASSIGNED_V, object_name:OKE_ATTRGRP_ASSIGNED_V, status:VALID, product: OKE - Project Contracts , description: View for the attributes have been grouped , implementation_dba_data: APPS.OKE_ATTRGRP_ASSIGNED_V ,
-
View: OKE_ATTRGRP_ASSIGNED_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_ATTRGRP_ASSIGNED_V, object_name:OKE_ATTRGRP_ASSIGNED_V, status:VALID, product: OKE - Project Contracts , description: View for the attributes have been grouped , implementation_dba_data: APPS.OKE_ATTRGRP_ASSIGNED_V ,
-
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_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 ,
-
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_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 ,
-
Concurrent Program: OKEDPDRF
12.1.1
execution_filename: OKE_PA_MDS_RELIEF_PKG.MDS_RELIEF , product: OKE - Project Contracts , user_name: Relief Project Deliverable Demand , description: Relief Project Deliverable Demand , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: OKEDPDRF
12.2.2
execution_filename: OKE_PA_MDS_RELIEF_PKG.MDS_RELIEF , product: OKE - Project Contracts , user_name: Relief Project Deliverable Demand , description: Relief Project Deliverable Demand , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: FUND_INQUIRY_GROUPBY
12.1.1
product: OKE - Project Contracts , meaning: Funding Inquiry Group By , description: Funding Inquiry Group By ,
-
Lookup Type: FUND_INQUIRY_GROUPBY
12.2.2
product: OKE - Project Contracts , meaning: Funding Inquiry Group By , description: Funding Inquiry Group By ,
-
Lookup Type: HOLD_TYPE
12.2.2
product: OKE - Project Contracts , meaning: Contract Hold Type , description: Contract Hold Type ,
-
Lookup Type: TERM_TYPE
12.1.1
product: OKE - Project Contracts , meaning: Term Type , description: Term Type ,
-
Lookup Type: TERM_TYPE
12.2.2
product: OKE - Project Contracts , meaning: Term Type , description: Term Type ,
-
Lookup Type: OKE_PROJH_ALLOW
12.1.1
product: OKE - Project Contracts , meaning: Allow Project Hierarchy Overlap , description: Allow Project Hierarchy Overlap ,
-
Lookup Type: HOLD_TYPE
12.1.1
product: OKE - Project Contracts , meaning: Contract Hold Type , description: Contract Hold Type ,
-
Lookup Type: OKE_PROJH_ALLOW
12.2.2
product: OKE - Project Contracts , meaning: Allow Project Hierarchy Overlap , description: Allow Project Hierarchy Overlap ,
-
View: OKE_PROJECTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_PROJECTS_V, object_name:OKE_PROJECTS_V, status:VALID, product: OKE - Project Contracts , description: Valid project listing , implementation_dba_data: APPS.OKE_PROJECTS_V ,
-
Lookup Type: COMMUNICATION_TYPE
12.1.1
product: OKE - Project Contracts , meaning: Communication Type , description: Communication Type ,
-
View: OKE_PROJECTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_PROJECTS_V, object_name:OKE_PROJECTS_V, status:VALID, product: OKE - Project Contracts , description: Valid project listing , implementation_dba_data: APPS.OKE_PROJECTS_V ,
-
Lookup Type: COMMUNICATION_TYPE
12.2.2
product: OKE - Project Contracts , meaning: Communication Type , description: Communication Type ,
-
Lookup Type: FUNDING_STATUS
12.2.2
product: OKE - Project Contracts , meaning: Contract Funding Status , description: Contract Funding Status ,
-
Lookup Type: FUNDING_STATUS
12.1.1
product: OKE - Project Contracts , meaning: Contract Funding Status , description: Contract Funding Status ,
-
Lookup Type: FUND_TYPE
12.1.1
product: OKE - Project Contracts , meaning: FUND_TYPE ,
-
Lookup Type: FUND_TYPE
12.2.2
product: OKE - Project Contracts , meaning: FUND_TYPE , description: Obsoleted due to GTAS ,
-
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 ,
-
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 ,
-
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
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_LINES, object_name:OKE_K_LINES, status:VALID, product: OKE - Project Contracts , description: Project contract extended line information , implementation_dba_data: OKE.OKE_K_LINES ,
-
Table: OKE_K_LINES
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_LINES, object_name:OKE_K_LINES, status:VALID, product: OKE - Project Contracts , description: Project contract extended line information , implementation_dba_data: OKE.OKE_K_LINES ,
-
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 ,
-
Lookup Type: COMMUNICATION_PRIORITY
12.2.2
product: OKE - Project Contracts , meaning: Communication Priority , description: Communication Priority ,
-
Lookup Type: PRODUCT_LINE
12.2.2
product: OKE - Project Contracts , meaning: Product Line , description: Product Line ,
-
Lookup Type: COMMUNICATION_REASON_CODE
12.2.2
product: OKE - Project Contracts , meaning: Communication Reason , description: Communication Reason ,
-
Lookup Type: STD_NOTE_TYPE
12.2.2
product: OKE - Project Contracts , meaning: Standard Note Type , description: Standard Note Type ,