Search Results credit notes
The OE_CREDIT_BALANCES_ALL table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical repository for tracking credit-related balances associated with customers in the Order Management (OM) module. This table stores cumulative credit information, including available credit limits, utilized credit amounts, and outstanding balances, ensuring accurate credit management and risk assessment during order processing. It integrates with Oracle Receivables (AR) and Oracle Advanced Pricing to enforce credit policies and validate order approvals.
Key Attributes and Structure
The OE_CREDIT_BALANCES_ALL table is designed with multi-organization support (indicated by the "_ALL" suffix), allowing data segregation by operating unit. Key columns include:- CUSTOMER_ID: References the customer account in HZ_CUST_ACCOUNTS.
- CREDIT_LIMIT: The total credit limit assigned to the customer.
- USED_CREDIT: The portion of the credit limit already utilized.
- AVAILABLE_CREDIT: Derived as CREDIT_LIMIT – USED_CREDIT.
- CURRENCY_CODE: The currency of the credit balance (linked to FND_CURRENCIES).
- ORG_ID: Identifies the operating unit for multi-org compliance.
Functional Role in Order Management
The table supports real-time credit checks during order entry. When a user submits an order, Oracle OM queries OE_CREDIT_BALANCES_ALL to:- Validate if the order amount exceeds the customer’s AVAILABLE_CREDIT.
- Trigger workflow holds or approvals based on credit thresholds.
- Update USED_CREDIT upon order booking, reducing available credit.
Integration Points
- Oracle Receivables: Credit utilization data flows to AR for aging reports and dunning.
- Oracle Advanced Collections: Balances are used for delinquency analysis.
- Oracle Trade Management: Supports credit exposure calculations for trade deals.
Technical Considerations
- Indexes: Key indexes on CUSTOMER_ID, ORG_ID, and CURRENCY_CODE optimize query performance.
- Partitioning: Large implementations may partition by ORG_ID or aging periods.
- APIs: The OE_CREDIT_PUB package provides programmatic access for custom credit checks.
Customization and Extensions
Organizations often extend the table’s functionality by:- Adding custom columns for industry-specific credit scoring.
- Creating triggers to enforce tiered credit limits.
- Integrating with external credit bureaus via Oracle Integration Hub.
Audit and Compliance
The table logs changes to credit limits (via FND_AUDIT_COLUMNS attributes), supporting SOX compliance. Reports leverage OE_CREDIT_BALANCES_ALL to demonstrate adherence to credit policies during audits.Conclusion
In Oracle EBS 12.1.1/12.2.2, OE_CREDIT_BALANCES_ALL serves as the backbone for credit management, ensuring financial controls while enabling flexible order processing. Its integration with OM, AR, and Collections modules provides a unified view of customer creditworthiness, reducing risk and improving cash flow visibility.-
Lookup Type: NOTES ACTION
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : NOTES ACTION , description: Notes Action ,
-
Lookup Type: NOTES ACTION
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : NOTES ACTION , description: Notes Action ,
-
Lookup Type: NOTES ACTION QP
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : NOTES ACTION QP , description: Notes Action QuickPick ,
-
Lookup Type: NOTES ACTION QP
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : NOTES ACTION QP , description: Notes Action QuickPick ,
-
Lookup Type: OEXCRDIS ORDER BY
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : OEXCRDIS ORDER BY , description: Sort by options for Credit Order Discrepancy Report ,
-
Lookup Type: CREDIT_CARD_PRIVILEGES
12.1.1
product: ONT - Order Management , meaning: Credit Card Privileges , description: Privileges for Credit Card processing ,
-
Concurrent Program: OEXINICS
12.2.2
execution_filename: OE_CREDIT_CHECK_CP.Init_Summary_Table , product: ONT - Order Management , user_name: OEXINICS , description: Initialize Credit Summaries Table for Precalculated Credit Exposure , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: OEXINICS
12.1.1
execution_filename: OE_CREDIT_CHECK_CP.Init_Summary_Table , product: ONT - Order Management , user_name: OEXINICS , description: Initialize Credit Summaries Table for Precalculated Credit Exposure , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: OEXCRDIS ORDER BY
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : OEXCRDIS ORDER BY , description: Sort by options for Credit Order Discrepancy Report ,
-
Lookup Type: CREDIT_CHECK_STATUS
12.1.1
product: ONT - Order Management , meaning: Credit Check Status: Credit Check Processor , description: Credit check status use by the Credit Check Processor ,
-
Lookup Type: CREDIT_CARD_PRIVILEGES
12.2.2
product: ONT - Order Management , meaning: Credit Card Privileges , description: Privileges for Credit Card processing ,
-
Lookup Type: OE_CC_EVENT_REV_REAUTH
12.2.2
product: ONT - Order Management , meaning: Event Level Credit Card Reversal and Reauthorization , description: Enable Event Level Credit Card Reversal and Reauthorization ,
-
Lookup Type: CREDIT_CHECK_STATUS
12.2.2
product: ONT - Order Management , meaning: Credit Check Status: Credit Check Processor , description: Credit check status use by the Credit Check Processor ,
-
Lookup Type: CREDIT_RULE_TYPES
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : CREDIT_RULE_TYPES , description: Types of Credit Check Rules ,
-
Lookup Type: OE_CC_PROFILE
12.1.1
product: ONT - Order Management , meaning: Credit profiles used for credit checking , description: Credit profiles used for credit checking ,
-
Lookup Type: OE_CC_LIMIT
12.1.1
product: ONT - Order Management , meaning: Credit limit types used for credit checking , description: Credit limit types used for credit checking ,
-
Lookup Type: OE_CC_LIMIT
12.2.2
product: ONT - Order Management , meaning: Credit limit types used for credit checking , description: Credit limit types used for credit checking ,
-
Table: OE_CREDIT_BALANCES_ALL
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_CREDIT_BALANCES_ALL, object_name:OE_CREDIT_BALANCES_ALL, status:VALID, product: ONT - Order Management , description: Stores the current credit exposure data for each individual customer and site with credit limits. Each customer(or site)'s credit limit (including default limits) will have one row for each valid credit rule in the system. This table will , implementation_dba_data: ONT.OE_CREDIT_BALANCES_ALL ,
-
Lookup Type: OE_CC_PROFILE
12.2.2
product: ONT - Order Management , meaning: Credit profiles used for credit checking , description: Credit profiles used for credit checking ,
-
Table: OE_CREDIT_BALANCES_ALL
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_CREDIT_BALANCES_ALL, object_name:OE_CREDIT_BALANCES_ALL, status:VALID, product: ONT - Order Management , description: Stores the current credit exposure data for each individual customer and site with credit limits. Each customer(or site)'s credit limit (including default limits) will have one row for each valid credit rule in the system. This table will , implementation_dba_data: ONT.OE_CREDIT_BALANCES_ALL ,
-
Lookup Type: CREDIT_RULE_TYPES
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : CREDIT_RULE_TYPES , description: Types of Credit Check Rules ,
-
Lookup Type: OE_CC_REVERSAL_REAUTHORIZATION
12.2.2
product: ONT - Order Management , meaning: Reversal of Credit Card Authorization and Re-authorization , description: Reversal of Credit Card Authorization and Re-authorization ,
-
Concurrent Program: OEXAUCRC
12.1.1
execution_filename: OEXAUCRC , product: ONT - Order Management , user_name: OEXAUCRC , description: Credit Check Processor , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Lookup Type: OE_CC_AR_CONV_DATE
12.2.2
product: ONT - Order Management , meaning: AR balance conversion date , description: Conversion date for multi-currency credit checking ,
-
Concurrent Program: OEXAUCRC
12.2.2
execution_filename: OEXAUCRC , product: ONT - Order Management , user_name: OEXAUCRC , description: Credit Check Processor , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Lookup Type: CREDIT_CHECK_PROCESS_RULE
12.1.1
product: ONT - Order Management , meaning: Credit Check Process Rule: Credit Check Processor , description: Processing sequence used by the Credit Check Processor ,
-
Lookup Type: CREDIT_CHECK_PROCESS_RULE
12.2.2
product: ONT - Order Management , meaning: Credit Check Process Rule: Credit Check Processor , description: Processing sequence used by the Credit Check Processor ,
-
Concurrent Program: OEXOEORS
12.1.1
execution_filename: OEXOEORS , product: ONT - Order Management , user_name: OEXOEORS , description: Credit Orders Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Lookup Type: OE_CC_AR_CONV_DATE
12.1.1
product: ONT - Order Management , meaning: AR balance conversion date , description: Conversion date for multi-currency credit checking ,
-
Lookup Type: OE_HOLD_LINE_SEQUENCE
12.1.1
product: ONT - Order Management , meaning: CREDIT HOLD SEQUENCE FOR ORDER LINES , description: Options for use of Credit Hold Sequence for Order Lines ,
-
Lookup Type: OE_HOLD_LINE_SEQUENCE
12.2.2
product: ONT - Order Management , meaning: CREDIT HOLD SEQUENCE FOR ORDER LINES , description: Options for use of Credit Hold Sequence for Order Lines ,
-
Lookup Type: CREDIT_CHECK_FAILURE
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : CREDIT_CHECK_FAILURE , description: Action based on credit check failure result ,
-
Concurrent Program: OEXCEPRG
12.1.1
execution_filename: OE_CREDIT_CHECK_CP.Purge_External_Exposure , product: ONT - Order Management , user_name: OEXCEPRG , description: Purge Imported Credit Exposure Data , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: OEXOEORS
12.2.2
execution_filename: OEXOEORS , product: ONT - Order Management , user_name: OEXOEORS , description: Credit Orders Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: OEXOECCH
12.1.1
execution_filename: OEXOECCH , product: ONT - Order Management , user_name: OEXOECCH , description: Orders on Credit Check Hold Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: OEXOECCL
12.1.1
execution_filename: OEXOECCL , product: ONT - Order Management , user_name: OEXOECCL , description: Lines on Credit Check Hold Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: OEXOECCH
12.2.2
execution_filename: OEXOECCH , product: ONT - Order Management , user_name: OEXOECCH , description: Orders on Credit Check Hold Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Lookup Type: OEXOEORS SORT BY
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : OEXOEORS SORT BY , description: Sort by options for Open Credit Orders report ,
-
Concurrent Program: OEXCEIMP
12.1.1
execution_filename: OEXCEIMP , product: ONT - Order Management , user_name: OEXCEIMP , description: Import Credit Exposure Data , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: OEXCEIMP
12.2.2
execution_filename: OEXCEIMP , product: ONT - Order Management , user_name: OEXCEIMP , description: Import Credit Exposure Data , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: OEXOEORD
12.1.1
execution_filename: OEXOEORD , product: ONT - Order Management , user_name: OEXOEORD , description: Credit Order Detail Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: OEXCRDIS
12.2.2
execution_filename: OEXCRDIS , product: ONT - Order Management , user_name: OEXCRDIS , description: Credit Order Discrepancy Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: OEXOEORD
12.2.2
execution_filename: OEXOEORD , product: ONT - Order Management , user_name: OEXOEORD , description: Credit Order Detail Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Lookup Type: OE_CC_OE_CONV_DATE
12.2.2
product: ONT - Order Management , meaning: OE balance conversion date , description: Conversion date for multi-currency credit checking ,
-
Concurrent Program: OEXCRDIS
12.1.1
execution_filename: OEXCRDIS , product: ONT - Order Management , user_name: OEXCRDIS , description: Credit Order Discrepancy Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: OEXCEPRG
12.2.2
execution_filename: OE_CREDIT_CHECK_CP.Purge_External_Exposure , product: ONT - Order Management , user_name: OEXCEPRG , description: Purge Imported Credit Exposure Data , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: OE_CC_OE_CONV_DATE
12.1.1
product: ONT - Order Management , meaning: OE balance conversion date , description: Conversion date for multi-currency credit checking ,
-
Lookup Type: OEXOEORS SORT BY
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : OEXOEORS SORT BY , description: Sort by options for Open Credit Orders report ,
-
Concurrent Program: OEXOECCL
12.2.2
execution_filename: OEXOECCL , product: ONT - Order Management , user_name: OEXOECCL , description: Lines on Credit Check Hold Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Lookup Type: CREDIT_CHECK_FAILURE
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : CREDIT_CHECK_FAILURE , description: Action based on credit check failure result ,