Search Results so_credit_check_rules_115
Overview
The SO_CREDIT_CHECK_RULES_115 table is a core repository within the Oracle E-Business Suite (EBS) Order Entry (OE) module, specifically for versions 12.1.1 and 12.2.2. It serves as the foundational data structure for defining and storing credit check rules. These rules are critical business logic components that determine when and how a customer's creditworthiness is evaluated during the order management lifecycle. The table's role is to provide a centralized, configurable system for credit risk management, enabling organizations to enforce policies that mitigate financial exposure while facilitating sales. Its existence under the OE schema underscores its integral function in the order capture and validation workflow.
Key Information Stored
The table's primary purpose is to store unique credit check rule definitions. Based on the provided ETRM metadata, the two most critical columns are the primary and unique key identifiers. The CREDIT_CHECK_RULE_ID column is the system-generated, numeric primary key (PK) that uniquely identifies each rule within the database. The NAME column holds the unique, user-defined identifier or descriptive title for the rule, enforced by a unique key (UK) constraint. While the excerpt does not list all columns, a typical implementation would also store attributes such as the rule's active status, the specific credit check type (e.g., check on order entry, check on booking), severity level, associated actions (e.g., warning, hold, rejection), and the organizational context.
Common Use Cases and Queries
This table is central to configuring and auditing credit management policies. A common operational use case is the administration of these rules via the Oracle EBS front-end, where setups reference the records in this table. For reporting and troubleshooting, database queries are frequently employed. A fundamental query to list all configured rules would be: SELECT credit_check_rule_id, name FROM oe.so_credit_check_rules_115 ORDER BY name;. Analysts often join this table with related transaction or customer data to verify which rule was triggered for a specific order. Furthermore, support personnel may query this table to diagnose issues where orders are incorrectly placed on credit hold by validating the active rule definitions against business requirements.
Related Objects
The primary key relationship defined in the metadata indicates that the CREDIT_CHECK_RULE_ID column is the principal point of integration for other objects. Child tables will use this column as a foreign key (FK) to link specific transactions, holds, or customer assignments to a master rule definition. While specific related table names are not listed in the excerpt, one can expect dependencies from tables within the OE and AR (Accounts Receivable) schemas that store credit check results, applied order holds, or customer credit profiles. Applications will also reference these rules through public Oracle APIs, such as those in the OE_CREDIT_CHECK_PUB package, which govern the execution of the credit checking logic defined in this table.
-
Table: SO_CREDIT_CHECK_RULES_115
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_CREDIT_CHECK_RULES_115, object_name:SO_CREDIT_CHECK_RULES_115, status:VALID, product: OE - Order Entry , description: Table to store Credit Check Rules. , implementation_dba_data: OE.SO_CREDIT_CHECK_RULES_115 ,
-
Table: SO_CREDIT_CHECK_RULES_115
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_CREDIT_CHECK_RULES_115, object_name:SO_CREDIT_CHECK_RULES_115, status:VALID, product: OE - Order Entry , description: Table to store Credit Check Rules. , implementation_dba_data: OE.SO_CREDIT_CHECK_RULES_115 ,
-
SYNONYM: APPS.SO_CREDIT_CHECK_RULES_115
12.1.1
owner:APPS, object_type:SYNONYM, object_name:SO_CREDIT_CHECK_RULES_115, status:VALID,
-
SYNONYM: APPS.SO_CREDIT_CHECK_RULES_115
12.2.2
owner:APPS, object_type:SYNONYM, object_name:SO_CREDIT_CHECK_RULES_115, status:VALID,
-
VIEW: OE.SO_CREDIT_CHECK_RULES_115#
12.2.2
owner:OE, object_type:VIEW, object_name:SO_CREDIT_CHECK_RULES_115#, status:VALID,
-
TABLE: OE.SO_CREDIT_CHECK_RULES_115
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_CREDIT_CHECK_RULES_115, object_name:SO_CREDIT_CHECK_RULES_115, status:VALID,
-
TABLE: OE.SO_CREDIT_CHECK_RULES_115
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_CREDIT_CHECK_RULES_115, object_name:SO_CREDIT_CHECK_RULES_115, status:VALID,
-
VIEW: OE.SO_CREDIT_CHECK_RULES_115#
12.2.2
-
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
-
12.2.2 DBA Data
12.2.2
-
eTRM - OE Tables and Views
12.2.2
description: Temporary table ,
-
eTRM - OE Tables and Views
12.1.1
description: Temporary table ,
-
eTRM - OE Tables and Views
12.1.1
description: Temporary table ,
-
eTRM - OE Tables and Views
12.2.2
description: Temporary table ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1