Search Results okl_fe_crit_cat_objects
Overview
The table OKL_FE_CRIT_CAT_OBJECTS is a core data object within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 Lease and Finance Management (OKL) module. It serves a critical function in the configuration of eligibility criteria, a foundational concept for structuring and automating financial product offerings. Specifically, this table defines the applicable object classes that can be associated with a given eligibility criteria category. In practical terms, it acts as a cross-reference or mapping table that governs which types of business entities (e.g., parties, assets, contracts) a specific set of eligibility rules can be evaluated against. This ensures that criteria are only applied to logically relevant objects within the leasing and finance lifecycle.
Key Information Stored
The table's primary purpose is to maintain the relationship between a criteria category definition and the object classes it governs. The documented structure highlights two key columns. The CRIT_CAT_DEF_ID column is a foreign key that links to the base definition table for eligibility criteria categories (OKL_FE_CRIT_CAT_DEF_B). The OBJECT_CLASS_ID column holds the identifier for a specific object class (such as 'OKL_PARTY' for a customer or 'OKL_ASSET' for a leased item) that is valid for the linked criteria category. This column is also the table's primary key, enforcing uniqueness for each object class association within a criteria category definition. The combination of these fields configures the permissible scope of an eligibility rule set.
Common Use Cases and Queries
This table is primarily accessed during the setup and validation of eligibility criteria. A common administrative task is to review all object classes permitted for a specific criteria category. The following query pattern illustrates this, joining to the criteria category definitions table to get a meaningful name:
- Sample Query:
SELECT cat_def.NAME, obj.OBJECT_CLASS_ID FROM OKL_FE_CRIT_CAT_OBJECTS obj, OKL_FE_CRIT_CAT_DEF_B cat_def WHERE obj.CRIT_CAT_DEF_ID = cat_def.ID;
From an application logic perspective, this table is queried whenever the system needs to determine if a particular business object (like a customer record) is a valid target for a set of eligibility checks before those rules are executed. This prevents runtime errors and ensures data integrity. Reporting use cases typically involve auditing the configuration of eligibility frameworks to ensure all necessary object classes are mapped for operational criteria categories.
Related Objects
OKL_FE_CRIT_CAT_OBJECTS is centrally connected to other key tables in the OKL eligibility engine, as documented by its foreign key relationship.
- OKL_FE_CRIT_CAT_DEF_B: This is the primary related table. The foreign key
OKL_FE_CRIT_CAT_OBJECTS.CRIT_CAT_DEF_IDreferences this table, which holds the base definitions and names for eligibility criteria categories. Any join to retrieve descriptive information for a category requires this relationship. - Object Class Reference: While not explicitly listed in the provided metadata, the
OBJECT_CLASS_IDcolumn typically references a lookup or code table (such asFND_LOOKUP_VALUESor a module-specific object class table) that defines the valid business entity types within OKL.
-
Table: OKL_FE_CRIT_CAT_OBJECTS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_FE_CRIT_CAT_OBJECTS, object_name:OKL_FE_CRIT_CAT_OBJECTS, status:VALID, product: OKL - Lease and Finance Management , description: Applicable Object Classes for Eligibility Criteria Categories , implementation_dba_data: OKL.OKL_FE_CRIT_CAT_OBJECTS ,
-
Table: OKL_FE_CRIT_CAT_OBJECTS
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_FE_CRIT_CAT_OBJECTS, object_name:OKL_FE_CRIT_CAT_OBJECTS, status:VALID, product: OKL - Leasing and Finance Management , description: Applicable Object Classes for Eligibility Criteria Categories , implementation_dba_data: OKL.OKL_FE_CRIT_CAT_OBJECTS ,
-
APPS.OKL_ECO_PVT dependencies on OKL_FE_CRIT_CAT_OBJECTS
12.2.2
-
APPS.OKL_ECO_PVT dependencies on OKL_FE_CRIT_CAT_OBJECTS
12.2.2
-
APPS.OKL_ECO_PVT dependencies on OKL_FE_CRIT_CAT_OBJECTS
12.1.1
-
APPS.OKL_ECO_PVT dependencies on OKL_FE_CRIT_CAT_OBJECTS
12.1.1
-
APPS.OKL_ECO_PVT SQL Statements
12.1.1
-
VIEW: OKL.OKL_FE_CRIT_CAT_OBJECTS#
12.2.2
owner:OKL, object_type:VIEW, object_name:OKL_FE_CRIT_CAT_OBJECTS#, status:VALID,
-
VIEW: OKL.OKL_FE_CRIT_CAT_OBJECTS#
12.2.2
-
APPS.OKL_ECO_PVT SQL Statements
12.2.2
-
SYNONYM: APPS.OKL_FE_CRIT_CAT_OBJECTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKL_FE_CRIT_CAT_OBJECTS, status:VALID,
-
SYNONYM: APPS.OKL_FE_CRIT_CAT_OBJECTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKL_FE_CRIT_CAT_OBJECTS, status:VALID,
-
APPS.OKL_ECO_PVT dependencies on FND_LOAD_UTIL
12.2.2
-
APPS.OKL_ECO_PVT dependencies on FND_LOAD_UTIL
12.1.1
-
TABLE: OKL.OKL_FE_CRIT_CAT_OBJECTS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_FE_CRIT_CAT_OBJECTS, object_name:OKL_FE_CRIT_CAT_OBJECTS, status:VALID,
-
TRIGGER: APPS.OKL_FE_CRIT_CAT_OBJECTS+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:OKL_FE_CRIT_CAT_OBJECTS+, status:VALID,
-
TRIGGER: APPS.OKL_FE_CRIT_CAT_OBJECTS+
12.2.2
-
12.2.2 DBA Data
12.2.2
-
TABLE: OKL.OKL_FE_CRIT_CAT_OBJECTS
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_FE_CRIT_CAT_OBJECTS, object_name:OKL_FE_CRIT_CAT_OBJECTS, status:VALID,
-
FUNCTION: APPS.OKL_FE_CRIT_CAT_OBJECTS=
12.2.2
-
Table: OKL_FE_CRIT_CAT_DEF_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_FE_CRIT_CAT_DEF_B, object_name:OKL_FE_CRIT_CAT_DEF_B, status:VALID, product: OKL - Lease and Finance Management , description: Criteria Categories base Table , implementation_dba_data: OKL.OKL_FE_CRIT_CAT_DEF_B ,
-
12.2.2 DBA Data
12.2.2
-
FUNCTION: APPS.OKL_FE_CRIT_CAT_OBJECTS=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:OKL_FE_CRIT_CAT_OBJECTS=, status:VALID,
-
Table: OKL_FE_CRIT_CAT_DEF_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_FE_CRIT_CAT_DEF_B, object_name:OKL_FE_CRIT_CAT_DEF_B, status:VALID, product: OKL - Leasing and Finance Management , description: Criteria Categories base Table , implementation_dba_data: OKL.OKL_FE_CRIT_CAT_DEF_B ,
-
PACKAGE: APPS.OKL_ECO_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKL_ECO_PVT, status:VALID,
-
APPS.OKL_ECO_PVT dependencies on OKL_FE_CRIT_CAT_DEF_V
12.2.2
-
APPS.OKL_ECO_PVT dependencies on OKL_FE_CRIT_CAT_DEF_V
12.1.1
-
PACKAGE: APPS.OKL_ECO_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKL_ECO_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_ECO_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_ECO_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_ECO_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_ECO_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_ECO_PVT
12.2.2
-
PACKAGE BODY: APPS.OKL_ECO_PVT
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
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
-
12.1.1 DBA Data
12.1.1
-
APPS.OKL_ECO_PVT dependencies on OKL_API
12.1.1
-
APPS.OKL_ECO_PVT dependencies on OKL_API
12.2.2
-
SYNONYM: PUBLIC.DATABASE_PROPERTIES
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:DATABASE_PROPERTIES, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE: SYS.DBMS_STANDARD
12.2.2
owner:SYS, object_type:PACKAGE, object_name:DBMS_STANDARD, status:VALID,
-
eTRM - OKL Tables and Views
12.2.2
description: Translatable columns from OKL_XTL_SELL_INVS_B, per MLS standards ,
-
eTRM - OKL Tables and Views
12.1.1
description: Translatable columns from OKL_XTL_SELL_INVS_B, per MLS standards ,