Search Results okc_k_seq_lines
Overview
The table OKC_K_SEQ_LINES is a core data object within the Oracle E-Business Suite Contracts Core (OKC) module. It serves as the detailed configuration repository for the contract document autonumbering feature. This table defines the specific rules and segments that govern how the system automatically generates unique, sequential numbers for contract documents. Its role is critical for ensuring standardized, consistent, and meaningful numbering across different contract classes and subclasses, which is a fundamental requirement for contract lifecycle management and reporting.
Key Information Stored
The table stores the granular definitions for each segment of an autonumbering format. While the full column list is not detailed in the provided metadata, the structure typically includes a primary key column (ID) and a foreign key column (SCS_CODE) linking to the configuration header. Based on its described purpose, the table would hold columns defining segment types (e.g., constant text, sequential number, date element), segment values, sequencing parameters (start number, increment), and the order of segments within the overall numbering format. The SCS_CODE column is explicitly noted as a foreign key, connecting each detail line to a specific contract class or subclass in the OKC_CLASSES_B and OKC_SUBCLASSES_B tables, thereby scoping the numbering rule.
Common Use Cases and Queries
The primary use case is the administration and troubleshooting of contract document numbering schemes. Functional consultants use this data, often via the application's user interface, to set up or modify numbering formats. Common technical queries involve analyzing the configured rules for a given contract type. A sample SQL pattern to retrieve the autonumbering configuration for a specific class might be:
- SELECT seq_line.* FROM okc_k_seq_lines seq_line, okc_classes_b cla WHERE seq_line.scs_code = cla.scs_code AND cla.class_code = 'SERVICE_CONTRACT';
Reporting use cases include auditing numbering configurations across the implementation or diagnosing issues where contracts are not generating numbers as expected, which would involve joining this table to the master configuration and contract header tables.
Related Objects
OKC_K_SEQ_LINES has direct relationships with several key Contracts Core tables, as indicated by the foreign key metadata. Its primary foreign key relationship is with the OKC_CLASSES_B table, which stores contract class definitions, and the OKC_SUBCLASSES_B table. This establishes that autonumbering rules are defined at the class or subclass level. The table is protected by the primary key constraint OKC_K_SEQ_LINES_PK on the ID column. It is a child table within the autonumbering configuration setup, and it is logically associated with the contract headers table (OKC_K_HEADERS_B), whose document numbers are generated based on the rules stored in OKC_K_SEQ_LINES.
-
Table: OKC_K_SEQ_LINES
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_SEQ_LINES, object_name:OKC_K_SEQ_LINES, status:VALID, product: OKC - Contracts Core , description: Holds the detail records for Autonumbering configuration , implementation_dba_data: OKC.OKC_K_SEQ_LINES ,
-
Table: OKC_K_SEQ_LINES
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_SEQ_LINES, object_name:OKC_K_SEQ_LINES, status:VALID, product: OKC - Contracts Core , description: Holds the detail records for Autonumbering configuration , implementation_dba_data: OKC.OKC_K_SEQ_LINES ,
-
APPS.OKC_KSQ_PVT dependencies on OKC_K_SEQ_LINES
12.1.1
-
APPS.OKC_CONTRACT_SEQ_PVT dependencies on OKC_K_SEQ_LINES
12.2.2
-
APPS.OKC_LSQ_PVT dependencies on OKC_K_SEQ_LINES
12.1.1
-
APPS.OKC_LSQ_PVT dependencies on OKC_K_SEQ_LINES
12.2.2
-
APPS.OKC_LSQ_PVT dependencies on OKC_K_SEQ_LINES
12.2.2
-
APPS.OKC_CONTRACT_SEQ_PVT dependencies on OKC_K_SEQ_LINES
12.1.1
-
APPS.OKC_KSQ_PVT dependencies on OKC_K_SEQ_LINES
12.2.2
-
APPS.OKC_LSQ_PVT dependencies on OKC_K_SEQ_LINES
12.1.1
-
APPS.OKC_LSQ_PVT SQL Statements
12.2.2
-
APPS.OKC_LSQ_PVT SQL Statements
12.1.1
-
VIEW: OKC.OKC_K_SEQ_LINES#
12.2.2
owner:OKC, object_type:VIEW, object_name:OKC_K_SEQ_LINES#, status:VALID,
-
SYNONYM: APPS.OKC_K_SEQ_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKC_K_SEQ_LINES, status:VALID,
-
VIEW: APPS.OKC_K_SEQ_LINES_V
12.2.2
-
SYNONYM: APPS.OKC_K_SEQ_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKC_K_SEQ_LINES, status:VALID,
-
VIEW: OKC.OKC_K_SEQ_LINES#
12.2.2
-
VIEW: APPS.OKC_K_SEQ_LINES_V
12.1.1
-
Table: OKC_CLASSES_B
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_CLASSES_B, object_name:OKC_CLASSES_B, status:VALID, product: OKC - Contracts Core , description: The highest level categorization of a Contract. , implementation_dba_data: OKC.OKC_CLASSES_B ,
-
TABLE: OKC.OKC_K_SEQ_LINES
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_SEQ_LINES, object_name:OKC_K_SEQ_LINES, status:VALID,
-
Table: OKC_CLASSES_B
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_CLASSES_B, object_name:OKC_CLASSES_B, status:VALID, product: OKC - Contracts Core , description: The highest level categorization of a Contract. , implementation_dba_data: OKC.OKC_CLASSES_B ,
-
View: OKC_K_SEQ_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_K_SEQ_LINES_V, object_name:OKC_K_SEQ_LINES_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_K_SEQ_LINES_V ,
-
PACKAGE: APPS.OKC_LSQ_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKC_LSQ_PVT, status:VALID,
-
Table: OKC_SUBCLASSES_B
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_SUBCLASSES_B, object_name:OKC_SUBCLASSES_B, status:VALID, product: OKC - Contracts Core , description: Determines the line style hiearchy of the contract, the valid rule groups, the valid party roles, and the commonly used standard article sets. , implementation_dba_data: OKC.OKC_SUBCLASSES_B ,
-
TABLE: OKC.OKC_K_SEQ_LINES
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_SEQ_LINES, object_name:OKC_K_SEQ_LINES, status:VALID,
-
PACKAGE: APPS.OKC_LSQ_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKC_LSQ_PVT, status:VALID,
-
View: OKC_K_SEQ_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_K_SEQ_LINES_V, object_name:OKC_K_SEQ_LINES_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_K_SEQ_LINES_V ,
-
PACKAGE BODY: APPS.OKC_LSQ_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_LSQ_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKC_LSQ_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_LSQ_PVT, status:VALID,
-
Table: OKC_SUBCLASSES_B
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_SUBCLASSES_B, object_name:OKC_SUBCLASSES_B, status:VALID, product: OKC - Contracts Core , description: Determines the line style hiearchy of the contract, the valid rule groups, the valid party roles, and the commonly used standard article sets. , implementation_dba_data: OKC.OKC_SUBCLASSES_B ,
-
PACKAGE BODY: APPS.OKC_CONTRACT_SEQ_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_CONTRACT_SEQ_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKC_CONTRACT_SEQ_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_CONTRACT_SEQ_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKC_KSQ_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_KSQ_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKC_KSQ_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_KSQ_PVT, status:VALID,
-
VIEW: APPS.OKC_K_SEQ_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_K_SEQ_LINES_V, object_name:OKC_K_SEQ_LINES_V, status:VALID,
-
VIEW: APPS.OKC_K_SEQ_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_K_SEQ_LINES_V, object_name:OKC_K_SEQ_LINES_V, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.OKC_LSQ_PVT
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.OKC_LSQ_PVT
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.OKC_CONTRACT_SEQ_PVT SQL Statements
12.2.2
-
APPS.OKC_CONTRACT_SEQ_PVT SQL Statements
12.1.1