Search Results contracts
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.1.1
product: OKE - Project Contracts , size: 108.209 KBytes , file_type: PDF Diagram ,
-
File: R11510 Project Contracts ERD.pdf
12.2.2
product: OKE - Project Contracts , size: 108.209 KBytes , file_type: PDF Diagram ,
-
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: HOLD_TYPE
12.1.1
product: OKE - Project Contracts , meaning: Contract Hold Type , description: Contract Hold Type ,
-
Lookup Type: HOLD_TYPE
12.2.2
product: OKE - Project Contracts , meaning: Contract Hold Type , description: Contract Hold Type ,
-
Lookup Type: COMMUNICATION_TYPE
12.2.2
product: OKE - Project Contracts , meaning: Communication Type , description: Communication Type ,
-
Lookup Type: FUNDING_STATUS
12.1.1
product: OKE - Project Contracts , meaning: Contract Funding Status , description: Contract Funding Status ,
-
Lookup Type: COMMUNICATION_TYPE
12.1.1
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: 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_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 ,
-
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 ,
-
Lookup Type: COMMUNICATION_PRIORITY
12.1.1
product: OKE - Project Contracts , meaning: Communication Priority , description: Communication Priority ,
-
Lookup Type: PRODUCT_LINE
12.1.1
product: OKE - Project Contracts , meaning: Product Line , description: Product Line ,
-
Lookup Type: ATTRIBUTE_GROUP
12.1.1
product: OKE - Project Contracts , meaning: Attribute Group , description: Attribute Group ,
-
Lookup Type: COMMUNICATION_REASON_CODE
12.1.1
product: OKE - Project Contracts , meaning: Communication Reason , description: Communication Reason ,
-
Lookup Type: STD_NOTE_TYPE
12.1.1
product: OKE - Project Contracts , meaning: Standard Note Type , description: Standard Note Type ,
-
Lookup Type: APPLY_HOLD_REASON
12.2.2
product: OKE - Project Contracts , meaning: Apply Hold Reason , description: Apply Hold Reason ,
-
Lookup Type: PRIORITY_TYPE
12.1.1
product: OKE - Project Contracts , meaning: Priority Type , description: Priority Type ,
-
Lookup Type: ATTRIBUTE_GROUP
12.2.2
product: OKE - Project Contracts , meaning: Attribute Group , description: Attribute Group ,
-
Lookup Type: PRIORITY_TYPE
12.2.2
product: OKE - Project Contracts , meaning: Priority Type , description: Priority Type ,
-
Lookup Type: REMOVE_HOLD_REASON
12.1.1
product: OKE - Project Contracts , meaning: Remove Hold Reason , description: Remove Hold Reason ,
-
Lookup Type: REMOVE_HOLD_REASON
12.2.2
product: OKE - Project Contracts , meaning: Remove Hold Reason , description: Remove Hold Reason ,
-
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: APPLY_HOLD_REASON
12.1.1
product: OKE - Project Contracts , meaning: Apply Hold Reason , description: Apply Hold Reason ,
-
Lookup Type: CHANGE_TYPE
12.1.1
product: OKE - Project Contracts , meaning: Contract Change Request Type , description: Contract Change Request Type ,
-
Lookup Type: STD_NOTE_TYPE
12.2.2
product: OKE - Project Contracts , meaning: Standard Note Type , description: Standard Note Type ,
-
Table: OKE_TERMS_B
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_TERMS_B, object_name:OKE_TERMS_B, status:VALID, product: OKE - Project Contracts , description: Stores information about contract terms , implementation_dba_data: OKE.OKE_TERMS_B ,
-
Table: OKE_CHG_STS_TYPE_FLOWS
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_CHG_STS_TYPE_FLOWS, object_name:OKE_CHG_STS_TYPE_FLOWS, status:VALID, product: OKE - Project Contracts , description: Not in use , implementation_dba_data: OKE.OKE_CHG_STS_TYPE_FLOWS ,
-
Table: OKE_CHG_STS_TYPE_FLOWS
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_CHG_STS_TYPE_FLOWS, object_name:OKE_CHG_STS_TYPE_FLOWS, status:VALID, product: OKE - Project Contracts , description: Not in use , implementation_dba_data: OKE.OKE_CHG_STS_TYPE_FLOWS ,
-
Table: OKE_SUBMISSIONS
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_SUBMISSIONS, object_name:OKE_SUBMISSIONS, status:VALID, product: OKE - Project Contracts , description: Table to store subsequent submissions for data item contract deliverables , implementation_dba_data: OKE.OKE_SUBMISSIONS ,
-
Lookup Type: CHANGE_REASON
12.1.1
product: OKE - Project Contracts , meaning: Contract Change Request Reason , description: Contract Change Request Reason ,
-
Lookup Type: CHANGE_TYPE
12.2.2
product: OKE - Project Contracts , meaning: Contract Change Request Type , description: Contract Change Request Type ,
-
Lookup Type: CHANGE_REASON
12.2.2
product: OKE - Project Contracts , meaning: Contract Change Request Reason , description: Contract Change Request Reason ,
-
Table: OKE_TERMS_B
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_TERMS_B, object_name:OKE_TERMS_B, status:VALID, product: OKE - Project Contracts , description: Stores information about contract terms , implementation_dba_data: OKE.OKE_TERMS_B ,
-
Lookup Type: PRINT_FORM_STATUS
12.1.1
product: OKE - Project Contracts , meaning: Print Form Status , description: Print Form Status ,
-
Table: OKE_K_DELIVERABLES_TLH
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_DELIVERABLES_TLH, object_name:OKE_K_DELIVERABLES_TLH, status:VALID, product: OKE - Project Contracts , description: Contract deliverable multi-lingual historical information , implementation_dba_data: OKE.OKE_K_DELIVERABLES_TLH ,
-
Table: OKE_OBJECT_ATTRIBUTES_TL
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_OBJECT_ATTRIBUTES_TL, object_name:OKE_OBJECT_ATTRIBUTES_TL, status:VALID, product: OKE - Project Contracts , description: Contract attributes multi-lingual information , implementation_dba_data: OKE.OKE_OBJECT_ATTRIBUTES_TL ,
-
Lookup Type: NUMBER_TYPE
12.1.1
product: OKE - Project Contracts , meaning: Number Type , description: Number Type ,
-
Lookup Type: PRINT_FORM_STATUS
12.2.2
product: OKE - Project Contracts , meaning: Print Form Status , description: Print Form Status ,
-
Table: OKE_SUBMISSIONS
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_SUBMISSIONS, object_name:OKE_SUBMISSIONS, status:VALID, product: OKE - Project Contracts , description: Table to store subsequent submissions for data item contract deliverables , implementation_dba_data: OKE.OKE_SUBMISSIONS ,
-
Lookup Type: DELIVERABLE_TYPE
12.1.1
product: OKE - Project Contracts , meaning: Deliverable Type , description: Deliverable Type ,
-
Lookup Type: ACCEPTANCE_POINT
12.2.2
product: OKE - Project Contracts , meaning: Acceptance Point , description: Acceptance Point ,
-
Lookup Type: INSPECTION_POINT
12.2.2
product: OKE - Project Contracts , meaning: Inspection Point , description: Inspection Point ,
-
Table: OKE_K_DELIVERABLES_TLH
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_DELIVERABLES_TLH, object_name:OKE_K_DELIVERABLES_TLH, status:VALID, product: OKE - Project Contracts , description: Contract deliverable multi-lingual historical information , implementation_dba_data: OKE.OKE_K_DELIVERABLES_TLH ,
-
Table: OKE_OBJECT_ATTRIBUTES_TL
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_OBJECT_ATTRIBUTES_TL, object_name:OKE_OBJECT_ATTRIBUTES_TL, status:VALID, product: OKE - Project Contracts , description: Contract attributes multi-lingual information , implementation_dba_data: OKE.OKE_OBJECT_ATTRIBUTES_TL ,