Search Results oke_priority_codes_b
Overview
The OKE_PRIORITY_CODES_B table is a core reference data object within the Oracle E-Business Suite Project Contracts (OKE) module. It functions as a master repository for defining and storing priority codes that can be assigned to contract documents, primarily contract headers. These codes enable organizations to classify and manage contracts based on their business urgency or strategic importance, facilitating prioritization in workflows, reporting, and operational processes. As a base table (indicated by the '_B' suffix), it holds the fundamental transactional data, which is typically extended by corresponding descriptive tables (like OKE_PRIORITY_CODES_TL for translated descriptions) within the application's architecture.
Key Information Stored
While the provided metadata does not list specific columns, the structure of such reference tables in Oracle EBS typically includes key fields. The primary column is PRIORITY_CODE, which serves as the unique identifier (primary key) for each priority definition. Other standard columns likely present include ENABLED_FLAG (to activate or deactivate the code), START_DATE_ACTIVE and END_DATE_ACTIVE for defining the valid date range, and standard Who columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN). The table's purpose is to maintain a controlled, validated list of codes for consistent application across contract records.
Common Use Cases and Queries
The primary use case is the assignment of a priority classification to a project contract via the PRIORITY_CODE field in the contract header. This enables filtered reporting and dashboards to highlight high-priority contracts. Administrators use this table to maintain the list of valid codes through the application's setup interfaces. Common SQL queries include retrieving all active priority codes for a list of values (LOV) or joining with contract headers for analysis. A typical reporting query would be:
- SELECT h.contract_number, p.priority_code, h.description FROM oke_k_headers_b h, oke_priority_codes_b p WHERE h.priority_code = p.priority_code AND p.enabled_flag = 'Y';
This table is also crucial for data validation, ensuring that any priority code entered on a contract exists in this master table.
Related Objects
As documented in the foreign key relationships, OKE_PRIORITY_CODES_B is directly referenced by two key transactional tables in the Project Contracts module. The PRIORITY_CODE column links to the contract header records, establishing a clear data integrity relationship.
- OKE_K_HEADERS / OKE_K_HEADERS_B: This is the primary contract headers table. Its PRIORITY_CODE column is a foreign key to OKE_PRIORITY_CODES_B, assigning a priority to each active contract.
- OKE_K_HEADERS_H: This is the history table for contract headers. It also maintains a foreign key relationship on its PRIORITY_CODE column, preserving the priority information as it existed at each historical revision of the contract header.
These relationships confirm that OKE_PRIORITY_CODES_B is a central lookup table for contract prioritization, ensuring referential integrity across both current and historical contract data.
-
Table: OKE_PRIORITY_CODES_B
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_PRIORITY_CODES_B, object_name:OKE_PRIORITY_CODES_B, status:VALID, product: OKE - Project Contracts , description: Stores information about priority codes , implementation_dba_data: OKE.OKE_PRIORITY_CODES_B ,
-
Table: OKE_PRIORITY_CODES_B
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_PRIORITY_CODES_B, object_name:OKE_PRIORITY_CODES_B, status:VALID, product: OKE - Project Contracts , description: Stores information about priority codes , implementation_dba_data: OKE.OKE_PRIORITY_CODES_B ,
-
APPS.OKE_PRIORITY_CODES_PKG dependencies on OKE_PRIORITY_CODES_B
12.1.1
-
APPS.OKE_PRIORITY_CODES_PKG dependencies on OKE_PRIORITY_CODES_B
12.2.2
-
VIEW: APPS.OKE_PRIORITY_CODES_B_DFV
12.1.1
-
VIEW: APPS.OKE_PRIORITY_CODES_B_DFV
12.2.2
-
SYNONYM: APPS.OKE_PRIORITY_CODES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKE_PRIORITY_CODES_B, status:VALID,
-
VIEW: OKE.OKE_PRIORITY_CODES_B#
12.2.2
owner:OKE, object_type:VIEW, object_name:OKE_PRIORITY_CODES_B#, status:VALID,
-
SYNONYM: APPS.OKE_PRIORITY_CODES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKE_PRIORITY_CODES_B, status:VALID,
-
VIEW: APPS.OKE_PRIORITY_CODES_VL
12.1.1
-
VIEW: APPS.OKE_PRIORITY_CODES_VL
12.2.2
-
VIEW: OKE.OKE_PRIORITY_CODES_B#
12.2.2
-
TABLE: OKE.OKE_PRIORITY_CODES_B
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_PRIORITY_CODES_B, object_name:OKE_PRIORITY_CODES_B, status:VALID,
-
TABLE: OKE.OKE_PRIORITY_CODES_B
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_PRIORITY_CODES_B, object_name:OKE_PRIORITY_CODES_B, status:VALID,
-
APPS.OKE_PRIORITY_CODES_PKG SQL Statements
12.1.1
-
APPS.OKE_PRIORITY_CODES_PKG SQL Statements
12.2.2
-
VIEW: APPS.OKE_PRIORITY_CODES_B_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:OKE_PRIORITY_CODES_B_DFV, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.OKE_PRIORITY_CODES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKE_PRIORITY_CODES_PKG, status:VALID,
-
PACKAGE BODY: APPS.OKE_PRIORITY_CODES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKE_PRIORITY_CODES_PKG, status:VALID,
-
VIEW: APPS.OKE_PRIORITY_CODES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_PRIORITY_CODES_VL, object_name:OKE_PRIORITY_CODES_VL, status:VALID,
-
VIEW: APPS.OKE_PRIORITY_CODES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_PRIORITY_CODES_VL, object_name:OKE_PRIORITY_CODES_VL, status:VALID,
-
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_HEADERS_H
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_HEADERS_H, object_name:OKE_K_HEADERS_H, status:VALID, product: OKE - Project Contracts , description: Project contract extended header historical information , implementation_dba_data: OKE.OKE_K_HEADERS_H ,
-
Table: OKE_K_HEADERS_H
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_K_HEADERS_H, object_name:OKE_K_HEADERS_H, status:VALID, product: OKE - Project Contracts , description: Project contract extended header historical information , implementation_dba_data: OKE.OKE_K_HEADERS_H ,
-
View: OKE_PRIORITY_CODES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_PRIORITY_CODES_VL, object_name:OKE_PRIORITY_CODES_VL, status:VALID, product: OKE - Project Contracts , description: Priority ratings multi-lingual view , implementation_dba_data: APPS.OKE_PRIORITY_CODES_VL ,
-
VIEW: APPS.OKE_PRIORITY_CODES_B_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:OKE_PRIORITY_CODES_B_DFV, status:VALID,
-
APPS.OKE_PRIORITY_CODES_PKG dependencies on OKE_PRIORITY_CODES_TL
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
View: OKE_PRIORITY_CODES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_PRIORITY_CODES_VL, object_name:OKE_PRIORITY_CODES_VL, status:VALID, product: OKE - Project Contracts , description: Priority ratings multi-lingual view , implementation_dba_data: APPS.OKE_PRIORITY_CODES_VL ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
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 ,
-
PACKAGE BODY: APPS.OKE_PRIORITY_CODES_PKG
12.1.1
-
APPS.OKE_PRIORITY_CODES_PKG dependencies on OKE_PRIORITY_CODES_TL
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.OKE_PRIORITY_CODES_PKG
12.2.2
-
eTRM - OKE Tables and Views
12.1.1
description: This table stores the version comparison results. ,
-
eTRM - OKE Tables and Views
12.2.2
description: This table stores the version comparison results. ,
-
eTRM - OKE Tables and Views
12.1.1
description: This table stores the version comparison results. ,
-
eTRM - OKE Tables and Views
12.2.2
description: This table stores the version comparison results. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1