Search Results hz_credit_usage_rule_sets_b
Overview
The HZ_CREDIT_USAGE_RULE_SETS_B table is a core data structure within Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Receivables (AR) module. It functions as the master definition table for logical groupings of credit usage rules. These rule sets are central to the application's credit management framework, allowing administrators to define and associate specific business rules that govern how a customer's available credit is consumed during order entry and invoicing. The table stores information in the base installation language, with translations managed through a related descriptive flexfield (DFF) or translatable table.
Key Information Stored
The primary data stored in this table revolves around the identification and control of a rule set. The most critical column is the CREDIT_USAGE_RULE_SET_ID, which serves as the unique primary key identifier for each rule set. While the provided ETRM metadata does not list all columns, typical attributes for such a base table would include a RULE_SET_NAME or code, creation and last update dates (CREATION_DATE, LAST_UPDATE_DATE), and the corresponding user IDs (CREATED_BY, LAST_UPDATED_BY). The table's purpose is to act as a parent container; the specific rules within a set are defined in the related HZ_CREDIT_USAGE_RULES table.
Common Use Cases and Queries
This table is primarily accessed during the configuration and application of credit policies. A common use case involves querying to identify which rule set is assigned to a specific customer's credit profile or to audit the configuration of credit management. Sample SQL patterns include joining to related tables to see the full structure of a rule set.
- Listing all defined credit usage rule sets:
SELECT credit_usage_rule_set_id FROM ar.hz_credit_usage_rule_sets_b; - Finding the rule set applied to a specific customer credit profile (joining through HZ_CREDIT_USAGES):
SELECT cus.credit_usage_rule_set_id FROM hz_credit_usages cus, hz_cust_accounts cust WHERE cus.cust_account_id = cust.cust_account_id AND cust.account_number = 'CUST123';
Related Objects
The HZ_CREDIT_USAGE_RULE_SETS_B table has defined foreign key relationships with several key objects in the Trading Community Architecture (TCA) and Receivables schema, as documented in the ETRM metadata.
- HZ_CREDIT_USAGES: This table references HZ_CREDIT_USAGE_RULE_SETS_B via
CREDIT_USAGE_RULE_SET_ID. It links a specific customer credit profile to the rule set that governs it. - HZ_CREDIT_USAGE_RULES: This child table references HZ_CREDIT_USAGE_RULE_SETS_B via
CREDIT_USAGE_RULE_SET_ID. It stores the individual rules (e.g., "Use open invoices," "Use open orders") that constitute the parent rule set. - HZ_CREDIT_USAGE_RULE_SETS_TL: This translatable table references HZ_CREDIT_USAGE_RULE_SETS_B via
CREDIT_USAGE_RULE_SET_ID. It holds the translated names and descriptions for the rule sets in multiple languages.
-
Table: HZ_CREDIT_USAGE_RULE_SETS_B
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CREDIT_USAGE_RULE_SETS_B, object_name:HZ_CREDIT_USAGE_RULE_SETS_B, status:VALID, product: AR - Receivables , description: Sets of credit usage rules in the base language , implementation_dba_data: AR.HZ_CREDIT_USAGE_RULE_SETS_B ,
-
Table: HZ_CREDIT_USAGE_RULE_SETS_B
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CREDIT_USAGE_RULE_SETS_B, object_name:HZ_CREDIT_USAGE_RULE_SETS_B, status:VALID, product: AR - Receivables , description: Sets of credit usage rules in the base language , implementation_dba_data: AR.HZ_CREDIT_USAGE_RULE_SETS_B ,
-
APPS.AR_CMGT_AGING dependencies on HZ_CREDIT_USAGE_RULE_SETS_B
12.1.1
-
APPS.HZ_CREDIT_USAGE_RULE_SETS_PKG dependencies on HZ_CREDIT_USAGE_RULE_SETS_B
12.2.2
-
APPS.HZ_CREDIT_USAGES_PKG dependencies on HZ_CREDIT_USAGE_RULE_SETS_B
12.2.2
-
APPS.AR_CMGT_DATA_POINTS_PKG dependencies on HZ_CREDIT_USAGE_RULE_SETS_B
12.1.1
-
APPS.OE_CREDIT_CHECK_UTIL dependencies on HZ_CREDIT_USAGE_RULE_SETS_B
12.1.1
-
APPS.OE_CREDIT_CHECK_UTIL dependencies on HZ_CREDIT_USAGE_RULE_SETS_B
12.2.2
-
APPS.HZ_CREDIT_USAGES_CASCADE_PKG dependencies on HZ_CREDIT_USAGE_RULE_SETS_B
12.2.2
-
APPS.HZ_CREDIT_USAGE_RULE_SETS_PKG dependencies on HZ_CREDIT_USAGE_RULE_SETS_B
12.1.1
-
APPS.HZ_CREDIT_USAGES_CASCADE_PKG dependencies on HZ_CREDIT_USAGE_RULE_SETS_B
12.1.1
-
APPS.HZ_CREDIT_USAGES_PKG dependencies on HZ_CREDIT_USAGE_RULE_SETS_B
12.1.1
-
APPS.AR_CMGT_AGING dependencies on HZ_CREDIT_USAGE_RULE_SETS_B
12.2.2
-
APPS.AR_CMGT_DATA_POINTS_PKG dependencies on HZ_CREDIT_USAGE_RULE_SETS_B
12.2.2
-
APPS.HZ_CREDIT_USAGE_RULE_SETS_PKG dependencies on HZ_CREDIT_USAGE_RULE_SETS_TL
12.2.2
-
PACKAGE: APPS.HZ_CREDIT_USAGE_RULE_SETS_PKG
12.1.1
-
SYNONYM: APPS.HZ_CREDIT_USAGE_RULE_SETS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_CREDIT_USAGE_RULE_SETS_B, status:VALID,
-
SYNONYM: APPS.HZ_CREDIT_USAGE_RULE_SETS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_CREDIT_USAGE_RULE_SETS_B, status:VALID,
-
APPS.HZ_CREDIT_USAGE_RULE_SETS_PKG SQL Statements
12.2.2
-
VIEW: AR.HZ_CREDIT_USAGE_RULE_SETS_B#
12.2.2
owner:AR, object_type:VIEW, object_name:HZ_CREDIT_USAGE_RULE_SETS_B#, status:VALID,
-
PACKAGE: APPS.HZ_CREDIT_USAGE_RULE_SETS_PKG
12.2.2
-
VIEW: APPS.HZ_CREDIT_USAGE_RULE_SETS_VL
12.2.2
-
APPS.OE_CREDIT_CHECK_UTIL dependencies on HZ_CREDIT_USAGES
12.2.2
-
APPS.HZ_CREDIT_USAGE_RULE_SETS_PKG dependencies on HZ_CREDIT_USAGE_RULE_SETS_TL
12.1.1
-
APPS.HZ_CREDIT_USAGE_RULE_SETS_PKG SQL Statements
12.1.1
-
VIEW: APPS.HZ_CREDIT_USAGE_RULE_SETS_VL
12.1.1
-
APPS.OE_CREDIT_CHECK_UTIL dependencies on HZ_CREDIT_PROFILES
12.1.1
-
APPS.OE_CREDIT_CHECK_UTIL dependencies on HZ_CREDIT_USAGES
12.1.1
-
PACKAGE BODY: APPS.HZ_CREDIT_USAGE_RULE_SETS_PKG
12.1.1
-
PACKAGE BODY: APPS.HZ_CREDIT_USAGE_RULE_SETS_PKG
12.2.2
-
VIEW: AR.HZ_CREDIT_USAGE_RULE_SETS_B#
12.2.2
-
TABLE: AR.HZ_CREDIT_USAGE_RULE_SETS_B
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CREDIT_USAGE_RULE_SETS_B, object_name:HZ_CREDIT_USAGE_RULE_SETS_B, status:VALID,
-
APPS.OE_CREDIT_CHECK_UTIL dependencies on HZ_CREDIT_PROFILES
12.2.2
-
Table: HZ_CREDIT_USAGE_RULE_SETS_TL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CREDIT_USAGE_RULE_SETS_TL, object_name:HZ_CREDIT_USAGE_RULE_SETS_TL, status:VALID, product: AR - Receivables , description: Sets of credit usage rules translated into multiple languages , implementation_dba_data: AR.HZ_CREDIT_USAGE_RULE_SETS_TL ,
-
APPS.OE_CREDIT_CHECK_UTIL dependencies on HZ_CUST_PROFILE_AMTS
12.1.1
-
TABLE: AR.HZ_CREDIT_USAGE_RULE_SETS_B
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CREDIT_USAGE_RULE_SETS_B, object_name:HZ_CREDIT_USAGE_RULE_SETS_B, status:VALID,
-
PACKAGE BODY: APPS.HZ_CREDIT_USAGES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:HZ_CREDIT_USAGES_PKG, status:VALID,
-
Table: HZ_CREDIT_USAGE_RULES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CREDIT_USAGE_RULES, object_name:HZ_CREDIT_USAGE_RULES, status:VALID, product: AR - Receivables , description: Usage rules assigned to each credit limit , implementation_dba_data: AR.HZ_CREDIT_USAGE_RULES ,
-
Table: HZ_CREDIT_USAGE_RULES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CREDIT_USAGE_RULES, object_name:HZ_CREDIT_USAGE_RULES, status:VALID, product: AR - Receivables , description: Usage rules assigned to each credit limit , implementation_dba_data: AR.HZ_CREDIT_USAGE_RULES ,
-
View: HZ_CREDIT_USAGE_RULE_SETS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_CREDIT_USAGE_RULE_SETS_VL, object_name:HZ_CREDIT_USAGE_RULE_SETS_VL, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_CREDIT_USAGE_RULE_SETS_VL ,
-
View: HZ_CREDIT_USAGE_RULE_SETS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_CREDIT_USAGE_RULE_SETS_VL, object_name:HZ_CREDIT_USAGE_RULE_SETS_VL, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_CREDIT_USAGE_RULE_SETS_VL ,
-
PACKAGE BODY: APPS.AR_CMGT_AGING
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AR_CMGT_AGING, status:VALID,
-
PACKAGE BODY: APPS.HZ_CREDIT_USAGE_RULE_SETS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:HZ_CREDIT_USAGE_RULE_SETS_PKG, status:VALID,
-
Table: HZ_CREDIT_USAGE_RULE_SETS_TL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CREDIT_USAGE_RULE_SETS_TL, object_name:HZ_CREDIT_USAGE_RULE_SETS_TL, status:VALID, product: AR - Receivables , description: Sets of credit usage rules translated into multiple languages , implementation_dba_data: AR.HZ_CREDIT_USAGE_RULE_SETS_TL ,
-
PACKAGE BODY: APPS.HZ_CREDIT_USAGES_CASCADE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:HZ_CREDIT_USAGES_CASCADE_PKG, status:VALID,
-
PACKAGE BODY: APPS.HZ_CREDIT_USAGES_CASCADE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:HZ_CREDIT_USAGES_CASCADE_PKG, status:VALID,
-
PACKAGE BODY: APPS.HZ_CREDIT_USAGE_RULE_SETS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:HZ_CREDIT_USAGE_RULE_SETS_PKG, status:VALID,
-
APPS.OE_CREDIT_CHECK_UTIL dependencies on HZ_CUST_PROFILE_AMTS
12.2.2
-
Table: HZ_CREDIT_USAGES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CREDIT_USAGES, object_name:HZ_CREDIT_USAGES, status:VALID, product: AR - Receivables , description: Association between credit limit and credit usage rule set , implementation_dba_data: AR.HZ_CREDIT_USAGES ,
-
Table: HZ_CREDIT_USAGES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CREDIT_USAGES, object_name:HZ_CREDIT_USAGES, status:VALID, product: AR - Receivables , description: Association between credit limit and credit usage rule set , implementation_dba_data: AR.HZ_CREDIT_USAGES ,