Search Results oke_k_deliverables_b
Overview
The OKE_K_DELIVERABLES_B table is a core data object within the Oracle E-Business Suite (EBS) Project Contracts (OKE) module, specifically for versions 12.1.1 and 12.2.2. It serves as the primary repository for all deliverable information associated with project contracts. A deliverable represents a tangible or intangible product, service, or result that must be provided to fulfill contractual obligations. This table is fundamental for tracking, managing, and billing against contractually mandated outputs, forming a critical link between contract terms, project execution, and revenue recognition.
Key Information Stored
The table's structure is designed to integrate deliverables within the broader contract and project management framework. Its primary key is the system-generated DELIVERABLE_ID. Crucially, each deliverable is tied to a specific contract and line via the K_HEADER_ID and K_LINE_ID foreign keys, respectively. The DELIVERABLE_NUM, combined with the header and line IDs, forms a unique key (OKE_K_DELIVERABLES_UK01) to enforce business-level uniqueness. Other significant foreign key relationships include PROJECT_ID and TASK_ID, linking deliverables to Oracle Projects (PA) work breakdown structures. The SHIPPING_REQUEST_ID column integrates with Oracle Shipping Execution (WSH), connecting contractual deliverables to physical shipments. The SUB_REF_ID column supports hierarchical deliverable structures by self-referencing the table.
Common Use Cases and Queries
This table is central to operational and reporting processes. Common use cases include generating deliverable status reports, triggering billing events upon deliverable acceptance, and managing dependencies between deliverables. A typical query might join this table to contract headers and lines to list all deliverables for a specific contract.
- Sample Query: SELECT d.DELIVERABLE_NUM, d.DESCRIPTION, h.CONTRACT_NUMBER, l.LINE_NUMBER FROM OKE_K_DELIVERABLES_B d, OKE_K_HEADERS h, OKE_K_LINES l WHERE d.K_HEADER_ID = h.K_HEADER_ID AND d.K_LINE_ID = l.K_LINE_ID AND h.CONTRACT_NUMBER = '<CONTRACT_NUM>';
- Reporting often involves checking deliverable completion status against planned dates to identify contractual risks.
- Integration points include automated creation of billing events in OKE_K_BILLING_EVENTS and tracking communications or holds related to specific deliverables.
Related Objects
The OKE_K_DELIVERABLES_B table is a hub for numerous related entities within the Project Contracts schema. Key dependent tables include OKE_K_DELIVERABLES_TL for translated descriptions, OKE_K_BILLING_EVENTS for invoice generation, and OKE_DEPENDENCIES for modeling prerequisite relationships between deliverables. It is referenced by OKE_K_COMMUNICATIONS, OKE_K_FORM_HEADERS, OKE_K_HOLDS, and OKE_K_STANDARD_NOTES_B, illustrating its central role in contract administration. Externally, it maintains critical foreign key relationships with OKE_K_HEADERS, OKE_K_LINES, PA_PROJECTS_ALL, PA_TASKS, and WSH_DELIVERY_DETAILS, enabling end-to-end process integration from contract terms through project execution and fulfillment.
-
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 ,
-
Table: OKE_DEPENDENCIES
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_DEPENDENCIES, object_name:OKE_DEPENDENCIES, status:VALID, product: OKE - Project Contracts , description: Table to store dependencies related to contract deliverables. , implementation_dba_data: OKE.OKE_DEPENDENCIES ,
-
Table: OKE_DEPENDENCIES
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_DEPENDENCIES, object_name:OKE_DEPENDENCIES, status:VALID, product: OKE - Project Contracts , description: Table to store dependencies related to contract deliverables. , implementation_dba_data: OKE.OKE_DEPENDENCIES ,
-
View: OKE_DTS_SUBCONTRACTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_DTS_SUBCONTRACTS_V, object_name:OKE_DTS_SUBCONTRACTS_V, status:VALID, product: OKE - Project Contracts , description: View for subcontract data related to contract deliverables , implementation_dba_data: APPS.OKE_DTS_SUBCONTRACTS_V ,
-
View: OKE_DEPENDENCIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_DEPENDENCIES_V, object_name:OKE_DEPENDENCIES_V, status:VALID, product: OKE - Project Contracts , description: View for deliverable dependencies , implementation_dba_data: APPS.OKE_DEPENDENCIES_V ,
-
View: OKE_DEPENDENCIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_DEPENDENCIES_V, object_name:OKE_DEPENDENCIES_V, status:VALID, product: OKE - Project Contracts , description: View for deliverable dependencies , implementation_dba_data: APPS.OKE_DEPENDENCIES_V ,
-
View: OKE_DTS_SUBCONTRACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_DTS_SUBCONTRACTS_V, object_name:OKE_DTS_SUBCONTRACTS_V, status:VALID, product: OKE - Project Contracts , description: View for subcontract data related to contract deliverables , implementation_dba_data: APPS.OKE_DTS_SUBCONTRACTS_V ,
-
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_DELIVERABLES_TL
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_DELIVERABLES_TL, object_name:OKE_K_DELIVERABLES_TL, status:VALID, product: OKE - Project Contracts , description: Contract deliverable multi-lingual information , implementation_dba_data: OKE.OKE_K_DELIVERABLES_TL ,
-
Table: OKE_K_DELIVERABLES_TL
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_DELIVERABLES_TL, object_name:OKE_K_DELIVERABLES_TL, status:VALID, product: OKE - Project Contracts , description: Contract deliverable multi-lingual information , implementation_dba_data: OKE.OKE_K_DELIVERABLES_TL ,
-
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_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_FORM_HEADERS
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_FORM_HEADERS, object_name:OKE_K_FORM_HEADERS, status:VALID, product: OKE - Project Contracts , description: Print form header information , implementation_dba_data: OKE.OKE_K_FORM_HEADERS ,
-
Table: OKE_K_BILLING_EVENTS
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_BILLING_EVENTS, object_name:OKE_K_BILLING_EVENTS, status:VALID, product: OKE - Project Contracts , description: Deliverable-based billing events , implementation_dba_data: OKE.OKE_K_BILLING_EVENTS ,
-
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_FORM_HEADERS
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_FORM_HEADERS, object_name:OKE_K_FORM_HEADERS, status:VALID, product: OKE - Project Contracts , description: Print form header information , implementation_dba_data: OKE.OKE_K_FORM_HEADERS ,
-
Table: OKE_K_BILLING_EVENTS
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_BILLING_EVENTS, object_name:OKE_K_BILLING_EVENTS, status:VALID, product: OKE - Project Contracts , description: Deliverable-based billing events , implementation_dba_data: OKE.OKE_K_BILLING_EVENTS ,
-
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 ,
-
View: OKE_HOLD_DELIVERABLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_HOLD_DELIVERABLES_V, object_name:OKE_HOLD_DELIVERABLES_V, status:VALID, product: OKE - Project Contracts , description: View for deliverables not currently on hold , implementation_dba_data: APPS.OKE_HOLD_DELIVERABLES_V ,
-
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 ,
-
View: OKE_HOLD_DELIVERABLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_HOLD_DELIVERABLES_V, object_name:OKE_HOLD_DELIVERABLES_V, status:VALID, product: OKE - Project Contracts , description: View for deliverables not currently on hold , implementation_dba_data: APPS.OKE_HOLD_DELIVERABLES_V ,
-
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_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 ,
-
View: OKE_HOLD_CHECKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_HOLD_CHECKS_V, object_name:OKE_HOLD_CHECKS_V, status:VALID, product: OKE - Project Contracts , description: View for Contract holds check - not currently used , implementation_dba_data: APPS.OKE_HOLD_CHECKS_V ,
-
View: OKE_HOLD_CHECKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_HOLD_CHECKS_V, object_name:OKE_HOLD_CHECKS_V, status:VALID, product: OKE - Project Contracts , description: View for Contract holds check - not currently used , implementation_dba_data: APPS.OKE_HOLD_CHECKS_V ,
-
View: OKE_BILLABLE_DELIVERABLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_BILLABLE_DELIVERABLES_V, object_name:OKE_BILLABLE_DELIVERABLES_V, status:VALID, product: OKE - Project Contracts , description: View for contract deliverables eligible for billing , implementation_dba_data: APPS.OKE_BILLABLE_DELIVERABLES_V ,
-
View: OKE_BILLABLE_DELIVERABLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_BILLABLE_DELIVERABLES_V, object_name:OKE_BILLABLE_DELIVERABLES_V, status:VALID, product: OKE - Project Contracts , description: View for contract deliverables eligible for billing , implementation_dba_data: APPS.OKE_BILLABLE_DELIVERABLES_V ,
-
View: OKE_K_COMMUNICATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_COMMUNICATIONS_V, object_name:OKE_K_COMMUNICATIONS_V, status:VALID, product: OKE - Project Contracts , description: Contract communications view , implementation_dba_data: APPS.OKE_K_COMMUNICATIONS_V ,
-
View: OKE_K_COMMUNICATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_COMMUNICATIONS_V, object_name:OKE_K_COMMUNICATIONS_V, status:VALID, product: OKE - Project Contracts , description: Contract communications view , implementation_dba_data: APPS.OKE_K_COMMUNICATIONS_V ,
-
View: OKE_K_DELIVERABLES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_DELIVERABLES_VL, object_name:OKE_K_DELIVERABLES_VL, status:VALID, product: OKE - Project Contracts , description: Contract deliverable infomation view , implementation_dba_data: APPS.OKE_K_DELIVERABLES_VL ,
-
View: OKE_K_DELIVERABLES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_DELIVERABLES_VL, object_name:OKE_K_DELIVERABLES_VL, status:VALID, product: OKE - Project Contracts , description: Contract deliverable infomation view , implementation_dba_data: APPS.OKE_K_DELIVERABLES_VL ,