Search Results form_header_id
Overview
The OKE_K_FORM_LINES table is a core data object within the Oracle E-Business Suite (EBS) Project Contracts (OKE) module. It functions as a repository for detailed line-level information associated with printed contract forms. This table is integral to the document generation and printing processes for project contracts, capturing the specific data elements that populate individual lines on formal contract documents, such as deliverables, payment schedules, or terms. Its existence underscores the module's requirement to maintain a precise audit trail and historical record of what was formally communicated to contracting parties, separate from the transactional contract lines themselves.
Key Information Stored
While the provided metadata does not list specific columns beyond the primary key, the table's structure is designed to store print-formatted line data. The primary key is a composite of FORM_HEADER_ID and FORM_LINE_NUMBER, ensuring uniqueness of each line within a specific printed form document. Typical data stored would include the textual description of the line item, quantities, rates, amounts, and other contractual details as they were rendered for printing. The FORM_HEADER_ID column is a foreign key that links each line to its parent form header record in the OKE_K_FORM_HEADERS table, establishing the document context.
Common Use Cases and Queries
The primary use case for this table is historical reporting and audit inquiries related to issued contract documents. Support personnel or contract administrators may query this table to verify the exact wording or figures that appeared on a previously generated contract form. A common query pattern involves joining to the header table to retrieve a complete printed document. For example, to retrieve all lines for a specific contract document, one might use: SELECT * FROM OKE.OKE_K_FORM_LINES WHERE FORM_HEADER_ID = <header_id> ORDER BY FORM_LINE_NUMBER;. This data is also critical for reconciliation processes, comparing what was printed against the current active contract terms in transactional tables like OKE_K_LINES.
Related Objects
The table maintains a direct and documented foreign key relationship, which is central to its function.
- OKE_K_FORM_HEADERS: This is the primary parent table. The relationship is defined as OKE_K_FORM_LINES.FORM_HEADER_ID references OKE_K_FORM_HEADERS. Every line record must be associated with a single header record that provides the overall document context, such as the contract number, print date, and form type. A standard join for reporting is:
SELECT h.CONTRACT_NUMBER, l.* FROM OKE_K_FORM_HEADERS h, OKE_K_FORM_LINES l WHERE h.FORM_HEADER_ID = l.FORM_HEADER_ID.
While not specified in the provided metadata, this table is logically related to the core Project Contracts transactional tables, such as OKE_K_HEADERS (contracts) and OKE_K_LINES, typically via the header table or through shared contract identifiers.
-
APPS.OKE_PRINT_FORM_PUB dependencies on OKE_K_FORM_HEADERS
12.1.1
-
APPS.OKE_PRINT_FORM_PUB dependencies on OKE_K_FORM_HEADERS
12.2.2
-
APPS.OKE_PRINT_FORM_PUB dependencies on OKE_K_FORM_HEADERS
12.1.1
-
APPS.OKE_PRINT_FORM_PUB dependencies on OKE_K_FORM_HEADERS
12.2.2
-
APPS.OKE_MILPAC_INTG_WF dependencies on FND_ATTACHED_DOCUMENTS_S
12.2.2
-
Table: OKE_K_FORM_LINES
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_FORM_LINES, object_name:OKE_K_FORM_LINES, status:VALID, product: OKE - Project Contracts , description: Print form line information , implementation_dba_data: OKE.OKE_K_FORM_LINES ,
-
APPS.OKE_MILPAC_INTG_WF dependencies on FND_ATTACHED_DOCUMENTS_S
12.1.1
-
Table: OKE_K_FORM_LINES
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_FORM_LINES, object_name:OKE_K_FORM_LINES, status:VALID, product: OKE - Project Contracts , description: Print form line information , implementation_dba_data: OKE.OKE_K_FORM_LINES ,
-
VIEW: APPS.OKE_DD250_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_DD250_LINES_V, object_name:OKE_DD250_LINES_V, status:VALID,
-
APPS.OKE_PRINT_FORM_PUB dependencies on OKE_K_FORM_LINES
12.2.2
-
VIEW: OKE.OKE_K_FORM_LINES#
12.2.2
-
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 ,
-
VIEW: OKE.OKE_K_FORM_HEADERS#
12.2.2
-
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 ,
-
APPS.OKE_PRINT_FORM_PUB dependencies on OKE_K_FORM_LINES
12.1.1
-
VIEW: APPS.OKE_DD250_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_DD250_LINES_V, object_name:OKE_DD250_LINES_V, status:VALID,
-
View: OKE_DD250_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_DD250_LINES_V, object_name:OKE_DD250_LINES_V, status:VALID, product: OKE - Project Contracts , description: Form DD250 stored line information view , implementation_dba_data: APPS.OKE_DD250_LINES_V ,
-
View: OKE_DD250_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_DD250_LINES_V, object_name:OKE_DD250_LINES_V, status:VALID, product: OKE - Project Contracts , description: Form DD250 stored line information view , implementation_dba_data: APPS.OKE_DD250_LINES_V ,
-
APPS.OKE_MILPAC_INTG_WF dependencies on FND_ATTACHED_DOCUMENTS
12.1.1
-
APPS.OKE_MILPAC_INTG_WF dependencies on FND_ATTACHED_DOCUMENTS
12.2.2
-
APPS.OKE_PRINT_FORM_PUB dependencies on DUAL
12.1.1
-
APPS.OKE_PRINT_FORM_PUB dependencies on DUAL
12.2.2
-
APPS.OKE_FORM_DD250 dependencies on OKE_K_FORM_HEADERS
12.1.1
-
APPS.OKE_FORM_DD250 dependencies on OKE_K_FORM_HEADERS
12.2.2
-
APPS.OKE_MILPAC_INTG_WF SQL Statements
12.2.2
-
APPS.OKE_MILPAC_INTG_WF SQL Statements
12.1.1
-
APPS.OKE_MILPAC_INTG_WF dependencies on OKE_K_FORM_HEADERS
12.1.1
-
View: OKE_DD250_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_DD250_HEADERS_V, object_name:OKE_DD250_HEADERS_V, status:VALID, product: OKE - Project Contracts , description: Form DD250 stored header information view , implementation_dba_data: APPS.OKE_DD250_HEADERS_V ,
-
View: OKE_DD250_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_DD250_HEADERS_V, object_name:OKE_DD250_HEADERS_V, status:VALID, product: OKE - Project Contracts , description: Form DD250 stored header information view , implementation_dba_data: APPS.OKE_DD250_HEADERS_V ,
-
APPS.OKE_MILPAC_INTG_WF dependencies on OKE_K_FORM_HEADERS
12.2.2
-
VIEW: OKE.OKE_K_FORM_HEADERS#
12.2.2
owner:OKE, object_type:VIEW, object_name:OKE_K_FORM_HEADERS#, status:VALID,
-
VIEW: OKE.OKE_K_FORM_LINES#
12.2.2
owner:OKE, object_type:VIEW, object_name:OKE_K_FORM_LINES#, status:VALID,
-
VIEW: APPS.OKE_DD250_HEADERS_V
12.2.2
-
VIEW: APPS.OKE_DD250_HEADERS_V
12.1.1
-
APPS.OKE_PRINT_FORM_PUB dependencies on FND_MESSAGE
12.2.2
-
APPS.OKE_PRINT_FORM_PUB dependencies on FND_MESSAGE
12.1.1
-
VIEW: APPS.OKE_DD250_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_DD250_HEADERS_V, object_name:OKE_DD250_HEADERS_V, status:VALID,
-
VIEW: APPS.OKE_DD250_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_DD250_HEADERS_V, object_name:OKE_DD250_HEADERS_V, status:VALID,
-
TABLE: OKE.OKE_K_FORM_LINES
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_FORM_LINES, object_name:OKE_K_FORM_LINES, status:VALID,
-
TABLE: OKE.OKE_K_FORM_LINES
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_FORM_LINES, object_name:OKE_K_FORM_LINES, status:VALID,
-
TABLE: OKE.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,
-
TABLE: OKE.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,
-
APPS.OKE_PRINT_FORM_PUB SQL Statements
12.1.1
-
APPS.OKE_PRINT_FORM_PUB SQL Statements
12.2.2
-
APPS.OKE_FORM_DD250 SQL Statements
12.1.1
-
APPS.OKE_FORM_DD250 SQL Statements
12.2.2
-
PACKAGE: APPS.OKE_PRINT_FORM_PUB
12.2.2
-
PACKAGE: APPS.OKE_PRINT_FORM_PUB
12.1.1
-
PACKAGE BODY: APPS.OKE_PRINT_FORM_PUB
12.1.1
-
PACKAGE BODY: APPS.OKE_PRINT_FORM_PUB
12.2.2