Search Results oke_k_lines
Overview
The OKE_K_LINES table is a core data object within the Oracle E-Business Suite Project Contracts (OKE) module. It serves as the repository for extended, contract-specific line information, building upon the foundational contract line data stored in the base OKC_K_LINES_B table. Its primary role is to manage the detailed attributes required for project-oriented contracting, such as linking contract lines to specific projects and tasks, thereby enabling integrated project costing, billing, and deliverable tracking. The table is central to the contract line's lifecycle and integrates with numerous other OKE entities for comprehensive contract execution and administration.
Key Information Stored
While the full column list is not detailed in the provided metadata, the foreign key relationships and primary key structure reveal critical data points. The table's primary key is K_LINE_ID, which corresponds directly to the line ID in the base contract lines table (OKC_K_LINES_B). This establishes a one-to-one relationship for core line data. Essential project-related attributes include PROJECT_ID and TASK_ID, which link the contract line to a specific project and task within Oracle Projects (PA). The PARENT_LINE_ID column supports hierarchical line structures by creating a self-referential relationship within the same table, allowing for parent-child line groupings. Collectively, these columns transform a generic contract line into a project-contract line capable of supporting complex project billing and funding scenarios.
Common Use Cases and Queries
This table is fundamental for reporting and processes involving project contract lines. Common use cases include generating reports that join contract line details with project information, validating project and task assignments during contract authoring, and serving as the source for downstream billing and funding allocations. A typical query pattern retrieves extended line data for a specific contract header or project.
- Sample Query: Retrieve project contract lines for a specific project:
SELECT okl.k_line_id, okl.project_id, ppa.segment1 project_number, pt.task_number, okb.line_number
FROM oke_k_lines okl,
pa_projects_all ppa,
pa_tasks pt,
okc_k_lines_b okb
WHERE okl.project_id = ppa.project_id
AND okl.task_id = pt.task_id (+)
AND okl.k_line_id = okb.id
AND okl.project_id = :p_project_id; - Use Case: Identifying all contract lines associated with a parent line for roll-up reporting or summary billing.
- Use Case: Serving as the key driving table for extracting data related to billing events, deliverables, holds, and terms attached to a contract line.
Related Objects
The OKE_K_LINES table has extensive integration within the OKE module, as evidenced by its foreign key dependencies. It is a parent table to numerous critical transactional entities. Key related objects include:
- OKC_K_LINES_B: The foundational contract lines table upon which OKE_K_LINES extends.
- PA_PROJECTS_ALL / PA_TASKS: Oracle Projects tables for project and task master data.
- OKE_K_BILLING_EVENTS: Links billing events to a specific contract line (BILL_LINE_ID).
- OKE_K_DELIVERABLES_B: Stores deliverable information associated with a contract line.
- OKE_K_FUND_ALLOCATIONS: Holds funding details allocated against the contract line.
- OKE_K_TERMS: Contains contractual terms and conditions specific to the line.
- OKE_K_LINES_H: The history table that tracks changes to records in OKE_K_LINES.
-
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_TERMS
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_TERMS, object_name:OKE_K_TERMS, status:VALID, product: OKE - Project Contracts , description: Terms & Conditions , implementation_dba_data: OKE.OKE_K_TERMS ,
-
Table: OKE_K_TERMS
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_TERMS, object_name:OKE_K_TERMS, status:VALID, product: OKE - Project Contracts , description: Terms & Conditions , implementation_dba_data: OKE.OKE_K_TERMS ,
-
Table: OKE_K_USER_ATTRIBUTES
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_USER_ATTRIBUTES, object_name:OKE_K_USER_ATTRIBUTES, status:VALID, product: OKE - Project Contracts , description: User Attributes Header and Lines , implementation_dba_data: OKE.OKE_K_USER_ATTRIBUTES ,
-
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_PRINT_FORMS
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_PRINT_FORMS, object_name:OKE_K_PRINT_FORMS, status:VALID, product: OKE - Project Contracts , description: Contract Print Forms , implementation_dba_data: OKE.OKE_K_PRINT_FORMS ,
-
Table: OKE_K_PRINT_FORMS
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_PRINT_FORMS, object_name:OKE_K_PRINT_FORMS, status:VALID, product: OKE - Project Contracts , description: Contract Print Forms , implementation_dba_data: OKE.OKE_K_PRINT_FORMS ,
-
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_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.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_FUND_ALLOCATIONS
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_FUND_ALLOCATIONS, object_name:OKE_K_FUND_ALLOCATIONS, status:VALID, product: OKE - Project Contracts , description: Contract Funding Allocations , implementation_dba_data: OKE.OKE_K_FUND_ALLOCATIONS ,
-
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_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_USER_ATTRIBUTES
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_USER_ATTRIBUTES, object_name:OKE_K_USER_ATTRIBUTES, status:VALID, product: OKE - Project Contracts , description: User Attributes Header and Lines , implementation_dba_data: OKE.OKE_K_USER_ATTRIBUTES ,
-
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 ,
-
Table: OKE_K_FUND_ALLOCATIONS
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_FUND_ALLOCATIONS, object_name:OKE_K_FUND_ALLOCATIONS, status:VALID, product: OKE - Project Contracts , description: Contract Funding Allocations , implementation_dba_data: OKE.OKE_K_FUND_ALLOCATIONS ,
-
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_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_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 ,
-
View: OKE_HOLD_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_HOLD_LINES_V, object_name:OKE_HOLD_LINES_V, status:VALID, product: OKE - Project Contracts , description: View of contract lines not currently on hold , implementation_dba_data: APPS.OKE_HOLD_LINES_V ,
-
View: OKE_HOLD_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_HOLD_LINES_V, object_name:OKE_HOLD_LINES_V, status:VALID, product: OKE - Project Contracts , description: View of contract lines not currently on hold , implementation_dba_data: APPS.OKE_HOLD_LINES_V ,
-
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_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 ,
-
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_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_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_LINES_V, object_name:OKE_K_LINES_V, status:VALID, product: OKE - Project Contracts , description: Contract line information view , implementation_dba_data: APPS.OKE_K_LINES_V ,
-
View: OKE_K_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_LINES_V, object_name:OKE_K_LINES_V, status:VALID, product: OKE - Project Contracts , description: Contract line information view , implementation_dba_data: APPS.OKE_K_LINES_V ,
-
View: OKE_K_LINES_FULL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_LINES_FULL_V, object_name:OKE_K_LINES_FULL_V, status:VALID, product: OKE - Project Contracts , description: Contract line extended information view , implementation_dba_data: APPS.OKE_K_LINES_FULL_V ,
-
View: OKE_K_LINES_FULL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_LINES_FULL_V, object_name:OKE_K_LINES_FULL_V, status:VALID, product: OKE - Project Contracts , description: Contract line extended information view , implementation_dba_data: APPS.OKE_K_LINES_FULL_V ,