EBS 信用检查(一)
信用逻辑
This post will more focus on Technical part of credit check Functionality. You can check the functional part
of credir check functionality here.
TABLES
These are the main tables used for holding Credit Check functionality.
- OE_HOLD_AUTHORIZATIONS
- OE_HOLD_DEFINITIONS
- OE_HOLD_RELEASES
- OE_HOLD_SOURCES_ALL
- OE_CREDIT_CHECK_RULES
- OE_CREDIT_SUMMARIES
- OE_EXPOSURE_INTERFACE
- HZ_CUSTOMER_PROFILES
- HZ_CUST_PROFILE_AMTS
PROFILE OPTIONS
These Profile options specially meants for controlling credit check functionality.
- OM: Modify Seeded Hold
- OM: Preserve External Credit Balances
- OM: Prevent Booking for Line Generic Hold
- OM: Schedule Line on Hold
SYSTEM PARAMETER OPTIONS
- Apply credit hold on zero value
- order Credit Hold Sequence for Order Lines
- Initiate Credit check at Cancellation
API
Credit checking in Oracle Quoting allows the user to determine the credit worthiness of a customer while working on a quote. The user can decide if the quote should be submitted for business approvals credit verification. The profile option ASO: Enable Credit
Check determines if credit checks can be performed.
There are two types of credit checks available in Oracle Quoting:
- Internal — Internal credit checking is based on transaction data in the quote, and historic transaction data in Oracle Order Management and Oracle Receivables. It pertains to quote header-level billing information. Internal credit checks
are performed by the public credit check API OE_EXTERNAL_CREDIT_PUB. - External — External credit checks are configurable by an application developer and allow users to make calls to non-Oracle applications.
You should be very clear on key differences between internal credit checking and the credit checking functionality in OM, which is as:
- Item category limits are not checked in the public credit check API provided for internal credit checks.
- Credit checking is only available at the header level in internal credit checking, while OM credit checking supports both header and line level credit checks.
- There is no Holds functionality for Internal credit check.
CONCURRENT PROGRAM
1. Initialize Credit Summaries (OEXINICS)
- This Program enables you to periodically rebuild a credit exposure image for all customers or customer sites for all possible credit rule definitions.
- When you submit the ‘Initialize Credit Summaries’ program, the changes to customer or customer site credit exposure is calculated and updated in OE_CREDIT_SUMMARIES table .
Therefore you have to understand the frequency with which you run Initialize Credit Summaries will be based on ones business needs.
If the requirement is to have customer's credit exposure to be close to the online credit exposure calculation, then probally you can run it frequently.
- Take a note, this program will not delete the externally imported exposure records if profile option OM: Preserve External Credit Balances is set to YES
2. Credit exposure Import (OEXCEIMP) & Purge Imported Credit exposure (OEXCEPRG)
Credit exposure Import
- First program ie Credit Exposure Import program enables you to import external credit exposure details for sales orders created outside of Oracle Applications into Oracle Order Management.Those who are doing system integration can take
advatange of this.- External exposure data is imported from interface table OE_EXPOSURE_INTERFACE intoOE_CREDIT_SUMMARIES table. Once import is successful, data from OE_EXPOSURE_INTERFACE is get deleted.
- All externally imported exposure detail records will have the value 18 for the field BALANCE_TYPE column in ‘OE_CREDIT_SUMMARIES’.
- The Credit Exposure Import program can be submitted in two different modes, UPDATE and INSERT.
- Insert Mode: All credit exposure amounts previously imported will be overwritten .
- Update Mode: The credit exposure amount within ‘OE_CREDIT_SUMMARIES table will either be added (positive amount) or subtracted (negative amount) to any previously imported amount. If a corresponding exposure amount does not previously exist, a new exposure
amount record will be created.- Interface records are processed based upon the mode, which is determined by the value of the column OPERATION_CODE within the exposure interface table OE_EXPOSURE_INTERFACE.
Purge Imported Credit Exposure
- The ‘Purge Imported Credit Exposure’ program enables you to purge imported external credit exposure records from OE_CREDIT_SUMMARIES table.
3. Credit check Processor (OEXAUCRC)
- Credit Check Processor can automatically apply OR release order or order line credit holds.
- Best use of this program when you suspect your customers credit exposure has changed and you want to re-evaluate their sales order status .
- You can also use Credit check Processor whenever you change the customer credit profile or credit check rule set up and you want these changes to immediately take affect on your booked sales orders.
- Credit check processor "always" uses Booking Credit check rule to apply/release the holds.
- There is limitation for applying the hold through credit check processor it currently only considers exposure of the order lines which are in 'Booked' status.
- When using pre-calculated exposure in credit check rule, run the ‘Initialize credit summaries’ concurrent program every time before running the credit check processor.
REPORTS
You can take advantage of these reports.
- Credit exposure report
- Credit Limit Usage Report
- Lines on Credit check hold report
- Orders on Credit check hold report
CREDIT CHECK QUERY
You can navigate as
Setup => Rules => Credit
SELECT NAME "Rules",
to_char(start_date_active, 'DD-MON-YYYY') "Effective Dates From",
decode(credit_check_level_code, 'ORDER', 'Sales Order') "Credit Check Level",
decode(credit_hold_level_code, 'ORDER', 'Sales Order') "Credit Hold Level",
days_honor_manual_release "Days To Honor Manual Release",
conversion_type "Conversion Type",
check_item_categories_flag "Check Item Categories",
send_hold_notifications_flag "Send Hold Notifications",
quick_cr_check_flag "Use Pre-Calculated Exposure",
include_external_exposure_flag "Incl External Credit Exposure",
open_ar_balance_flag "Incl Open Receivables Balance",
include_payments_at_risk_flag "Include Payments At Risk",
open_ar_days "OPEN Receivables Days",
uninvoiced_orders_flag "Include Uninvoiced Orders",
incl_freight_charges_flag "Incl Frght And Special Charges",
include_tax_flag "Include Tax",
orders_on_hold_flag "Incl Orders currently On Hold",
shipping_interval "Scheduled Ship Horizon Days",
maximum_days_past_due "Maximum Days Past Due"
FROM apps.oe_credit_check_rules
EBS 信用检查(一)的更多相关文章
- EBS 信用检查(二)
Credit checking feature of Oracle OM provides the ability to check that the customer has sufficient ...
- SAP SD 信用检查相关
SAP系统信用管理功能的介绍: R/3系统具有强大的信用管理功能.系统可将来自于FI.SD的财务及销售信息进行汇总, 提供即时的信用数据;并可依据信用政策对订单及发货进行管理,有效地降低风险;并 ...
- 转 安装EBS前期检查工具 - RDA - Health Check / Validation Engine Guide
http://blog.itpub.net/35489/viewspace-1295028/ 参考文档 RDA - Health Check / Validation Engine Gu ...
- SD从零开始51-54 信用控制范围, 信用范围数据维护, 自动信用控制, 信用控制-阻止后续功能
[原创] SD从零开始51 信用控制范围 分散的组织结构Decentralized Organization 信用控制范围是一个为客户指定和控制信用限额的组织单元: 依赖于你公司的需求,应收款可以使用 ...
- SD从零开始47-50, 装运成本基础、控制、结算, 信用/风险管理概述
[原创] SD从零开始47 装运成本基础 详细的装运成本处理Shipment Cost Processing in Detail 装运成本计算和装运成本结算可用于内向和外向交货: 装运成本记录在一张新 ...
- CLOUD信用管理设置
1.参数设置(管理员账户) 2.客户管理-信用管理设置 3.信用检查规则设置 4.信用档案设置 5.涉及集团公司,母公司与子公司的设置 6.信用档案-对象类型可为客户及集团客户 7.信用特批权限设置 ...
- PBOC金融IC卡,卡片与终端交互的13个步骤,简介-第四组(转)
十:联机处理-可选项终端根据卡片行为分析的结果,执行对应的处理.若卡片响应联机,则终端发起联机操作.联机处理使得发卡行后台可以根据基于后台的风险管理参数检查并授权批准或拒绝交易.除了传统的联机欺诈和信 ...
- [转]面向过程的分析(POA),和面向对象的分析(OOA)
欢迎转载本文,转载地址: http://www.juliantec.info/articles/basic-concept/poa-and-ooa.html 软件开发方法论概述 在60年代的软件开发行 ...
- 客户信贷管理&临时授信
信贷额度的组成:假如某客户信用限额1万:开出销售订单时锁定1万:一旦发货1万,销售订单1万限额释放,变成发货锁定限额1万.一旦开票,发货1万限额释放,应收锁定1万限额.清帐成功,应收释放1万.信用限额 ...
随机推荐
- ACM Piggy Bank
Problem Description Before ACM can do anything, a budget must be prepared and the necessary financia ...
- django模板语言中的extends,block和include
extends和block一起用 它们用于母版和子版的继承 在母版html中将一些需要替换的部分用{% block xxx %}...{% endblock %}括起来, 在子版html中,在第一行需 ...
- Android简易实战教程--第四十八话《Android - Timer、TimerTask和Handler实现倒计时》
之前本专栏文章中的小案例有写到:第三十九话<Chronometer实现倒计时> 以及使用异步实现倒计时:第三十三话< AsyncTask异步倒计时> 本篇文章 结合Timer. ...
- Dynamics CRM2016 使用web api来创建注释时的注意事项
在使用wei api 创建注释的时候,有个字段需要注意下,就是下面图中的objectid字段,虽然它是个查找字段,但不能像普通的查找字段property@odata.bind来赋值 上代码,注意看倒数 ...
- 初识gd库
必备基础 开启GD拓展 列表使用 获取图片信息代码 图片详细信息 特效函数 示例 运行结果 分析 获取图片基本信息 获取图片宽度 获取图片高度 获取图片后缀名 获取图片mime类型 操作图片 添加文字 ...
- /proc/stat 详解
在Linux系统中,可以用/proc/stat文件来计算cpu的利用率.这个文件包含了所有CPU活动的信息,该文件中的所有值都是从系统启动开始累计到当前时刻. cat /proc/stat cpu 6 ...
- Kafka学习笔记1:概念
一.简介 Apache Kafka是一个分布式的消息系统,作为一个分布式的日志提交服务. Kafka 是一个分布式的.可分区的.可复制的日志提交服务. 它提供了功能性的消息系统,有它自己独特的设计. ...
- CoreText精彩文字轮廓绘制动画的一点改进
大熊猫猪·侯佩原创或翻译作品.欢迎转载,转载请注明出处. 如果觉得写的不好请多提意见,如果觉得不错请多多支持点赞.谢谢! hopy ;) 原文在: http://oleb.net/blog/2010/ ...
- [Python]查看python路径以及安装包的路径
特别是linux系统,装了多个python,有时候找不到python的绝对路径,有时候装了个django,又找不到django安装到哪里了..当然查看的方法有很多种,这里列出几种,供没有经验的人参考下 ...
- Tomcat的系统安全管理
Tomcat是一个Web容器,我们开发的Web项目运行在Tomcat平台,这就好比将一个应用嵌入到一个平台上面运行,要使嵌入的程序能正常运行,首先平台要能安全正常运行.并且要最大程度做到平台不受嵌入的 ...